Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DValueTracking.h61 bool UseInstrInfo = true);
77 bool UseInstrInfo = true);
85 bool UseInstrInfo = true);
94 bool UseInstrInfo = true);
106 bool UseInstrInfo = true);
118 bool UseInstrInfo = true);
132 bool UseInstrInfo = true);
145 bool UseInstrInfo = true);
153 bool UseInstrInfo = true);
161 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()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp116 const DominatorTree *DT, bool UseInstrInfo, in Query()
118 : DL(DL), AC(AC), CxtI(CxtI), DT(DT), ORE(ORE), IIQ(UseInstrInfo) {} in Query()
190 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument
192 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
199 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument
201 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
215 bool UseInstrInfo) { in computeKnownBits() argument
217 V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
225 bool UseInstrInfo) { in computeKnownBits() argument
228 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
[all …]
H A DInstructionSimplify.cpp945 if (Q.IIQ.UseInstrInfo && in simplifyMulInst()
1224 if (Q.IIQ.UseInstrInfo && in simplifyRem()
1455 if (Q.IIQ.UseInstrInfo && in simplifyShlInst()
1527 if (Q.IIQ.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1)))) in simplifyAShrInst()
2743 IIQ.UseInstrInfo)) in computePointerICmp()
2983 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2988 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
3058 computeConstantRange(LHS, CmpInst::isSigned(Pred), IIQ.UseInstrInfo); in simplifyICmpWithConstant()
3903 isKnownNonEqual(LHS, RHS, Q.DL, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) { in simplifyICmpInst()