Lines Matching defs:EltVT
967 EVT EltVT = VT.getVectorElementType();
971 return LegalizeKind(TypeScalarizeVector, EltVT);
976 if (EltVT.isInteger()) {
981 EVT NVT = EVT::getVectorVT(Context, EltVT, NumElts);
986 LegalizeKind LK = getTypeConversion(Context, EltVT);
992 return LegalizeKind(TypeScalarizeScalableVector, EltVT);
1001 EVT OldEltVT = EltVT;
1005 EltVT = EVT::getIntegerVT(Context, 1 + EltVT.getSizeInBits())
1012 if (!EltVT.isSimple())
1016 MVT NVT = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts);
1020 EVT::getVectorVT(Context, EltVT, NumElts));
1025 EltVT = OldEltVT;
1037 if (!EltVT.isSimple())
1039 MVT LargerVector = MVT::getVectorVT(EltVT.getSimpleVT(), NumElts);
1055 return LegalizeKind(TypeScalarizeScalableVector, EltVT);
1058 EVT NVT = EVT::getVectorVT(Context, EltVT,
1383 MVT EltVT = VT.getVectorElementType();
1400 if (SVT.getScalarSizeInBits() > EltVT.getFixedSizeInBits() &&
1420 if (SVT.getVectorElementType() == EltVT &&