/external/llvm/include/llvm/Analysis/ |
D | TargetTransformInfo.h | 350 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()
|
D | TargetTransformInfoImpl.h | 220 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function
|
/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 142 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/ |
D | TargetTransformInfo.h | 632 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()
|
D | TargetTransformInfoImpl.h | 293 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 144 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace); in getScalingFactorCost()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 328 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
|
D | AArch64ISelLowering.cpp | 7341 int AArch64TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in AArch64TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 349 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/ |
D | BasicTTIImpl.h | 264 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in getScalingFactorCost() function 271 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace); in getScalingFactorCost()
|
D | TargetLowering.h | 2196 virtual int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 854 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
|
D | X86ISelLowering.cpp | 31838 int X86TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in X86TargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 377 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
|
D | ARMISelLowering.cpp | 15055 int ARMTargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in ARMTargetLowering
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 444 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
|
D | AArch64ISelLowering.cpp | 9518 int AArch64TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in AArch64TargetLowering
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 840 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/ |
D | LoopStrengthReduce.cpp | 1011 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/ |
D | X86ISelLowering.h | 1047 int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM, Type *Ty,
|
D | X86ISelLowering.cpp | 47187 int X86TargetLowering::getScalingFactorCost(const DataLayout &DL, in getScalingFactorCost() function in X86TargetLowering
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 1618 virtual int getScalingFactorCost(const DataLayout &DL, const AddrMode &AM,
|