| /third_party/skia/third_party/externals/spirv-tools/source/util/ |
| H A D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
| H A D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
| /third_party/spirv-tools/source/util/ |
| H A D | parse_number.h | 49 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 D | ConstantRange.cpp | 57 fromKnownBits(const KnownBits &Known, bool IsSigned) fromKnownBits() argument
|
| H A D | IRBuilder.cpp | 372 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 D | arg.cc | 58 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 D | RISCVExpandPseudoInsts.cpp | 445 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 D | IVDescriptors.h | 254 bool IsSigned = false; member in llvm::RecurrenceDescriptor
|
| H A D | TargetTransformInfo.h | 1135 bool IsSigned; ///< Whether the operation is a signed int reduction. member
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | machine-type.h | 126 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 D | ExecutionEngineBindings.cpp | 40 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 D | MCFragment.h | 374 bool IsSigned; member in llvm::MCLEBFragment
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| H A D | IVDescriptors.cpp | 115 bool IsSigned = false; in computeRecurrenceType() local 230 bool IsSigned = false; in AddReductionVar() local
|
| H A D | ConstantFolding.cpp | 1626 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 D | SimplifyIndVar.cpp | 356 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 D | MipsInstructionSelector.cpp | 444 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 D | types.h | 233 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 D | types.h | 233 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 D | APFloat.h | 995 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 D | AArch64InstPrinter.cpp | 80 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 D | SystemZTargetTransformInfo.cpp | 326 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 D | WebAssemblyFastISel.cpp | 1004 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 D | InstCombineMulDivRem.cpp | 682 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 D | DIE.h | 170 static dwarf::Form BestForm(bool IsSigned, uint64_t Int) { in BestForm() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | types.h | 241 bool IsSigned() const { return signed_; } in IsSigned() function in spvtools::opt::analysis::Integer
|