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-7.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h524 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
1049 virtual int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
1293 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
1296 return Impl.getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
DTargetTransformInfoImpl.h268 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp195 int TargetTransformInfo::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in TargetTransformInfo
200 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h192 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
199 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace); in getScalingFactorCost()
DTargetLowering.h1996 virtual int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,
/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-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h355 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DAArch64ISelLowering.cpp8453 int AArch64TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in AArch64TargetLowering
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h352 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DARMISelLowering.cpp13053 int ARMTargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in ARMTargetLowering
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp997 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI,
1336 C.ScaleCost += getScalingFactorCost(TTI, LU, F, *L); in RateFormula()
1730 static unsigned getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
1745 int ScaleCostMinOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
1748 int ScaleCostMaxOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h940 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DX86ISelLowering.cpp40717 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,