Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp118 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
DTargetTransformInfo.h661 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h137 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
/external/llvm/include/llvm/Target/
DTargetLowering.h1452 virtual int getScalingFactorCost(const AddrMode &AM, Type *Ty) const { in getScalingFactorCost() function
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1498 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6801 int AArch64TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in AArch64TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp24711 int X86TargetLowering::getScalingFactorCost(const AddrMode &AM, in getScalingFactorCost() function in X86TargetLowering