Home
last modified time | relevance | path

Searched defs:IsSigned (Results 1 – 25 of 66) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h549 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()
DInstCombineMulDivRem.cpp648 bool IsSigned) { in multiplyOverflows()
656 bool IsSigned) { in isMultiple()
682 bool IsSigned = I.getOpcode() == Instruction::SDiv; in commonIDivTransforms() local
DInstCombineAddSub.cpp973 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/
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/abseil-cpp/absl/strings/internal/str_format/
Darg.cc44 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/
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/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.h48 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/third_party/spirv-tools/source/util/
Dparse_number.h49 inline bool IsSigned(const NumberType& type) { in IsSigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h987 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/
DAPFloat.h1090 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/
Deigen.hpp31IsSigned = 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/
DExecutionEngineBindings.cpp42 LLVMBool IsSigned) { in LLVMCreateGenericValueOfInt()
74 LLVMBool IsSigned) { in LLVMGenericValueToInt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp115 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/
DIVDescriptors.h254 bool IsSigned = false; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp146 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
DIndVarSimplify.cpp887 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/
DNVPTXISelDAGToDAG.cpp1682 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/
DPPCFastISel.cpp1020 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/
Dtypes.h128 bool IsSigned() const { return signed_; } in IsSigned() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp575 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/
DMipsInstructionSelector.cpp444 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/
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/lib/IR/
DIRBuilder.cpp372 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/
DAPFloat.cpp4376 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()

123