Lines Matching refs:SVT
738 MVT SVT = VT.getSimpleVT(); in getTypeConversion() local
739 assert((unsigned)SVT.SimpleTy < array_lengthof(TransformToType)); in getTypeConversion()
740 MVT NVT = TransformToType[SVT.SimpleTy]; in getTypeConversion()
741 LegalizeTypeAction LA = ValueTypeActions.getTypeAction(SVT); in getTypeConversion()
749 EVT::getVectorVT(Context, SVT.getVectorElementType(), in getTypeConversion()
750 SVT.getVectorNumElements() / 2)); in getTypeConversion()
752 return LegalizeKind(LA, SVT.getVectorElementType()); in getTypeConversion()
1183 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1186 if (SVT.getScalarSizeInBits() > EltVT.getSizeInBits() && in computeRegisterProperties()
1187 SVT.getVectorNumElements() == NElts && isTypeLegal(SVT)) { in computeRegisterProperties()
1188 TransformToType[i] = SVT; in computeRegisterProperties()
1189 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()
1203 MVT SVT = (MVT::SimpleValueType) nVT; in computeRegisterProperties() local
1204 if (SVT.getVectorElementType() == EltVT in computeRegisterProperties()
1205 && SVT.getVectorNumElements() > NElts && isTypeLegal(SVT)) { in computeRegisterProperties()
1206 TransformToType[i] = SVT; in computeRegisterProperties()
1207 RegisterTypeForVT[i] = SVT; in computeRegisterProperties()