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

References

utils/TableGen/RegisterInfoEmitter.cpp
  696   OS << "unsigned " << ClName
  731     OS << "  static const " << getMinimalTypeForRange(Rows.size(), 32)
  734       OS << RowMap[i] << ", ";
  735     OS << "\n  };\n";
  739   OS << "  static const " << getMinimalTypeForRange(SubRegIndicesSize + 1, 32)
  742     OS << "    { ";
  745         OS << Rows[r][i]->getQualifiedName() << ", ";
  747         OS << "0, ";
  748     OS << "},\n";
  750   OS << "  };\n\n";
  752   OS << "  --IdxA; assert(IdxA < " << SubRegIndicesSize << ");\n"
  755     OS << "  return Rows[RowMap[IdxA]][IdxB];\n";
  757     OS << "  return Rows[0][IdxB];\n";
  758   OS << "}\n\n";