Lines Matching defs:EltVT
991 EVT EltVT = VT.getVectorElementType();
995 return LegalizeKind(TypeScalarizeVector, EltVT);
1000 if (EltVT.isInteger()) {
1005 EVT NVT = EVT::getVectorVT(Context, EltVT, NumElts);
1010 LegalizeKind LK = getTypeConversion(Context, EltVT);
1016 return LegalizeKind(TypeScalarizeScalableVector, EltVT);
1025 EVT OldEltVT = EltVT;
1029 EltVT = EVT::getIntegerVT(Context, 1 + EltVT.getSizeInBits())
1036 if (!EltVT.isSimple())
1040 MVT NVT = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts);
1044 EVT::getVectorVT(Context, EltVT, NumElts));
1049 EltVT = OldEltVT;
1061 if (!EltVT.isSimple())
1063 MVT LargerVector = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts);
1079 return LegalizeKind(TypeScalarizeScalableVector, EltVT);
1082 EVT NVT = EVT::getVectorVT(Context, EltVT,
1407 MVT EltVT = VT.getVectorElementType();
1424 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() &&
1444 if (SVT.getVectorElementType() == EltVT &&