Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
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()[all …]
927 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function