| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 316 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
|
| H A D | ARMTargetTransformInfo.cpp | 2719 InstructionCost ARMTTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in ARMTTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86TargetTransformInfo.h | 261 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
|
| H A D | X86TargetTransformInfo.cpp | 7089 InstructionCost X86TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in X86TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 468 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
|
| H A D | AArch64TargetTransformInfo.cpp | 5907 AArch64TTIImpl::getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function in AArch64TTIImpl
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 563 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 D | TargetTransformInfo.h | 894 LLVM_ABI InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV,
|
| H A D | TargetTransformInfoImpl.h | 400 virtual InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1194 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 D | BasicTTIImpl.h | 507 InstructionCost getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, in getScalingFactorCost() function
|