Searched refs:getMVEVectorCostFactor (Results 1 – 2 of 2) sorted by relevance
435 ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()479 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()491 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()508 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()519 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()743 return Entry->Cost * ST->getMVEVectorCostFactor(CostKind); in getCastInstrCost()794 ? ST->getMVEVectorCostFactor(CostKind) in getCastInstrCost()958 int BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()976 BaseCost = ST->getMVEVectorCostFactor(CostKind); in getCmpSelInstrCost()1226 ST->getMVEVectorCostFactor(TTI::TCK_RecipThroughput); in getShuffleCost()[all …]
925 getMVEVectorCostFactor(TargetTransformInfo::TargetCostKind CostKind) const { in getMVEVectorCostFactor() function