Searched refs:getScalingFactorCost (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 111 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo 115 return PrevTTI->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost() 502 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 84 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, 159 int BasicTTI::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in BasicTTI 167 return getTLI()->getScalingFactorCost(AM, Ty); in getScalingFactorCost()
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 277 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 302 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
|
D | AArch64ISelLowering.cpp | 6241 int AArch64TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in AArch64TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 682 int getScalingFactorCost(const AddrMode &AM, Type *Ty) const override;
|
D | X86ISelLowering.cpp | 22787 int X86TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in X86TargetLowering
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 852 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, 1027 ScaleCost += getScalingFactorCost(TTI, LU, F); in RateFormula() 1502 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function 1517 TTI.getScalingFactorCost(LU.AccessTy, F.BaseGV, in getScalingFactorCost() 1521 TTI.getScalingFactorCost(LU.AccessTy, F.BaseGV, in getScalingFactorCost()
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1271 virtual int getScalingFactorCost(const AddrMode &AM, Type *Ty) const { in getScalingFactorCost() function
|