reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/StackMaps.cpp
  177   OS << WSMP << "callsites:\n";
  182     OS << WSMP << "callsite " << CSI.ID << "\n";
  183     OS << WSMP << "  has " << CSLocs.size() << " locations\n";
  187       OS << WSMP << "\t\tLoc " << Idx << ": ";
  190         OS << "<Unprocessed operand>";
  193         OS << "Register ";
  195           OS << printReg(Loc.Reg, TRI);
  197           OS << Loc.Reg;
  200         OS << "Direct ";
  202           OS << printReg(Loc.Reg, TRI);
  204           OS << Loc.Reg;
  206           OS << " + " << Loc.Offset;
  209         OS << "Indirect ";
  211           OS << printReg(Loc.Reg, TRI);
  213           OS << Loc.Reg;
  214         OS << "+" << Loc.Offset;
  217         OS << "Constant " << Loc.Offset;
  220         OS << "Constant Index " << Loc.Offset;
  223       OS << "\t[encoding: .byte " << Loc.Type << ", .byte 0"
  229     OS << WSMP << "\thas " << LiveOuts.size() << " live-out registers\n";
  233       OS << WSMP << "\t\tLO " << Idx << ": ";
  235         OS << printReg(LO.Reg, TRI);
  237         OS << LO.Reg;
  238       OS << "\t[encoding: .short " << LO.DwarfRegNum << ", .byte 0, .byte "