Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SDNode

652     OS << "bool CheckNodePredicate(SDNode *Node,\n";
675 OS << "bool CheckComplexPattern(SDNode *Root, SDNode *Parent,\n";
677 OS << " SmallVectorImpl<std::pair<SDValue, SDNode*> > &Result) override {\n";
720 // FIXME: The node xform could take SDValue's instead of SDNode*'s.
725 Record *SDNode = Entry.first;
733 std::string ClassName = CGP.getSDNodeInfo(SDNode).getSDClassName();
734 if (ClassName == "SDNode")
735 OS << " SDNode *N = V.getNode();\n";
830 OS << "SDNode *SelectCode(SDNode *N) {\n";