Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 - 25 of 53) sorted by relevance

123

/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/third_party/spirv-tools/source/util/
H A Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantRange.cpp57 fromKnownBits(const KnownBits &Known, bool IsSigned) fromKnownBits() argument
H A DIRBuilder.cpp372 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() argument
378 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc58 struct IsSigned : std::is_signed<T> {}; struct
60 struct IsSigned<absl::int128> : std::true_type {}; struct
62 struct IsSigned<absl::uint128> : std::false_type {}; struct
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp445 bool IsSigned = BinOp == AtomicRMWInst::Min || BinOp == AtomicRMWInst::Max; in expandAtomicMinMaxOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h254 bool IsSigned = false; member in llvm::RecurrenceDescriptor
H A DTargetTransformInfo.h1135 bool IsSigned; ///< Whether the operation is a signed int reduction. member
/third_party/node/deps/v8/src/codegen/
H A Dmachine-type.h126 constexpr bool IsSigned() const { in IsSigned() function in v8::internal::MachineRepresentation::MachineType
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp40 LLVMCreateGenericValueOfInt(LLVMTypeRef Ty, unsigned long long N, LLVMBool IsSigned) LLVMCreateGenericValueOfInt() argument
73 LLVMGenericValueToInt(LLVMGenericValueRef GenValRef, LLVMBool IsSigned) LLVMGenericValueToInt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCFragment.h374 bool IsSigned; member in llvm::MCLEBFragment
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DIVDescriptors.cpp115 bool IsSigned = false; in computeRecurrenceType() local
230 bool IsSigned = false; in AddReductionVar() local
H A DConstantFolding.cpp1626 ConstantFoldSSEConvertToInt(const APFloat &Val, bool roundTowardZero, Type *Ty, bool IsSigned) ConstantFoldSSEConvertToInt() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp356 simplifyIVRemainder(BinaryOperator *Rem, Value *IVOperand, bool IsSigned) simplifyIVRemainder() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp444 bool IsSigned = I.getOpcode() == G_SREM || I.getOpcode() == G_SDIV; in select() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dtypes.h233 bool IsSigned() const { return signed_; } in IsSigned() function in spvtools::opt::analysis::Integer
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dtypes.h233 bool IsSigned() const { return signed_; } in IsSigned() function in spvtools::opt::analysis::Integer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h995 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() argument
986 convertToInteger(integerPart *Input, unsigned int Width, bool IsSigned, roundingMode RM, bool *IsExact) const convertToInteger() argument
999 convertFromSignExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) convertFromSignExtendedInteger() argument
1005 convertFromZeroExtendedInteger(const integerPart *Input, unsigned int InputSize, bool IsSigned, roundingMode RM) convertFromZeroExtendedInteger() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp80 bool IsSigned = (Opcode == AArch64::SBFMXri || Opcode == AArch64::SBFMWri); in printInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp326 bool SystemZTTIImpl::hasDivRemOp(Type *DataType, bool IsSigned) { in hasDivRemOp() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp1004 bool IsSigned = false; in selectICmp() local
574 getRegForPromotedValue(const Value *V, bool IsSigned) getRegForPromotedValue() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp682 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
647 multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, bool IsSigned) multiplyOverflows() argument
655 isMultiple(const APInt &C1, const APInt &C2, APInt &Quotient, bool IsSigned) isMultiple() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() argument
/third_party/spirv-tools/source/opt/
H A Dtypes.h241 bool IsSigned() const { return signed_; } in IsSigned() function in spvtools::opt::analysis::Integer

Completed in 38 milliseconds

123