Lines Matching refs:OutVT
19006 MVT OutVT = MVT::getVectorVT(EltVT, NumElems/2); in LowerVectorCTLZ_AVX512() local
19008 Lo = DAG.getNode(ISD::CTLZ, dl, OutVT, Lo); in LowerVectorCTLZ_AVX512()
19009 Hi = DAG.getNode(ISD::CTLZ, dl, OutVT, Hi); in LowerVectorCTLZ_AVX512()
29577 EVT OutVT = N->getValueType(0); in combineVectorTruncationWithPACKUS() local
29578 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncationWithPACKUS()
29614 if (OutVT == MVT::v8i8) { in combineVectorTruncationWithPACKUS()
29616 Regs[0] = DAG.getNode(ISD::EXTRACT_SUBVECTOR, DL, OutVT, Regs[0], in combineVectorTruncationWithPACKUS()
29621 return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Regs); in combineVectorTruncationWithPACKUS()
29631 EVT OutVT = N->getValueType(0); in combineVectorTruncationWithPACKSS() local
29647 return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Regs); in combineVectorTruncationWithPACKSS()
29659 EVT OutVT = N->getValueType(0); in combineVectorTruncation() local
29660 if (!OutVT.isVector()) in combineVectorTruncation()
29668 unsigned NumElems = OutVT.getVectorNumElements(); in combineVectorTruncation()
29676 EVT OutSVT = OutVT.getVectorElementType(); in combineVectorTruncation()
30108 EVT OutVT = EVT::getVectorVT(*DAG.getContext(), InVT.getScalarType(), in combineToExtendVectorInReg() local
30113 return DAG.getNode(ISD::CONCAT_VECTORS, DL, OutVT, Opnds); in combineToExtendVectorInReg()