Home
last modified time | relevance | path

Searched defs:UseInstrInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DValueTracking.cpp173 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits()
186 bool UseInstrInfo) { in computeKnownBits()
194 bool UseInstrInfo) { in haveNoCommonBitsSet()
233 const DominatorTree *DT, bool UseInstrInfo) { in isKnownToBeAPowerOfTwo()
242 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNonZero()
250 bool UseInstrInfo) { in isKnownNonNegative()
258 const DominatorTree *DT, bool UseInstrInfo) { in isKnownPositive()
270 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNegative()
281 bool UseInstrInfo) { in isKnownNonEqual()
293 const DominatorTree *DT, bool UseInstrInfo) { in MaskedValueIsZero()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInstructionSimplify.h63 bool UseInstrInfo = true; member