Home
last modified time | relevance | path

Searched refs:printrWithDepth (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp694 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode
701 printrWithDepth(OS, G, 10); in printrFull()
705 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp812 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode
819 printrWithDepth(OS, G, 10); in printrFull()
825 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DSelectionDAGNodes.h626 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = 0,
/external/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h767 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1003 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1049 N->printrWithDepth(dbgs(), &DAG); dbgs() << "\n=> \n"; in PerformDAGCombine()
1050 Val.getNode()->printrWithDepth(dbgs(), &DAG); dbgs() << "\n"); in PerformDAGCombine()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1103 N->printrWithDepth(dbgs(), &DAG); in PerformDAGCombine()
1105 Val.getNode()->printrWithDepth(dbgs(), &DAG); in PerformDAGCombine()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6375 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode
6382 printrWithDepth(OS, G, 10); in printrFull()
6386 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()