Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SDNode

33 std::string SDNode::getOperationName(const SelectionDAG *G) const {
320 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) {
330 void SDNode::dump() const { dump(0); }
331 void SDNode::dump(const SelectionDAG *G) const {
336 void SDNode
349 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const {
516 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) {
534 const SDNode *N = I;
543 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const {
548 typedef SmallPtrSet<const SDNode *, 128> VisitedSDNodeSet;
549 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
554 // Dump the current SDNode, but don't end the line yet.
558 // Having printed this SDNode, walk the children:
560 const SDNode *child = N->getOperand(i).getNode();
580 const SDNode *child = N->getOperand(i).getNode();
585 void SDNode::dumpr() const {
590 void SDNode::dumpr(const SelectionDAG *G) const {
595 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N,
617 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G,
622 void SDNode::printrFull(raw_ostream &OS, const SelectionDAG *G) const {
627 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const {
631 void SDNode::dumprFull(const SelectionDAG *G) const {
636 void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const {