Searched refs:getScalingFactorCost (Results 1 - 9 of 9) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h277 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp111 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, function in class:TargetTransformInfo
115 return PrevTTI->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
502 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp84 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
159 int BasicTTI::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, function in class:BasicTTI
167 return getTLI()->getScalingFactorCost(AM, Ty);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h302 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
H A DAArch64ISelLowering.cpp6241 int AArch64TargetLowering::getScalingFactorCost(const AddrMode &AM, function in class:AArch64TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h682 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
H A DX86ISelLowering.cpp22787 int X86TargetLowering::getScalingFactorCost(const AddrMode &AM,
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp852 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
1027 ScaleCost += getScalingFactorCost(TTI, LU, F);
1502 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, function
1517 TTI.getScalingFactorCost(LU.AccessTy, F.BaseGV,
1521 TTI.getScalingFactorCost(LU.AccessTy, F.BaseGV,
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1271 virtual int getScalingFactorCost(const AddrMode &AM, Type *Ty) const {

Completed in 1668 milliseconds