/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineInternal.h | 549 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd() 567 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub() 585 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul() 592 bool IsSigned) const { in willNotOverflow()
|
D | InstCombineMulDivRem.cpp | 648 bool IsSigned) { in multiplyOverflows() 656 bool IsSigned) { in isMultiple() 682 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
|
D | InstCombineAddSub.cpp | 973 static bool MatchRem(Value *E, Value *&Op, APInt &C, bool &IsSigned) { in MatchRem() 995 static bool MatchDiv(Value *E, Value *&Op, APInt &C, bool IsSigned) { in MatchDiv() 1016 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { in MulWillOverflow() 1031 bool IsSigned; in SimplifyAddWithRemainder() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
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/abseil-cpp/absl/strings/internal/str_format/ |
D | arg.cc | 44 struct IsSigned : std::is_signed<T> {}; struct 46 struct IsSigned<absl::int128> : std::true_type {}; struct 48 struct IsSigned<absl::uint128> : std::false_type {}; struct
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
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/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | parse_number.h | 48 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/third_party/spirv-tools/source/util/ |
D | parse_number.h | 49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 987 bool IsSigned, roundingMode RM, in convertToInteger() 995 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1000 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1006 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 1090 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger() 1097 opStatus convertFromAPInt(const APInt &Input, bool IsSigned, in convertFromAPInt() 1102 unsigned int InputSize, bool IsSigned, in convertFromSignExtendedInteger() 1108 unsigned int InputSize, bool IsSigned, in convertFromZeroExtendedInteger()
|
/third_party/boost/boost/multiprecision/ |
D | eigen.hpp | 31 …IsSigned = std::numeric_limits<self_type>::is_specialized ? std::numeric_limits<self_… enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt() 74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | IVDescriptors.cpp | 115 bool IsSigned = false; in computeRecurrenceType() local 230 bool IsSigned = false; in AddReductionVar() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | IVDescriptors.h | 254 bool IsSigned = false; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 146 bool IsSigned = true; member in __anon731e1d2c0111::InductiveRangeCheck 358 bool IsSigned; in extractRangeChecksFromCond() local 665 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeDecreasingBound() local 713 bool IsSigned = ICmpInst::isSigned(Pred); in isSafeIncreasingBound() local
|
D | IndVarSimplify.cpp | 887 bool IsSigned = false; member 897 bool IsSigned = Cast->getOpcode() == Instruction::SExt; in visitIVCast() local 1072 bool IsSigned, Instruction *Use) { in createExtendInst() 1121 bool IsSigned = getExtendKind(NarrowDef) == SignExtended; in cloneBitwiseIVUser() local 1378 bool IsSigned = getExtendKind(DU.NarrowDef) == SignExtended; in widenLoopCompare() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelDAGToDAG.cpp | 1682 bool IsSigned = LdNode->getExtensionType() == ISD::SEXTLOAD; in tryLDGLDU() local 3384 bool IsSigned = false; in tryBFE() local 3717 bool IsSigned) { in GetConvertOpcode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 1020 bool IsSigned) { in PPCMoveToFPReg() 1064 bool PPCFastISel::SelectIToFP(const Instruction *I, bool IsSigned) { in SelectIToFP() 1155 unsigned SrcReg, bool IsSigned) { in PPCMoveToIntReg() 1189 bool PPCFastISel::SelectFPToI(const Instruction *I, bool IsSigned) { in SelectFPToI()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | types.h | 128 bool IsSigned() const { return signed_; } in IsSigned() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFastISel.cpp | 575 bool IsSigned) { in getRegForPromotedValue() 1004 bool IsSigned = false; in selectICmp() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstructionSelector.cpp | 444 bool IsSigned = I.getOpcode() == G_SREM || I.getOpcode() == G_SDIV; in select() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
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/lib/IR/ |
D | IRBuilder.cpp | 372 CallInst *IRBuilderBase::CreateIntMaxReduce(Value *Src, bool IsSigned) { in CreateIntMaxReduce() 378 CallInst *IRBuilderBase::CreateIntMinReduce(Value *Src, bool IsSigned) { in CreateIntMinReduce()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 4376 unsigned int Width, bool IsSigned, in convertToInteger() 4384 bool IsSigned, in convertFromAPInt() 4396 bool IsSigned, roundingMode RM) { in convertFromSignExtendedInteger() 4407 bool IsSigned, roundingMode RM) { in convertFromZeroExtendedInteger()
|