Lines Matching refs:Print

45 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterRef> &P) {  in operator <<()
50 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeId> &P) { in operator <<()
113 OS << Print(RA.Id, G) << '<' << Print(RA.Addr->getRegRef(G), G) << '>'; in printRefHeader()
118 raw_ostream &operator<<(raw_ostream &OS, const Print<Def> &P) { in operator <<()
122 OS << Print(N, P.G); in operator <<()
125 OS << Print(N, P.G); in operator <<()
128 OS << Print(N, P.G); in operator <<()
131 OS << Print(N, P.G); in operator <<()
135 raw_ostream &operator<<(raw_ostream &OS, const Print<Use> &P) { in operator <<()
139 OS << Print(N, P.G); in operator <<()
142 OS << Print(N, P.G); in operator <<()
146 raw_ostream &operator<<(raw_ostream &OS, const Print<PhiUse> &P) { in operator <<()
150 OS << Print(N, P.G); in operator <<()
153 OS << Print(N, P.G); in operator <<()
156 OS << Print(N, P.G); in operator <<()
160 raw_ostream &operator<<(raw_ostream &OS, const Print<Ref> &P) { in operator <<()
175 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeList> &P) { in operator <<()
178 OS << Print(I.Id, P.G); in operator <<()
185 raw_ostream &operator<<(raw_ostream &OS, const Print<NodeSet> &P) { in operator <<()
188 OS << Print(I, P.G); in operator <<()
218 raw_ostream &operator<<(raw_ostream &OS, const Print<Phi> &P) { in operator <<()
219 OS << Print(P.Obj.Id, P.G) << ": phi [" in operator <<()
224 raw_ostream &operator<<(raw_ostream &OS, const Print<Stmt> &P) { in operator <<()
227 OS << Print(P.Obj.Id, P.G) << ": " << P.G.getTII().getName(Opc); in operator <<()
248 raw_ostream &operator<<(raw_ostream &OS, const Print<Instr> &P) { in operator <<()
257 OS << "instr? " << Print(P.Obj.Id, P.G); in operator <<()
263 raw_ostream &operator<<(raw_ostream &OS, const Print<Block> &P) { in operator <<()
276 OS << Print(P.Obj.Id, P.G) << ": --- " << printMBBReference(*BB) in operator <<()
295 raw_ostream &operator<<(raw_ostream &OS, const Print<Func> &P) { in operator <<()
297 << Print(P.Obj.Id, P.G) in operator <<()
305 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterSet> &P) { in operator <<()
308 OS << ' ' << Print(I, P.G); in operator <<()
313 raw_ostream &operator<<(raw_ostream &OS, const Print<RegisterAggr> &P) { in operator <<()
319 const Print<DataFlowGraph::DefStack> &P) { in operator <<()
321 OS << Print(I->Id, P.G) << '<' << Print(I->Addr->getRegRef(P.G), P.G) in operator <<()
1112 dbgs() << "Multiple definitions of register: " << Print(RR, *this) in pushDefs()