Home
last modified time | relevance | path

Searched defs:CxtI (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h252 const Instruction &CxtI) const { in willNotOverflowSignedAdd()
258 const Instruction &CxtI) const { in willNotOverflowUnsignedAdd()
264 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
270 const Instruction &CxtI) const { in willNotOverflowSignedSub()
276 const Instruction &CxtI) const { in willNotOverflowUnsignedSub()
282 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
288 const Instruction &CxtI) const { in willNotOverflowSignedMul()
294 const Instruction &CxtI) const { in willNotOverflowUnsignedMul()
300 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
306 const Value *RHS, const Instruction &CxtI, in willNotOverflow()
[all …]
DInstCombineSimplifyDemanded.cpp111 Instruction *CxtI) { in SimplifyDemandedUseBits()
817 Instruction *CxtI) { in SimplifyMultipleUseDemandedBits()
DInstCombineShifts.cpp427 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShiftedShift()
478 InstCombinerImpl &IC, Instruction *CxtI) { in canEvaluateShifted()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h537 const Instruction &CxtI) const { in willNotOverflowSignedAdd()
543 const Instruction &CxtI) const { in willNotOverflowUnsignedAdd()
549 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowAdd()
555 const Instruction &CxtI) const { in willNotOverflowSignedSub()
561 const Instruction &CxtI) const { in willNotOverflowUnsignedSub()
567 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowSub()
573 const Instruction &CxtI) const { in willNotOverflowSignedMul()
579 const Instruction &CxtI) const { in willNotOverflowUnsignedMul()
585 const Instruction &CxtI, bool IsSigned) const { in willNotOverflowMul()
591 const Value *RHS, const Instruction &CxtI, in willNotOverflow()
[all …]
DInstCombineShifts.cpp425 Instruction *CxtI) { in canEvaluateShiftedShift()
476 InstCombiner &IC, Instruction *CxtI) { in canEvaluateShifted()
DInstCombineSimplifyDemanded.cpp120 Instruction *CxtI) { in SimplifyDemandedUseBits()
796 Instruction *CxtI) { in SimplifyMultipleUseDemandedBits()
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h445 const Instruction *CxtI) const { in computeKnownBits()
450 const Instruction *CxtI) const { in computeKnownBits()
472 const Instruction *CxtI) const { in computeOverflowForUnsignedMul()
477 const Instruction *CxtI) const { in computeOverflowForSignedMul()
483 const Instruction *CxtI) const { in computeOverflowForUnsignedAdd()
488 const Instruction *CxtI) const { in computeOverflowForSignedAdd()
494 const Instruction *CxtI) const { in computeOverflowForUnsignedSub()
499 const Instruction *CxtI) const { in computeOverflowForSignedSub()
/external/llvm/lib/Analysis/
DInstructionSimplify.cpp54 const Instruction *CxtI; member
585 const Instruction *CxtI) { in SimplifyAddInst()
780 const Instruction *CxtI) { in SimplifySubInst()
949 const Instruction *CxtI) { in SimplifyFAddInst()
958 const Instruction *CxtI) { in SimplifyFSubInst()
967 const Instruction *CxtI) { in SimplifyFMulInst()
975 const Instruction *CxtI) { in SimplifyMulInst()
1076 const Instruction *CxtI) { in SimplifySDivInst()
1094 const Instruction *CxtI) { in SimplifyUDivInst()
1137 const Instruction *CxtI) { in SimplifyFDivInst()
[all …]
DValueTracking.cpp71 const Instruction *CxtI; member
108 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI()
127 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
134 AssumptionCache *AC, const Instruction *CxtI, in haveNoCommonBitsSet()
153 AssumptionCache *AC, const Instruction *CxtI, in ComputeSignBit()
164 const Instruction *CxtI, in isKnownToBeAPowerOfTwo()
173 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
179 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonNegative()
187 AssumptionCache *AC, const Instruction *CxtI, in isKnownPositive()
199 AssumptionCache *AC, const Instruction *CxtI, in isKnownNegative()
[all …]
DLazyValueInfo.cpp1272 Instruction *CxtI) { in getEdgeValue()
1317 Instruction *CxtI) { in getValueInBlock()
1333 LVILatticeVal LazyValueInfoCache::getValueAt(Value *V, Instruction *CxtI) { in getValueAt()
1351 Instruction *CxtI) { in getValueOnEdge()
1483 Instruction *CxtI) { in getConstant()
1499 Instruction *CxtI) { in getConstantRange()
1517 Instruction *CxtI) { in getConstantOnEdge()
1605 Instruction *CxtI) { in getPredicateOnEdge()
1615 Instruction *CxtI) { in getPredicateAt()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h478 unsigned Depth, Instruction *CxtI) const { in computeKnownBits()
497 const Instruction *CxtI) { in computeOverflowForUnsignedMul()
501 const Instruction *CxtI) { in computeOverflowForUnsignedAdd()
DInstCombineShifts.cpp63 Instruction *CxtI) { in canEvaluateShiftedShift()
116 InstCombiner &IC, Instruction *CxtI) { in CanEvaluateShifted()
DInstCombineAddSub.cpp874 Instruction &CxtI) { in WillNotOverflowSignedAdd()
926 Instruction &CxtI) { in WillNotOverflowSignedSub()
955 Instruction &CxtI) { in WillNotOverflowUnsignedSub()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp105 const Instruction *CxtI; member
152 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI()
171 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
183 const Instruction *CxtI, in computeKnownBits()
193 const Instruction *CxtI, const DominatorTree *DT, in haveNoCommonBitsSet()
215 bool llvm::isOnlyUsedInZeroEqualityComparison(const Instruction *CxtI) { in isOnlyUsedInZeroEqualityComparison()
232 AssumptionCache *AC, const Instruction *CxtI, in isKnownToBeAPowerOfTwo()
241 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
249 const Instruction *CxtI, const DominatorTree *DT, in isKnownNonNegative()
257 AssumptionCache *AC, const Instruction *CxtI, in isKnownPositive()
[all …]
DLazyValueInfo.cpp1510 Instruction *CxtI) { in getEdgeValue()
1556 Instruction *CxtI) { in getValueInBlock()
1572 ValueLatticeElement LazyValueInfoImpl::getValueAt(Value *V, Instruction *CxtI) { in getValueAt()
1590 Instruction *CxtI) { in getValueOnEdge()
1699 Instruction *CxtI) { in getConstant()
1719 Instruction *CxtI) { in getConstantRange()
1740 Instruction *CxtI) { in getConstantOnEdge()
1758 Instruction *CxtI) { in getConstantRangeOnEdge()
1845 Instruction *CxtI) { in getPredicateOnEdge()
1855 Instruction *CxtI) { in getPredicateAt()
/external/llvm-project/llvm/lib/Analysis/
DLazyValueInfo.cpp926 Instruction *CxtI, in getRangeFor()
1420 Value *Val, BasicBlock *BBFrom, BasicBlock *BBTo, Instruction *CxtI) { in getEdgeValue()
1453 Instruction *CxtI) { in getValueInBlock()
1471 ValueLatticeElement LazyValueInfoImpl::getValueAt(Value *V, Instruction *CxtI) { in getValueAt()
1489 Instruction *CxtI) { in getValueOnEdge()
1591 Constant *LazyValueInfo::getConstant(Value *V, Instruction *CxtI) { in getConstant()
1610 ConstantRange LazyValueInfo::getConstantRange(Value *V, Instruction *CxtI, in getConstantRange()
1632 Instruction *CxtI) { in getConstantOnEdge()
1650 Instruction *CxtI) { in getConstantRangeOnEdge()
1737 Instruction *CxtI) { in getPredicateOnEdge()
[all …]
DValueTracking.cpp103 const Instruction *CxtI; member
150 static const Instruction *safeCxtI(const Value *V, const Instruction *CxtI) { in safeCxtI()
222 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
232 const Instruction *CxtI, const DominatorTree *DT, in computeKnownBits()
246 const Instruction *CxtI, in computeKnownBits()
256 AssumptionCache *AC, const Instruction *CxtI, in computeKnownBits()
267 const Instruction *CxtI, const DominatorTree *DT, in haveNoCommonBitsSet()
289 bool llvm::isOnlyUsedInZeroEqualityComparison(const Instruction *CxtI) { in isOnlyUsedInZeroEqualityComparison()
306 AssumptionCache *AC, const Instruction *CxtI, in isKnownToBeAPowerOfTwo()
318 AssumptionCache *AC, const Instruction *CxtI, in isKnownNonZero()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp50 const Instruction *CxtI) { in getArithmeticInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp118 const Instruction *CxtI) { in getArithmeticInstrCost()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyTargetTransformInfo.cpp51 const Instruction *CxtI) { in getArithmeticInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h95 const Instruction *CxtI = nullptr; member
/external/llvm-project/llvm/include/llvm/Analysis/
DInstructionSimplify.h98 const Instruction *CxtI = nullptr; member
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp596 static bool isNonNegative(Value *V, LazyValueInfo *LVI, Instruction *CxtI) { in isNonNegative()
602 static bool isNonPositive(Value *V, LazyValueInfo *LVI, Instruction *CxtI) { in isNonPositive()
610 Domain getDomain(Value *V, LazyValueInfo *LVI, Instruction *CxtI) { in getDomain()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXTargetTransformInfo.cpp376 const Instruction *CxtI) { in getArithmeticInstrCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetTransformInfo.cpp243 const Instruction *CxtI) { in getArithmeticInstrCost()

123