Lines Matching defs:getNode
35 // Same as SelectionDAG::getNode().
36 template <typename... ArgT> SDValue getNode(ArgT &&...Args) {
37 return DAG.getNode(std::forward<ArgT>(Args)...);
97 !ISD::isConstantSplatVectorAllOnes(MaskOp.getNode()))
110 // SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT) { return
111 // DAG.getNode(Opcode, DL, VT); }
112 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand) {
116 return DAG.getNode(VPOpcode, DL, VT,
120 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1,
125 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp});
128 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1,
133 return DAG.getNode(VPOpcode, DL, VT,
137 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue Operand,
142 return DAG.getNode(VPOpcode, DL, VT, {Operand, RootMaskOp, RootVectorLenOp},
146 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1,
151 return DAG.getNode(VPOpcode, DL, VT, {N1, N2, RootMaskOp, RootVectorLenOp},
155 SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, SDValue N1,
160 return DAG.getNode(VPOpcode, DL, VT,