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

References

utils/TableGen/RISCVCompressInstEmitter.cpp
  557     o << "\n#ifdef GEN_COMPRESS_INSTR\n"
  560     o << "\n#ifdef GEN_UNCOMPRESS_INSTR\n"
  576     o << FuncH.str();
  577     o.indent(2) << "return false;\n}\n";
  579       o << "\n#endif //GEN_COMPRESS_INSTR\n";
  581       o << "\n#endif //GEN_UNCOMPRESS_INSTR\n\n";
  741     o << "static bool " << Namespace
  753         o << "  case " << i + 1 << ": {\n"
  760     o << "  }\n"
  764   o << FuncH.str();
  766     o.indent(2) << "const MCRegisterInfo &MRI = *Context.getRegisterInfo();\n";
  767   o << Func.str();
  770     o << "\n#endif //GEN_COMPRESS_INSTR\n";
  772     o << "\n#endif //GEN_UNCOMPRESS_INSTR\n\n";