Home | History | Annotate | Download | only in WebAssembly

Lines Matching refs:Node

57   void Select(SDNode *Node) override;
70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) {
71 // Dump information about the Node being selected.
73 DEBUG(Node->dump(CurDAG));
76 // If we have a custom node, we already have selected!
77 if (Node->isMachineOpcode()) {
78 DEBUG(errs() << "== "; Node->dump(CurDAG); errs() << "\n");
79 Node->setNodeId(-1);
84 EVT VT = Node->getValueType(0);
86 switch (Node->getOpcode()) {
94 SelectCode(Node);