Searched refs:SubLT (Results 1 – 2 of 2) sorted by relevance
1465 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local1466 if (SubLT.second.isVector()) { in getShuffleCost()1467 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()1469 return SubLT.first; in getShuffleCost()1480 SubLT.second.getVectorElementType() && in getShuffleCost()1488 SubLT.second.getVectorNumElements()); in getShuffleCost()1512 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local1513 if (SubLT.second.isVector()) { in getShuffleCost()1514 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()1516 return SubLT.first; in getShuffleCost()
3348 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local3349 if (SubLT.second.isVector()) { in getShuffleCost()3351 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()3353 return SubLT.first; in getShuffleCost()