Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
537 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()581 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()593 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()610 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()621 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()845 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()896 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()1062 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1081 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1333 return LT.first * Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getShuffleCost()[all …]
492 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function