Lines Matching defs:SDNode
1152 NodePredicates, "CheckNodePredicate(SDNode *Node, unsigned PredNo) const",
1156 "CheckNodePredicateWithOperands(SDNode *Node, unsigned PredNo, "
1165 "CheckComplexPattern(SDNode *Root, SDNode *Parent,\n"
1167 " SmallVectorImpl<std::pair<SDValue, SDNode *>> &Result)",
1227 // FIXME: The node xform could take SDValue's instead of SDNode*'s.
1232 const Record *SDNode = Entry.first;
1241 std::string(CGP.getSDNodeInfo(SDNode).getSDClassName());
1242 if (ClassName == "SDNode")
1243 OS << " SDNode *N = V.getNode();\n";
1382 BeginEmitFunction(OS, "void", "SelectCode(SDNode *N)", false /*AddOverride*/);