Searched refs:SubLT (Results 1 – 3 of 3) sorted by relevance
766 if (std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local767 SubLT.second.isValid() && SubLT.second.isFixedLengthVector()) { in getShuffleCost()769 VLen && SubLT.second.getScalarSizeInBits() * Index % *VLen == 0 && in getShuffleCost()770 SubLT.second.getSizeInBits() <= *VLen) in getShuffleCost()
1610 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local1611 if (SubLT.second.isVector()) { in getShuffleCost()1612 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()1614 return SubLT.first; in getShuffleCost()1625 SubLT.second.getVectorElementType() && in getShuffleCost()1633 SubLT.second.getVectorNumElements()); in getShuffleCost()1662 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local1663 if (SubLT.second.isVector()) { in getShuffleCost()1664 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()1669 return MatchingTypes ? TTI::TCC_Free : SubLT.first; in getShuffleCost()[all …]
5820 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp); in getShuffleCost() local5821 if (SubLT.second.isVector()) { in getShuffleCost()5823 int NumSubElts = SubLT.second.getVectorNumElements(); in getShuffleCost()5825 return SubLT.first; in getShuffleCost()