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

References

utils/TableGen/GlobalISelEmitter.cpp
  461     Flags &= ~MTRF_CommaFollows;
  509                             MatchTableRecord::MTRF_CommaFollows | ExtraFlags);
  513                             MatchTableRecord::MTRF_CommaFollows);
  517                             MatchTableRecord::MTRF_CommaFollows, RawValue);
  522                             MatchTableRecord::MTRF_CommaFollows);
  527                             MatchTableRecord::MTRF_CommaFollows, RawValue);
  531                             MatchTableRecord::MTRF_CommaFollows);
  543                                 MatchTableRecord::MTRF_CommaFollows);
  613   if (Flags & (MTRF_JumpTarget | MTRF_CommaFollows))
  632   if (Flags & MTRF_CommaFollows) {