Searched defs:HasBaseReg (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 290 bool HasBaseReg = BaseReg.getReg() != 0; in PrintLeaMemReference() local 357 bool HasBaseReg = BaseReg.getReg() != 0; in PrintIntelMemReference() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 332 bool HasBaseReg = false; member 1632 bool HasBaseReg, int64_t Scale, in isAMCompletelyFolded() 1687 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded() 1724 int64_t BaseOffset, bool HasBaseReg, int64_t Scale) { in isLegalUse() 1799 bool HasBaseReg) { in isAlwaysFoldable() 1822 bool HasBaseReg) { in isAlwaysFoldable() 2520 bool HasBaseReg, LSRUse::KindType Kind, in reconcileNewOffset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 294 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost() 755 bool HasBaseReg = (BaseGV == nullptr); in getGEPCost() local
|
D | TargetTransformInfo.h | 1503 bool HasBaseReg, int64_t Scale, in isLegalAddressingMode() 1562 bool HasBaseReg, int64_t Scale, in getScalingFactorCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 268 bool HasBaseReg, in isLegalAddressingMode() 351 bool HasBaseReg, in getScalingFactorCost()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 265 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) { in getScalingFactorCost()
|
D | TargetLowering.h | 2170 bool HasBaseReg = false; member
|