Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp440 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
799 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
963 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
981 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1368 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getArithmeticInstrCost()
1427 return ST->getMVEVectorCostFactor(CostKind); in getMemoryOpCost()
1431 ? ST->getMVEVectorCostFactor(CostKind) in getMemoryOpCost()
1443 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1445 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1633 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getExtendedAddReductionCost()
[all …]
H A DARMSubtarget.h927 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function