Searched defs:BaseGV (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | TargetTransformInfoImpl.h | 202 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() 214 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
|
| HD | TargetTransformInfo.h | 685 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/ |
| HD | TargetTransformInfo.cpp | 100 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/ |
| HD | BasicTTIImpl.h | 121 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/ |
| HD | NaryReassociate.cpp | 296 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
|
| HD | LoopStrengthReduce.cpp | 227 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
|
| HD | StraightLineStrengthReduce.cpp | 240 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | AsmPrinter.cpp | 2097 const GlobalValue *BaseGV = dyn_cast<GlobalValue>(BaseCst); in handleIndirectSymViaGOTPCRel() local
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetLowering.h | 1450 GlobalValue *BaseGV; member
|