Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h316 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
H A DARMTargetTransformInfo.cpp2719 InstructionCost ARMTTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in ARMTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.h261 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
H A DX86TargetTransformInfo.cpp7089 InstructionCost X86TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in X86TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h468 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
H A DAArch64TargetTransformInfo.cpp5907 AArch64TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp563 InstructionCost TargetTransformInfo::getScalingFactorCost( in getScalingFactorCost() function in TargetTransformInfo
566 InstructionCost Cost = TTIImpl->getScalingFactorCost( in getScalingFactorCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h894 LLVM_ABI InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
H A DTargetTransformInfoImpl.h400 virtual InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1194 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI,
1525 C.ScaleCost += getScalingFactorCost(*TTI, LU, F, *L).getValue(); in RateFormula()
1950 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI, in getScalingFactorCost() function
1973 InstructionCost ScaleCostMinOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
1976 InstructionCost ScaleCostMaxOffset = TTI.getScalingFactorCost( in getScalingFactorCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h507 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function