Lines Matching refs:SVT
1009 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
1010 assert((unsigned)SVT.SimpleTy < std::size(TransformToType)); in getTypeConversion()
1011 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
1012 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
1021 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion()
1023 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1477 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1480 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() && in computeRegisterProperties()
1481 SVT.getVectorElementCount() == EC && isTypeLegal(SVT)) { in computeRegisterProperties()
1482 TransformToType[i] = SVT; in computeRegisterProperties()
1483 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1499 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1500 if (SVT.getVectorElementType() == EltVT && in computeRegisterProperties()
1501 SVT.isScalableVector() == IsScalable && in computeRegisterProperties()
1502 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1504 isTypeLegal(SVT)) { in computeRegisterProperties()
1505 TransformToType[i] = SVT; in computeRegisterProperties()
1506 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()