Home
last modified time | relevance | path

Searched refs:getScalingFactorCost (Results 1 – 22 of 22) 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h632 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
1247 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
1561 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
1564 return Impl.getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
DTargetTransformInfoImpl.h293 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
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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp349 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo
354 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h264 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
271 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace); in getScalingFactorCost()
DTargetLowering.h2196 virtual int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.h377 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DARMISelLowering.cpp15055 int ARMTargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in ARMTargetLowering
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h444 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DAArch64ISelLowering.cpp9518 int AArch64TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in AArch64TargetLowering
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1011 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
1362 C.ScaleCost += getScalingFactorCost(*TTI, LU, F, *L); in RateFormula()
1759 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
1774 int ScaleCostMinOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
1777 int ScaleCostMaxOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1047 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DX86ISelLowering.cpp47187 int X86TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1618 virtual int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,