Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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);
137 bool UseInstrInfo = true);
151 bool UseInstrInfo = true);
159 bool UseInstrInfo = true);
167 bool UseInstrInfo = true);
175 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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp116 const DominatorTree *DT, bool UseInstrInfo, in Query()
242 bool UseInstrInfo) { in computeKnownBits() argument
252 bool UseInstrInfo) { in computeKnownBits() argument
261 bool UseInstrInfo) { in haveNoCommonBitsSet() argument
320 bool UseInstrInfo) { in isKnownNonNegative() argument
352 bool UseInstrInfo) { in isKnownNonEqual() argument
4704 bool UseInstrInfo) { in computeOverflowForUnsignedMul() argument
4760 bool UseInstrInfo) { in computeOverflowForUnsignedAdd() argument
4763 nullptr, UseInstrInfo); in computeOverflowForUnsignedAdd()
4766 nullptr, UseInstrInfo); in computeOverflowForUnsignedAdd()
[all …]
H A DInstructionSimplify.cpp897 if (Q.IIQ.UseInstrInfo && in SimplifyMulInst()
1143 if (Q.IIQ.UseInstrInfo && in simplifyRem()
1368 if (Q.IIQ.UseInstrInfo && in SimplifyShlInst()
1439 if (Q.IIQ.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1)))) in SimplifyAShrInst()
2472 IIQ.UseInstrInfo)) in computePointerICmp()
2736 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2741 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero()
2810 ConstantRange LHS_CR = computeConstantRange(LHS, IIQ.UseInstrInfo); in simplifyICmpWithConstant()
3615 isKnownNonEqual(LHS, RHS, Q.DL, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) { in SimplifyICmpInst()