Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp510 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
869 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()
1033 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1051 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()
1428 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getArithmeticInstrCost()
1487 return ST->getMVEVectorCostFactor(CostKind); in getMemoryOpCost()
1491 ? ST->getMVEVectorCostFactor(CostKind) in getMemoryOpCost()
1503 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1505 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1704 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getExtendedAddReductionCost()
[all …]
H A DARMSubtarget.h542 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function