Home
last modified time | relevance | path

Searched defs:HasBaseReg (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp102 bool HasBaseReg, in isLegalAddressingMode()
120 bool HasBaseReg, in getScalingFactorCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h210 bool HasBaseReg, int64_t Scale) { in isLegalAddressingMode()
221 bool HasBaseReg, int64_t Scale) { in getScalingFactorCost()
DTargetTransformInfo.h651 bool HasBaseReg, int64_t Scale) override { in isLegalAddressingMode()
662 bool HasBaseReg, int64_t Scale) override { in getScalingFactorCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h128 bool HasBaseReg, int64_t Scale) { in isLegalAddressingMode()
138 bool HasBaseReg, int64_t Scale) { in getScalingFactorCost()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp243 bool HasBaseReg = BaseReg.getReg() != 0; in printLeaMemReference() local
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp234 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()
DStraightLineStrengthReduce.cpp238 bool HasBaseReg = false; in isGEPFoldable() local
/external/llvm/include/llvm/Target/
DTargetLowering.h1433 bool HasBaseReg; member