Lines Matching refs:OutVT
17785 MVT OutVT = MVT::getVectorVT(EltVT, NumElems/2); in LowerVectorCTLZ_AVX512() local
17787 Lo = DAG.getNode(Op.getOpcode(), dl, OutVT, Lo); in LowerVectorCTLZ_AVX512()
17788 Hi = DAG.getNode(Op.getOpcode(), dl, OutVT, Hi); in LowerVectorCTLZ_AVX512()
26549 EVT OutVT = N->getValueType(0); in combineVectorTruncationWithPACKUS() local
26550 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS()
26588 if (OutVT == MVT::v8i8) { in combineVectorTruncationWithPACKUS()
26590 Regs[0] = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT, Regs[0], in combineVectorTruncationWithPACKUS()
26595 return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Regs); in combineVectorTruncationWithPACKUS()
26605 EVT OutVT = N->getValueType(0); in combineVectorTruncationWithPACKSS() local
26621 return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Regs); in combineVectorTruncationWithPACKSS()
26633 EVT OutVT = N->getValueType(0); in combineVectorTruncation() local
26634 if (!OutVT.isVector()) in combineVectorTruncation()
26642 unsigned NumElems = OutVT.getVectorNumElements(); in combineVectorTruncation()
26650 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation()
27043 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), InVT.getScalarType(), in PerformSExtCombine() local
27048 return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Opnds); in PerformSExtCombine()