Lines Matching defs:SubLT
1600 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1601 if (SubLT.second.isVector()) {
1602 int NumSubElts = SubLT.second.getVectorNumElements();
1604 return SubLT.first;
1615 SubLT.second.getVectorElementType() &&
1623 SubLT.second.getVectorNumElements());
1650 std::pair<InstructionCost, MVT> SubLT = getTypeLegalizationCost(SubTp);
1651 if (SubLT.second.isVector()) {
1652 int NumSubElts = SubLT.second.getVectorNumElements();
1657 return MatchingTypes ? TTI::TCC_Free : SubLT.first;
1663 if (LT.first == 1 && LT.second == MVT::v4f32 && SubLT.first == 1 &&
1664 SubLT.second == MVT::f32 && (Index == 0 || ST->hasSSE41()))