Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
517 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()561 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()573 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()590 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()601 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()825 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()876 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()1043 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1062 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1307 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()[all …]
491 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function