Lines Matching refs:SVT
986 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
987 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
988 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
989 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
997 EVT::getVectorVT(Context, SVT.getVectorElementType(), in getTypeConversion()
998 SVT.getVectorNumElements() / 2)); in getTypeConversion()
1000 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1402 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1405 if (SVT.getVectorElementType().getSizeInBits() > EltVT.getSizeInBits() && in computeRegisterProperties()
1406 SVT.getVectorNumElements() == NElts && isTypeLegal(SVT)) { in computeRegisterProperties()
1407 TransformToType[i] = SVT; in computeRegisterProperties()
1408 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1421 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1422 if (SVT.getVectorElementType() == EltVT in computeRegisterProperties()
1423 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) { in computeRegisterProperties()
1424 TransformToType[i] = SVT; in computeRegisterProperties()
1425 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()