Lines Matching refs:InterVT
2814 MVT InterVT = SrcContainerVT.changeVectorElementType(MVT::f32); in lowerFP_TO_INT_SAT() local
2815 Src = DAG.getNode(RISCVISD::FP_EXTEND_VL, DL, InterVT, Src, Mask, VL); in lowerFP_TO_INT_SAT()
3957 MVT InterVT = in splatPartsI64WithVL() local
3959 auto InterVec = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, InterVT, in splatPartsI64WithVL()
3960 DAG.getUNDEF(InterVT), Lo, in splatPartsI64WithVL()
7534 MVT InterVT = VT.changeVectorElementType(MVT::i8); in lowerVectorMaskSplat() local
7537 SDValue LHS = DAG.getSplatVector(InterVT, DL, SplatVal); in lowerVectorMaskSplat()
7538 SDValue Zero = DAG.getConstant(0, DL, InterVT); in lowerVectorMaskSplat()
7785 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); in lowerStrictFPExtendOrRoundLike() local
7786 Src = DAG.getNode(InterConvOpc, DL, DAG.getVTList(InterVT, MVT::Other), in lowerStrictFPExtendOrRoundLike()
7864 MVT InterVT = ContainerVT.changeVectorElementType(MVT::f32); in lowerVectorFPExtendOrRoundLike() local
7866 DAG.getNode(InterConvOpc, DL, InterVT, Src, Mask, VL); in lowerVectorFPExtendOrRoundLike()