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

References

utils/TableGen/RegisterInfoEmitter.cpp
  714     for (unsigned r = 0, re = Rows.size(); r != re; ++r) {
  715       if (combine(&Idx, Rows[r])) {
  721       Found = Rows.size();
  722       Rows.resize(Found + 1);
  723       Rows.back().resize(SubRegIndicesSize);
  724       combine(&Idx, Rows.back());
  730   if (Rows.size() > 1) {
  731     OS << "  static const " << getMinimalTypeForRange(Rows.size(), 32)
  740      << " Rows[" << Rows.size() << "][" << SubRegIndicesSize << "] = {\n";
  741   for (unsigned r = 0, re = Rows.size(); r != re; ++r) {
  744       if (Rows[r][i])
  745         OS << Rows[r][i]->getQualifiedName() << ", ";
  754   if (Rows.size() > 1)