Searched defs:getScalingFactorCost (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 111 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo 502 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
|
/external/llvm/lib/CodeGen/ |
D | BasicTargetTransformInfo.cpp | 159 int BasicTTI::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in BasicTTI
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1271 virtual int getScalingFactorCost(const AddrMode &AM, Type *Ty) const { in getScalingFactorCost() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1502 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6241 int AArch64TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in AArch64TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 22787 int X86TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in X86TargetLowering
|