Searched refs:UseInstrInfo (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ValueTracking.h | 60 bool UseInstrInfo = true); 68 bool UseInstrInfo = true); 82 bool UseInstrInfo = true); 94 bool UseInstrInfo = true); 108 bool UseInstrInfo = true); 122 bool UseInstrInfo = true); 130 bool UseInstrInfo = true); 138 bool UseInstrInfo = true); 146 bool UseInstrInfo = true); 162 bool UseInstrInfo = true); [all …]
|
| H A D | InstructionSimplify.h | 61 InstrInfoQuery(bool UMD) : UseInstrInfo(UMD) {} in InstrInfoQuery() 62 InstrInfoQuery() : UseInstrInfo(true) {} in InstrInfoQuery() 63 bool UseInstrInfo = true; member 66 if (UseInstrInfo) in getMetadata() 72 if (UseInstrInfo) in hasNoUnsignedWrap() 78 if (UseInstrInfo) in hasNoSignedWrap() 84 if (UseInstrInfo && isa<PossiblyExactOperator>(Op)) in isExact() 108 const Instruction *CXTI = nullptr, bool UseInstrInfo = true) 109 : DL(DL), TLI(TLI), DT(DT), AC(AC), CxtI(CXTI), IIQ(UseInstrInfo) {} in DL()
|
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 128 const DominatorTree *DT, bool UseInstrInfo, in Query() 186 bool UseInstrInfo) { in computeKnownBits() argument 194 bool UseInstrInfo) { in haveNoCommonBitsSet() argument 250 bool UseInstrInfo) { in isKnownNonNegative() argument 281 bool UseInstrInfo) { in isKnownNonEqual() argument 284 UseInstrInfo, /*ORE=*/nullptr)); in isKnownNonEqual() 2158 if (Q.IIQ.UseInstrInfo && in isKnownNonZero() 3932 bool UseInstrInfo) { in computeOverflowForUnsignedMul() argument 3943 UseInstrInfo); in computeOverflowForUnsignedMul() 3945 UseInstrInfo); in computeOverflowForUnsignedMul() [all …]
|
| H A D | InstructionSimplify.cpp | 864 if (Q.IIQ.UseInstrInfo && in SimplifyMulInst() 1099 if (Q.IIQ.UseInstrInfo && in simplifyRem() 1301 if (Q.IIQ.UseInstrInfo && in SimplifyShlInst() 1372 if (Q.IIQ.UseInstrInfo && match(Op0, m_NSWShl(m_Value(X), m_Specific(Op1)))) in SimplifyAShrInst() 2162 IIQ.UseInstrInfo) && in computePointerICmp() 2428 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero() 2433 if (isKnownNonZero(LHS, Q.DL, 0, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) in simplifyICmpWithZero() 3524 isKnownNonEqual(LHS, RHS, Q.DL, Q.AC, Q.CxtI, Q.DT, Q.IIQ.UseInstrInfo)) { in SimplifyICmpInst()
|