Searched defs:UseInstrInfo (Results 1 – 4 of 4) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 173 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/ |
| D | InstructionSimplify.h | 63 bool UseInstrInfo = true; member
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | ValueTracking.cpp | 224 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() 233 OptimizationRemarkEmitter *ORE, bool UseInstrInfo) { in computeKnownBits() 249 bool UseInstrInfo) { in computeKnownBits() 259 bool UseInstrInfo) { in computeKnownBits() 268 bool UseInstrInfo) { in haveNoCommonBitsSet() 307 const DominatorTree *DT, bool UseInstrInfo) { in isKnownToBeAPowerOfTwo() 319 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNonZero() 327 bool UseInstrInfo) { in isKnownNonNegative() 335 const DominatorTree *DT, bool UseInstrInfo) { in isKnownPositive() 347 const DominatorTree *DT, bool UseInstrInfo) { in isKnownNegative() [all …]
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | InstructionSimplify.h | 66 bool UseInstrInfo = true; member
|