Lines Matching refs:SVT
959 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
960 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
961 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
962 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
971 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion()
973 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1409 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1412 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() && in computeRegisterProperties()
1413 SVT.getVectorElementCount() == EC && isTypeLegal(SVT)) { in computeRegisterProperties()
1414 TransformToType[i] = SVT; in computeRegisterProperties()
1415 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1431 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1432 if (SVT.getVectorElementType() == EltVT && in computeRegisterProperties()
1433 SVT.isScalableVector() == IsScalable && in computeRegisterProperties()
1434 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1436 isTypeLegal(SVT)) { in computeRegisterProperties()
1437 TransformToType[i] = SVT; in computeRegisterProperties()
1438 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()