Searched refs:InSVT (Results 1 – 4 of 4) sorted by relevance
24156 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local24161 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()45509 EVT InSVT = InVT.getVectorElementType(); in combineTruncateWithSat() local45541 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()45546 if (SVT == MVT::i8 && InSVT == MVT::i32) { in combineTruncateWithSat()46831 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncation() local46832 if (!((InSVT == MVT::i16 || InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()46847 if (InSVT == MVT::i32) in combineVectorTruncation()46874 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local46881 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()[all …]
5402 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local5407 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()5419 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()5420 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
3686 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local3705 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
19680 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local19681 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()