Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SDNode

33 std::string SDNode::getOperationName(const SelectionDAG *G) const {
316 const char *SDNode::getIndexedModeName(ISD::MemIndexedMode AM) {
326 void SDNode::dump() const { dump(0); }
327 void SDNode::dump(const SelectionDAG *G) const {
332 void SDNode::print_types(raw_ostream &OS, const SelectionDAG *G) const {
345 void SDNode::print_details(raw_ostream &OS, const SelectionDAG *G) const {
513 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) {
531 const SDNode *N = I;
540 void SDNode::printr(raw_ostream &OS, const SelectionDAG *G) const {
545 typedef SmallPtrSet<const SDNode *, 128> VisitedSDNodeSet;
546 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent,
551 // Dump the current SDNode, but don't end the line yet.
555 // Having printed this SDNode, walk the children:
557 const SDNode *child = N->getOperand(i).getNode();
577 const SDNode *child = N->getOperand(i).getNode();
582 void SDNode::dumpr() const {
587 void SDNode::dumpr(const SelectionDAG *G) const {
592 static void printrWithDepthHelper(raw_ostream &OS, const SDNode *N,
614 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G,
619 void SDNode::printrFull(raw_ostream &OS, const SelectionDAG *G) const {
624 void SDNode::dumprWithDepth(const SelectionDAG *G, unsigned depth) const {
628 void SDNode::dumprFull(const SelectionDAG *G) const {
633 void SDNode::print(raw_ostream &OS, const SelectionDAG *G) const {