Lines Matching refs:getMVEVectorCostFactor

440              ST->getMVEVectorCostFactor(CostKind);  in getCastInstrCost()
484 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
496 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
513 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
524 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()
748 return Entry->Cost * 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()
1231 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()
1239 return ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) * LT.first; in getShuffleCost()
1244 ? ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput) in getShuffleCost()
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()
1475 ST->hasMVEIntegerOps() ? ST->getMVEVectorCostFactor(CostKind) : 1; in getInterleavedMemoryOpCost()
1519 NumElems * LT.first * ST->getMVEVectorCostFactor(CostKind); in getGatherScatterOpCost()
1615 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind) * LT.first; in getArithmeticReductionCost()
1633 return ST->getMVEVectorCostFactor(CostKind) * LT.first; in getExtendedAddReductionCost()
1670 return LT.first * ST->getMVEVectorCostFactor(CostKind) * Instrs; in getIntrinsicInstrCost()
1686 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()
1696 return LT.first * ST->getMVEVectorCostFactor(CostKind); in getIntrinsicInstrCost()