Searched refs:InSVT (Results 1 – 4 of 4) sorted by relevance
20301 MVT InSVT = InVT.getVectorElementType(); in LowerEXTEND_VECTOR_INREG() local20306 if (InSVT != MVT::i32 && InSVT != MVT::i16 && InSVT != MVT::i8) in LowerEXTEND_VECTOR_INREG()37095 EVT InSVT = InVT.getScalarType(); in combineTruncateWithSat() local37107 (InSVT == MVT::i16 || InSVT == MVT::i32)) { in combineTruncateWithSat()38210 EVT InSVT = InVT.getVectorElementType(); in combineVectorTruncationWithPACKUS() local38276 if (!((InSVT == MVT::i32 || InSVT == MVT::i64) && in combineVectorTruncation()38293 if (InSVT == MVT::i32) in combineVectorTruncation()38320 MVT InSVT = InVT.getScalarType(); in combineVectorSignBitsTruncation() local38327 if (InSVT != MVT::i16 && InSVT != MVT::i32 && InSVT != MVT::i64) in combineVectorSignBitsTruncation()39364 EVT InSVT = InVT.getScalarType(); in combineToExtendVectorInReg() local[all …]
4717 EVT InSVT = Op.getValueType().getScalarType(); in FoldConstantVectorArithmetic() local4722 ScalarOps.push_back(getUNDEF(InSVT)); in FoldConstantVectorArithmetic()4733 if (ScalarVT.isInteger() && ScalarVT.bitsGT(InSVT)) in FoldConstantVectorArithmetic()4734 ScalarOp = getNode(ISD::TRUNCATE, DL, InSVT, ScalarOp); in FoldConstantVectorArithmetic()
2940 EVT InSVT = InVT.getVectorElementType(); in WidenVecRes_EXTEND_VECTOR_INREG() local2959 SDValue Val = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, InSVT, InOp, in WidenVecRes_EXTEND_VECTOR_INREG()
16513 EVT InSVT = In.getValueType().getScalarType(); in convertBuildVecZextToZext() local16514 EVT InVT = EVT::getVectorVT(*DAG.getContext(), InSVT, NumElems); in convertBuildVecZextToZext()