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

References

lib/CodeGen/MachineOperand.cpp
  624     OS << "same_value ";
  626       MachineOperand::printSymbol(OS, *Label);
  627     printCFIRegister(CFI.getRegister(), OS, TRI);
  630     OS << "remember_state ";
  632       MachineOperand::printSymbol(OS, *Label);
  635     OS << "restore_state ";
  637       MachineOperand::printSymbol(OS, *Label);
  640     OS << "offset ";
  642       MachineOperand::printSymbol(OS, *Label);
  643     printCFIRegister(CFI.getRegister(), OS, TRI);
  644     OS << ", " << CFI.getOffset();
  647     OS << "def_cfa_register ";
  649       MachineOperand::printSymbol(OS, *Label);
  650     printCFIRegister(CFI.getRegister(), OS, TRI);
  653     OS << "def_cfa_offset ";
  655       MachineOperand::printSymbol(OS, *Label);
  656     OS << CFI.getOffset();
  659     OS << "def_cfa ";
  661       MachineOperand::printSymbol(OS, *Label);
  662     printCFIRegister(CFI.getRegister(), OS, TRI);
  663     OS << ", " << CFI.getOffset();
  666     OS << "rel_offset ";
  668       MachineOperand::printSymbol(OS, *Label);
  669     printCFIRegister(CFI.getRegister(), OS, TRI);
  670     OS << ", " << CFI.getOffset();
  673     OS << "adjust_cfa_offset ";
  675       MachineOperand::printSymbol(OS, *Label);
  676     OS << CFI.getOffset();
  679     OS << "restore ";
  681       MachineOperand::printSymbol(OS, *Label);
  682     printCFIRegister(CFI.getRegister(), OS, TRI);
  685     OS << "escape ";
  687       MachineOperand::printSymbol(OS, *Label);
  691         OS << format("0x%02x", uint8_t(CFI.getValues()[i])) << ", ";
  692       OS << format("0x%02x", uint8_t(CFI.getValues()[e])) << ", ";
  697     OS << "undefined ";
  699       MachineOperand::printSymbol(OS, *Label);
  700     printCFIRegister(CFI.getRegister(), OS, TRI);
  703     OS << "register ";
  705       MachineOperand::printSymbol(OS, *Label);
  706     printCFIRegister(CFI.getRegister(), OS, TRI);
  707     OS << ", ";
  708     printCFIRegister(CFI.getRegister2(), OS, TRI);
  711     OS << "window_save ";
  713       MachineOperand::printSymbol(OS, *Label);
  716     OS << "negate_ra_sign_state ";
  718       MachineOperand::printSymbol(OS, *Label);
  722     OS << "<unserializable cfi directive>";