Searched defs:HasBaseReg (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 102 bool HasBaseReg, in isLegalAddressingMode() 120 bool HasBaseReg, in getScalingFactorCost()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 210 bool HasBaseReg, int64_t Scale) { in isLegalAddressingMode() 221 bool HasBaseReg, int64_t Scale) { in getScalingFactorCost()
|
D | TargetTransformInfo.h | 651 bool HasBaseReg, int64_t Scale) override { in isLegalAddressingMode() 662 bool HasBaseReg, int64_t Scale) override { in getScalingFactorCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 128 bool HasBaseReg, int64_t Scale) { in isLegalAddressingMode() 138 bool HasBaseReg, int64_t Scale) { in getScalingFactorCost()
|
/external/llvm/lib/Target/X86/ |
D | X86AsmPrinter.cpp | 243 bool HasBaseReg = BaseReg.getReg() != 0; in printLeaMemReference() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 234 bool HasBaseReg; member 1381 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded() 1436 bool HasBaseReg, int64_t Scale) { in isAMCompletelyFolded() 1472 GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, in isLegalUse() 1539 bool HasBaseReg) { in isAlwaysFoldable() 1561 Type *AccessTy, const SCEV *S, bool HasBaseReg) { in isAlwaysFoldable() 2240 LSRInstance::reconcileNewOffset(LSRUse &LU, int64_t NewOffset, bool HasBaseReg, in reconcileNewOffset()
|
D | StraightLineStrengthReduce.cpp | 238 bool HasBaseReg = false; in isGEPFoldable() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1433 bool HasBaseReg; member
|