Lines Matching refs:SplatZero

2994   SDValue SplatZero = DAG.getNode(
2997 Res = DAG.getNode(RISCVISD::VMERGE_VL, DL, DstContainerVT, IsNan, SplatZero,
5841 SDValue SplatZero = DAG.getConstant(0, DL, XLenVT);
5842 SplatZero = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, ContainerDstVT,
5843 DAG.getUNDEF(ContainerDstVT), SplatZero, VL);
5846 {AND, SplatZero, DAG.getCondCode(ISD::SETNE),
8121 SDValue SplatZero = DAG.getConstant(0, DL, VecVT);
8123 return DAG.getNode(ISD::VSELECT, DL, VecVT, Src, SplatTrueVal, SplatZero);
8135 SDValue SplatZero = DAG.getConstant(0, DL, XLenVT);
8138 SplatZero = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, ContainerVT,
8139 DAG.getUNDEF(ContainerVT), SplatZero, VL);
8144 SplatZero, DAG.getUNDEF(ContainerVT), VL);
8213 SDValue SplatZero = DAG.getConstant(0, DL, Subtarget.getXLenVT());
8217 SplatZero = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, ContainerVT,
8218 DAG.getUNDEF(ContainerVT), SplatZero, VL);
8224 {Trunc, SplatZero, DAG.getCondCode(ISD::SETNE),
10055 SDValue SplatZero = DAG.getConstant(0, DL, ExtVecVT);
10056 return DAG.getSetCC(DL, VecVT, Vec, SplatZero, ISD::SETNE);
10291 SDValue SplatZero = DAG.getConstant(0, DL, ExtSubVecVT);
10292 return DAG.getSetCC(DL, SubVecVT, Vec, SplatZero, ISD::SETNE);
11125 SDValue SplatZero = DAG.getNode(
11128 SDValue NegX = DAG.getNode(RISCVISD::SUB_VL, DL, ContainerVT, SplatZero, X,
11508 SDValue SplatZero = DAG.getConstant(0, DL, XLenVT);
11509 SplatZero = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, InterimIVT,
11510 DAG.getUNDEF(InterimIVT), SplatZero, VL);
11512 {Result, SplatZero, DAG.getCondCode(ISD::SETNE),
11675 SDValue SplatZero = DAG.getNode(RISCVISD::VMV_V_X_VL, DL, IndicesVT,
11679 SplatZero, DAG.getUNDEF(IndicesVT), EVL);