Home
last modified time | relevance | path

Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp513 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
872 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
1039 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1058 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1435 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getArithmeticInstrCost()
1496 return ST->getMVEVectorCostFactor(CostKind); in getMemoryOpCost()
1512 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1514 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1700 VecCost += ST->getMVEVectorCostFactor(CostKind) * 2; in getArithmeticReductionCost()
1726 VecCost += ST->getMVEVectorCostFactor(CostKind) + in getArithmeticReductionCost()
[all …]
H A DARMSubtarget.h551 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function