Searched defs:BaseGV (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | ConstantHoisting.cpp | 409 GlobalVariable *BaseGV = dyn_cast<GlobalVariable>(ConstExpr->getOperand(0)); in collectConstantCandidates() local 658 void ConstantHoistingPass::findBaseConstants(GlobalVariable *BaseGV) { in findBaseConstants() 845 bool ConstantHoistingPass::emitBaseConstants(GlobalVariable *BaseGV) { in emitBaseConstants()
|
H A D | LoopStrengthReduce.cpp | 341 GlobalValue *BaseGV = nullptr; member 1632 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded() 1687 GlobalValue *BaseGV, int64_t BaseOffset, in isAMCompletelyFolded() 1724 MemAccessTy AccessTy, GlobalValue *BaseGV, in isLegalUse() 1799 GlobalValue *BaseGV, int64_t BaseOffset, in isAlwaysFoldable() 1830 GlobalValue *BaseGV = ExtractSymbol(S, SE); in isAlwaysFoldable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 273 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() 864 auto *BaseGV = dyn_cast<GlobalValue>(Ptr->stripPointerCasts()); variable
|
H A D | TargetTransformInfo.h | 1849 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() 1909 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 337 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode() 426 Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, in getScalingFactorCost()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 333 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
|
H A D | TargetLowering.h | 2330 GlobalValue *BaseGV = nullptr; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2914 const GlobalValue *BaseGV = dyn_cast_or_null<GlobalValue>(BaseCst); in handleIndirectSymViaGOTPCRel() local
|