Home | History | Annotate | Download | only in TableGen

Lines Matching defs:RegNo

418           int RegNo = I->second[i];
419 if (RegNo == -1) // -1 is the default value, don't emit a mapping.
422 OS << " { " << getQualifiedName(I->first) << ", " << RegNo