Lines Matching refs:Print
62 raw_ostream &operator<< (raw_ostream &OS, const Print<Liveness::RefMap> &P) { in operator <<()
67 OS << Print<NodeId>(J->first, P.G) << PrintLaneMaskOpt(J->second); in operator <<()
622 dbgs() << "phi " << Print<NodeId>(I.first, DFG) << " -> {"; in computePhiInfo()
624 dbgs() << ' ' << Print<NodeId>(R.first, DFG) in computePhiInfo()
625 << Print<RegisterAggr>(R.second, DFG); in computePhiInfo()
723 dbgs() << "phi " << Print<NodeId>(I.first, DFG); in computePhiInfo()
728 dbgs() << '<' << Print<RegisterRef>(RR, DFG) << '>'; in computePhiInfo()
732 dbgs() << " -> " << Print<RefMap>(I.second, DFG) << '\n'; in computePhiInfo()
791 << Print<RefMap>(I.second, DFG) << '\n'; in computeLiveIns()
854 << Print<RefMap>(I.second, DFG) << '\n'; in computeLiveIns()
872 dbgs() << ' ' << Print<RegisterRef>(I, DFG); in computeLiveIns()
883 dbgs() << ' ' << Print<RegisterRef>(I, DFG); in computeLiveIns()
1021 dbgs() << " LiveIn: " << Print<RefMap>(LiveIn, DFG) << '\n'; in traverse()
1022 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n'; in traverse()
1032 dbgs() << " LiveIn: " << Print<RefMap>(LiveIn, DFG) << '\n'; in traverse()
1033 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n'; in traverse()
1116 dbgs() << " LiveIn: " << Print<RefMap>(LiveIn, DFG) << '\n'; in traverse()
1117 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n'; in traverse()
1137 dbgs() << " LiveIn: " << Print<RefMap>(LiveIn, DFG) << '\n'; in traverse()
1138 dbgs() << " Local: " << Print<RegisterAggr>(LiveMap[B], DFG) << '\n'; in traverse()
1154 dbgs() << " LiveIn: " << Print<RefMap>(LiveIn, DFG) << '\n'; in traverse()
1155 dbgs() << " Local: " << Print<RegisterAggr>(Local, DFG) << '\n'; in traverse()