Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp409 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 DLoopStrengthReduce.cpp341 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 DTargetTransformInfoImpl.h273 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
864 auto *BaseGV = dyn_cast<GlobalValue>(Ptr->stripPointerCasts()); variable
H A DTargetTransformInfo.h1849 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 DTargetTransformInfo.cpp337 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 DBasicTTIImpl.h333 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost()
H A DTargetLowering.h2330 GlobalValue *BaseGV = nullptr; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2914 const GlobalValue *BaseGV = dyn_cast_or_null<GlobalValue>(BaseCst); in handleIndirectSymViaGOTPCRel() local