Searched refs:OutSVT (Results 1 – 3 of 3) sorted by relevance
29578 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local29584 assert((OutSVT == MVT::i8 || OutSVT == MVT::i16) && in combineVectorTruncationWithPACKUS()29587 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()29593 if (OutSVT == MVT::i8) { in combineVectorTruncationWithPACKUS()29603 for (unsigned j = 1, e = InSVT.getSizeInBits() / OutSVT.getSizeInBits(); in combineVectorTruncationWithPACKUS()29676 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local29679 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()29685 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()29686 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()29704 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
36581 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local36594 APInt::getLowBitsSet(InSVT.getSizeInBits(), OutSVT.getSizeInBits()); in combineVectorTruncationWithPACKUS()36643 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation() local36646 (OutSVT == MVT::i8 || OutSVT == MVT::i16) && isPowerOf2_32(NumElems) && in combineVectorTruncation()36652 ((OutSVT == MVT::i8 && InSVT != MVT::i64) || in combineVectorTruncation()36653 (InSVT == MVT::i32 && OutSVT == MVT::i16))) in combineVectorTruncation()36660 if (Subtarget.hasSSE41() || OutSVT == MVT::i8) in combineVectorTruncation()
16724 EVT OutSVT = EVT::getIntegerVT(*DAG.getContext(), EltSizeInBits * Scale); in combineShuffleToVectorExtend() local16725 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), OutSVT, NumElts / Scale); in combineShuffleToVectorExtend()