Lines Matching refs:getMVEVectorCostFactor
513 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
557 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
569 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
586 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
597 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
821 return Entry->Cost * 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()
1298 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
1307 return ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) * LT.first; in getShuffleCost()
1312 ? ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) in getShuffleCost()
1435 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getArithmeticInstrCost()
1496 return ST->getMVEVectorCostFactor(CostKind); in getMemoryOpCost()
1500 ? ST->getMVEVectorCostFactor(CostKind) in getMemoryOpCost()
1512 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1514 return ST->getMVEVectorCostFactor(CostKind); in getMaskedMemoryOpCost()
1544 ST->hasMVEIntegerOps() ? ST->getMVEVectorCostFactor(CostKind) : 1; in getInterleavedMemoryOpCost()
1588 NumElems * LT.first * ST->getMVEVectorCostFactor(CostKind); in getGatherScatterOpCost()
1700 VecCost += ST->getMVEVectorCostFactor(CostKind) * 2; in getArithmeticReductionCost()
1726 VecCost += ST->getMVEVectorCostFactor(CostKind) + in getArithmeticReductionCost()
1750 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind) * LT.first; in getArithmeticReductionCost()
1779 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getExtendedReductionCost()
1810 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getMulAccReductionCost()
1845 VecCost += ST->getMVEVectorCostFactor(CostKind) * 2; in getMinMaxReductionCost()
1870 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind) * LT.first; in getMinMaxReductionCost()
1906 return LT.first * ST->getMVEVectorCostFactor(CostKind) * Instrs; in getIntrinsicInstrCost()
1922 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1932 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1952 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1964 LT.second.isVector() ? ST->getMVEVectorCostFactor(CostKind) : 1; in getIntrinsicInstrCost()