Lines Matching refs:InSVT
15146 MVT InSVT = InVT.getVectorElementType(); in LowerSIGN_EXTEND_VECTOR_INREG() local
15147 assert(VT.getVectorElementType().getSizeInBits() > InSVT.getSizeInBits()); in LowerSIGN_EXTEND_VECTOR_INREG()
15151 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerSIGN_EXTEND_VECTOR_INREG()
15176 CurrVT.getVectorElementType().getSizeInBits() - InSVT.getSizeInBits(); in LowerSIGN_EXTEND_VECTOR_INREG()
26552 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local
26559 DAG.getConstant(OutSVT == MVT::i8 ? 0xFF : 0xFFFF, DL, InSVT); in combineVectorTruncationWithPACKUS()
26577 for (unsigned j = 1, e = InSVT.getSizeInBits() / OutSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()
26651 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local
26652 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()
26659 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()
26660 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()
26668 if (InSVT == MVT::i32) { in combineVectorTruncation()
26683 else if (InSVT == MVT::i32) in combineVectorTruncation()
27014 EVT InSVT = InVT.getScalarType(); in PerformSExtCombine() local
27055 (InSVT == MVT::i32 || InSVT == MVT::i16 || InSVT == MVT::i8)) { in PerformSExtCombine()
27069 (InSVT == MVT::i32 || InSVT == MVT::i16 || InSVT == MVT::i8)) { in PerformSExtCombine()
27078 (InSVT == MVT::i32 || InSVT == MVT::i16 || InSVT == MVT::i8)) { in PerformSExtCombine()
27082 EVT InSubVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumSubElts); in PerformSExtCombine()
27434 EVT InSVT = InVT.getScalarType(); in PerformUINT_TO_FPCombine() local
27439 if (InVT.isVector() && (InSVT == MVT::i8 || InSVT == MVT::i16)) { in PerformUINT_TO_FPCombine()
27465 EVT InSVT = InVT.getScalarType(); in PerformSINT_TO_FPCombine() local
27469 if (InVT.isVector() && (InSVT == MVT::i8 || InSVT == MVT::i16)) { in PerformSINT_TO_FPCombine()