Searched refs:PrintNode (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/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() 223 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 | RDFGraph.cpp | 169 OS << PrintNode<DefNode*>(P.Obj, P.G); in operator <<() 173 OS << PrintNode<PhiUseNode*>(P.Obj, P.G); in operator <<() 175 OS << PrintNode<UseNode*>(P.Obj, P.G); in operator <<() 218 OS << PrintNode<T>(A, P.G); in operator <<() 266 OS << PrintNode<PhiNode*>(P.Obj, P.G); in operator <<() 269 OS << PrintNode<StmtNode*>(P.Obj, P.G); in operator <<() 308 OS << PrintNode<InstrNode*>(I, P.G) << '\n'; in operator <<() 318 OS << PrintNode<BlockNode*>(I, P.G) << '\n'; in operator <<()
|
| H A D | RDFGraph.h | 941 struct PrintNode : Print<NodeAddr<T>> { struct 942 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function
|
| H A D | HexagonOptAddrMode.cpp | 222 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
|