Lines Matching refs:SVT
902 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
903 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
904 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
905 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
913 EVT::getVectorVT(Context, SVT.getVectorElementType(), in getTypeConversion()
914 SVT.getVectorNumElements() / 2)); in getTypeConversion()
916 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1290 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1293 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits() in computeRegisterProperties()
1294 && SVT.getVectorNumElements() == NElts && isTypeLegal(SVT) in computeRegisterProperties()
1295 && SVT.getScalarType().isInteger()) { in computeRegisterProperties()
1296 TransformToType[i] = SVT; in computeRegisterProperties()
1297 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1310 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1311 if (SVT.getVectorElementType() == EltVT in computeRegisterProperties()
1312 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) { in computeRegisterProperties()
1313 TransformToType[i] = SVT; in computeRegisterProperties()
1314 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()