Searched defs:BaseGV (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 205 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() 221 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() 402 const GlobalValue *BaseGV = nullptr; in getGEPCost() local
|
D | TargetTransformInfo.h | 693 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() 711 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost()
|
/external/llvm/include/llvm/CodeGen/ |
D | 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()
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 107 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode() 132 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 306 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
|
D | LoopStrengthReduce.cpp | 247 GlobalValue *BaseGV; member 1374 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded() 1427 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded() 1464 MemAccessTy AccessTy, GlobalValue *BaseGV, in isLegalUse() 1528 GlobalValue *BaseGV, int64_t BaseOffset, in isAlwaysFoldable() 1559 GlobalValue *BaseGV = ExtractSymbol(S, SE); in isAlwaysFoldable() local
|
D | StraightLineStrengthReduce.cpp | 241 GlobalVariable *BaseGV = nullptr; in isGEPFoldable() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 2134 const GlobalValue *BaseGV = dyn_cast_or_null<GlobalValue>(BaseCst); in handleIndirectSymViaGOTPCRel() local
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1464 GlobalValue *BaseGV; member
|