Home
last modified time | relevance | path

Searched refs:getScalingFactorCost (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h350 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
659 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
817 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
820 return Impl.getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
DTargetTransformInfoImpl.h220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp142 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo
147 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h137 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
144 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace); in getScalingFactorCost()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h328 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DAArch64ISelLowering.cpp7341 int AArch64TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in AArch64TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h854 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DX86ISelLowering.cpp31838 int X86TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in X86TargetLowering
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp840 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
1013 ScaleCost += getScalingFactorCost(TTI, LU, F); in RateFormula()
1474 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
1488 int ScaleCostMinOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
1491 int ScaleCostMaxOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
/external/llvm/include/llvm/Target/
DTargetLowering.h1618 virtual int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,