Lines Matching refs:LO
359 for (const auto &LO : LiveOuts) {
362 OS << printReg(LO.Reg, TRI);
364 OS << LO.Reg;
365 OS << "\t[encoding: .short " << LO.DwarfRegNum << ", .byte 0, .byte "
366 << LO.Size << "]\n";
416 llvm::erase_if(LiveOuts, [](const LiveOutReg &LO) { return LO.Reg == 0; });
711 for (const auto &LO : LiveOuts) {
712 OS.emitInt16(LO.DwarfRegNum);
714 OS.emitIntValue(LO.Size, 1);