Searched defs:getScalingFactorCost (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 2577 InstructionCost ARMTTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function in ARMTTIImpl
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 338 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function
|
H A D | TargetTransformInfo.h | 2426 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 410 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | TargetTransformInfo.cpp | 542 InstructionCost TargetTransformInfo::getScalingFactorCost( getScalingFactorCost() function in TargetTransformInfo
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 4339 AArch64TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function in AArch64TTIImpl
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetTransformInfo.cpp | 6725 InstructionCost X86TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, getScalingFactorCost() function in X86TTIImpl
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1966 static InstructionCost getScalingFactorCost(const TargetTransformInfo &TTI, getScalingFactorCost() function
|