Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DValueTracking.h64 bool UseInstrInfo = true);
80 bool UseInstrInfo = true);
88 bool UseInstrInfo = true);
97 bool UseInstrInfo = true);
111 bool UseInstrInfo = true);
123 bool UseInstrInfo = true);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
[all …]
H A DInstructionSimplify.h65 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery()
66 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery()
67 bool UseInstrInfo = true; member
70 if (UseInstrInfo) in getMetadata()
76 if (UseInstrInfo) in hasNoUnsignedWrap()
82 if (UseInstrInfo) in hasNoSignedWrap()
88 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact()
117 const Instruction *CXTI = nullptr, bool UseInstrInfo = true,
119 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo), in DL()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DValueTracking.cpp115 const DominatorTree *DT, bool UseInstrInfo, in Query()
117 : DL(DL), AC(AC), CxtI(CxtI), DT(DT), ORE(ORE), IIQ(UseInstrInfo) {} in Query()
216 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument
218 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
225 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() argument
227 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
241 bool UseInstrInfo) { in computeKnownBits() argument
243 V, Depth, Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
251 bool UseInstrInfo) { in computeKnownBits() argument
254 Query(DL, AC, safeCxtI(V, CxtI), DT, UseInstrInfo, ORE)); in computeKnownBits()
[all …]
H A DInstructionSimplify.cpp882 if (Q.IIQ.UseInstrInfo && in SimplifyMulInst()
1119 if (Q.IIQ.UseInstrInfo && in simplifyRem()
1340 if (Q.IIQ.UseInstrInfo && in SimplifyShlInst()
1411 if (Q.IIQ.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1)))) in SimplifyAShrInst()
2436 IIQ.UseInstrInfo)) in computePointerICmp()
2700 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2705 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2774 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()
3575 isKnownNonEqual(LHS, RHS, Q.DL, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) { in SimplifyICmpInst()