Home
last modified time | relevance | path

Searched defs:getScalingFactorCost (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2565 InstructionCost ARMTTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function in ARMTTIImpl
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h398 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h317 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function
H A DTargetTransformInfo.h2360 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp520 InstructionCost TargetTransformInfo::getScalingFactorCost( getScalingFactorCost() function in TargetTransformInfo
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4038 AArch64TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function in AArch64TTIImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp6652 InstructionCost X86TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function in X86TTIImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1804 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI, getScalingFactorCost() function