Lines Matching refs:SVT
935 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
936 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
937 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
938 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
947 return LegalizeKind(LA, EVT(SVT).getHalfNumVectorElementsVT(Context)); in getTypeConversion()
949 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1412 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1415 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() && in computeRegisterProperties()
1416 SVT.getVectorElementCount() == EC && isTypeLegal(SVT)) { in computeRegisterProperties()
1417 TransformToType[i] = SVT; in computeRegisterProperties()
1418 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1434 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1435 if (SVT.getVectorElementType() == EltVT && in computeRegisterProperties()
1436 SVT.isScalableVector() == IsScalable && in computeRegisterProperties()
1437 SVT.getVectorElementCount().getKnownMinValue() > in computeRegisterProperties()
1439 isTypeLegal(SVT)) { in computeRegisterProperties()
1440 TransformToType[i] = SVT; in computeRegisterProperties()
1441 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()