Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
440 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 …]
927 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function