Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Analysis/
HDTargetTransformInfoImpl.h202 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
214 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
HDTargetTransformInfo.h685 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
697 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
/NextBSD/contrib/llvm/lib/Analysis/
HDTargetTransformInfo.cpp100 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode()
119 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h121 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode()
132 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDNaryReassociate.cpp296 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
HDLoopStrengthReduce.cpp227 GlobalValue *BaseGV; member
1364 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded()
1416 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded()
1453 GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, in isLegalUse()
1519 GlobalValue *BaseGV, int64_t BaseOffset, in isAlwaysFoldable()
1549 GlobalValue *BaseGV = ExtractSymbol(S, SE); in isAlwaysFoldable() local
HDStraightLineStrengthReduce.cpp240 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
/NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2097 const GlobalValue *BaseGV = dyn_cast<GlobalValue>(BaseCst); in handleIndirectSymViaGOTPCRel() local
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h1450 GlobalValue *BaseGV; member