Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp100 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode()
118 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h209 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
DTargetTransformInfo.h650 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
661 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h127 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
137 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp236 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
DLoopStrengthReduce.cpp228 GlobalValue *BaseGV; member
1380 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded()
1435 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded()
1472 GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, in isLegalUse()
1538 GlobalValue *BaseGV, int64_t BaseOffset, in isAlwaysFoldable()
1568 GlobalValue *BaseGV = ExtractSymbol(S, SE); in isAlwaysFoldable() local
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2119 const GlobalValue *BaseGV = dyn_cast<GlobalValue>(BaseCst); in handleIndirectSymViaGOTPCRel() local
/external/llvm/include/llvm/Target/
DTargetLowering.h1431 GlobalValue *BaseGV; member