Searched refs:PrintNode (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | RDFDeadCode.cpp | 146 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n"; in collect() 168 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n"; in collect() 222 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n'; in erase()
|
| H A D | HexagonRDFOpt.cpp | 311 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 318 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
| H A D | HexagonOptAddrMode.cpp | 222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | RDFGraph.cpp | 162 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<() 166 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 168 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<() 209 OS << PrintNode<T>(A, P.G); in operator <<() 253 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<() 256 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<() 294 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<() 302 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 932 struct PrintNode : Print<NodeAddr<T>> { struct 933 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
|