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

References

utils/TableGen/GlobalISelEmitter.cpp
  537                                 MatchTableRecord::MTRF_LineBreakFollows);
  587             NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows)
  595       if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows)
  607     MatchTableRecord::MTRF_LineBreakFollows};
  612       LineBreakIsNextAfterThis | (Flags & MTRF_LineBreakFollows);
  634     if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows))
  638   if (Flags & MTRF_LineBreakFollows)