Home
last modified time | relevance | path

Searched refs:UseInstrInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DValueTracking.h63 bool UseInstrInfo = true);
79 bool UseInstrInfo = true);
87 bool UseInstrInfo = true);
96 bool UseInstrInfo = true);
110 bool UseInstrInfo = true);
136 bool UseInstrInfo = true);
150 bool UseInstrInfo = true);
158 bool UseInstrInfo = true);
166 bool UseInstrInfo = true);
174 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h64 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
66 bool UseInstrInfo = true; member
69 if (UseInstrInfo) in getMetadata()
75 if (UseInstrInfo) in hasNoUnsignedWrap()
81 if (UseInstrInfo) in hasNoSignedWrap()
87 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
116 const Instruction *CXTI = nullptr, bool UseInstrInfo = true,
118 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DValueTracking.cpp125 const DominatorTree *DT, bool UseInstrInfo, in Query()
251 bool UseInstrInfo) { in computeKnownBits() argument
261 bool UseInstrInfo) { in computeKnownBits() argument
270 bool UseInstrInfo) { in haveNoCommonBitsSet() argument
350 bool UseInstrInfo) { in isKnownNonNegative() argument
382 bool UseInstrInfo) { in isKnownNonEqual() argument
4847 bool UseInstrInfo) { in computeOverflowForUnsignedMul() argument
4903 bool UseInstrInfo) { in computeOverflowForUnsignedAdd() argument
4906 nullptr, UseInstrInfo); in computeOverflowForUnsignedAdd()
4909 nullptr, UseInstrInfo); in computeOverflowForUnsignedAdd()
[all …]
H A DInstructionSimplify.cpp905 if (Q.IIQ.UseInstrInfo && in simplifyMulInst()
1161 if (Q.IIQ.UseInstrInfo && in simplifyRem()
1387 if (Q.IIQ.UseInstrInfo && in simplifyShlInst()
1459 if (Q.IIQ.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1)))) in simplifyAShrInst()
2684 IIQ.UseInstrInfo)) in computePointerICmp()
2919 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2924 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2994 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
3833 isKnownNonEqual(LHS, RHS, Q.DL, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) { in simplifyICmpInst()