Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp1025 void SDNode::printrWithDepth(raw_ostream &OS, const SelectionDAG *G, in printrWithDepth() function in SDNode
1032 printrWithDepth(OS, G, 10); in printrFull()
1038 printrWithDepth(dbgs(), G, depth); in dumprWithDepth()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1007 void printrWithDepth(raw_ostream &O, const SelectionDAG *G = nullptr,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1058 N->printrWithDepth(dbgs(), &DAG); dbgs() << "\n=> \n"; in PerformDAGCombine()
1059 Val.getNode()->printrWithDepth(dbgs(), &DAG); dbgs() << "\n"); in PerformDAGCombine()