Searched defs:getScalingFactorCost (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 118 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo
|
/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfoImpl.h | 220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
|
D | TargetTransformInfo.h | 661 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 137 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1452 virtual int getScalingFactorCost(const AddrMode &AM, Type *Ty) const { in getScalingFactorCost() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1498 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 6801 int AArch64TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in AArch64TargetLowering
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24711 int X86TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in X86TargetLowering
|