Searched refs:PrintNode (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 147 dbgs() << PrintNode<RefNode*>(RA, DFG) << "\n"; in collect() 169 dbgs() << "Dead instr: " << PrintNode<InstrNode*>(IA, DFG) << "\n"; in collect() 223 dbgs() << " " << PrintNode<RefNode*>(RA, DFG) << '\n'; in erase()
|
H A D | HexagonRDFOpt.cpp | 327 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 334 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction() 342 << PrintNode<FuncNode*>(G.getFunc(), G) << '\n'; in runOnMachineFunction()
|
H A D | HexagonOptAddrMode.cpp | 226 << PrintNode<UseNode*>(UN, *DFG) << '\n' in allValidCandidates()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 163 OS << PrintNode<DefNode *>(P.Obj, P.G); in operator <<() 167 OS << PrintNode<PhiUseNode *>(P.Obj, P.G); in operator <<() 169 OS << PrintNode<UseNode *>(P.Obj, P.G); in operator <<() 209 OS << PrintNode<T>(A, P.G); in operator <<() 251 OS << PrintNode<PhiNode *>(P.Obj, P.G); in operator <<() 254 OS << PrintNode<StmtNode *>(P.Obj, P.G); in operator <<() 291 OS << PrintNode<InstrNode *>(I, P.G) << '\n'; in operator <<() 300 OS << PrintNode<BlockNode *>(I, P.G) << '\n'; in operator <<()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 969 template <typename T> struct PrintNode : Print<NodeAddr<T>> { struct 970 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() argument
|