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

References

utils/TableGen/InstrInfoEmitter.cpp
  551   OS << "\nextern const MCInstrDesc " << TargetName << "Insts[] = {\n";
  567   OS << "extern const char " << TargetName << "InstrNameData[] = {\n";
  571   OS << "extern const unsigned " << TargetName <<"InstrNameIndices[] = {";
  584   OS << "static inline void Init" << TargetName
  586   OS << "  II->InitMCInstrInfo(" << TargetName << "Insts, "
  587      << TargetName << "InstrNameIndices, " << TargetName << "InstrNameData, "
  587      << TargetName << "InstrNameIndices, " << TargetName << "InstrNameData, "
  598   std::string ClassName = TargetName + "GenInstrInfo";
  612   emitTIIHelperMethods(OS, TargetName, /* ExpandDefintion = */false);
  618   emitTIIHelperMethods(OS, TargetName, /* ExpandDefintion = */true);
  625   OS << "extern const MCInstrDesc " << TargetName << "Insts[];\n";
  626   OS << "extern const unsigned " << TargetName << "InstrNameIndices[];\n";
  627   OS << "extern const char " << TargetName << "InstrNameData[];\n";
  631      << "  InitMCInstrInfo(" << TargetName << "Insts, " << TargetName
  631      << "  InitMCInstrInfo(" << TargetName << "Insts, " << TargetName
  632      << "InstrNameIndices, " << TargetName << "InstrNameData, "
  642   emitMCIIHelperMethods(OS, TargetName);