Lines Matching refs:SVT
927 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
928 assert((unsigned)SVT.SimpleTy < std::size(TransformToType)); in getTypeConversion()
929 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
930 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
939 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion()
941 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1397 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1400 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() && in computeRegisterProperties()
1401 SVT.getVectorElementCount() == EC && isTypeLegal(SVT)) { in computeRegisterProperties()
1402 TransformToType[i] = SVT; in computeRegisterProperties()
1403 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1419 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1420 if (SVT.getVectorElementType() == EltVT && in computeRegisterProperties()
1421 SVT.isScalableVector() == IsScalable && in computeRegisterProperties()
1422 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1424 isTypeLegal(SVT)) { in computeRegisterProperties()
1425 TransformToType[i] = SVT; in computeRegisterProperties()
1426 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()