Lines Matching refs:getMVEVectorCostFactor

510              ST->getMVEVectorCostFactor(CostKind);  in getCastInstrCost()
554 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
566 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
583 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
594 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
818 return Entry->Cost * 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()
1290 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
1299 return ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) * LT.first; in getShuffleCost()
1304 ? ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) in getShuffleCost()
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()
1535 ST->hasMVEIntegerOps() ? ST->getMVEVectorCostFactor(CostKind) : 1; in getInterleavedMemoryOpCost()
1579 NumElems * LT.first * ST->getMVEVectorCostFactor(CostKind); in getGatherScatterOpCost()
1675 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind) * LT.first; in getArithmeticReductionCost()
1704 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getExtendedAddReductionCost()
1741 return LT.first * ST->getMVEVectorCostFactor(CostKind) * Instrs; in getIntrinsicInstrCost()
1757 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1767 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1787 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1799 LT.second.isVector() ? ST->getMVEVectorCostFactor(CostKind) : 1; in getIntrinsicInstrCost()