Searched refs:SubLT (Results 1 – 2 of 2) sorted by relevance
1503 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local1504 if (SubLT.second.isVector()) { in getShuffleCost()1505 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()1507 return SubLT.first; in getShuffleCost()1518 SubLT.second.getVectorElementType() && in getShuffleCost()1526 SubLT.second.getVectorNumElements()); in getShuffleCost()1550 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local1551 if (SubLT.second.isVector()) { in getShuffleCost()1552 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()1554 return SubLT.first; in getShuffleCost()
3965 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local3966 if (SubLT.second.isVector()) { in getShuffleCost()3968 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()3970 return SubLT.first; in getShuffleCost()