Home
last modified time | relevance | path

Searched refs:MTRF_LineBreakFollows (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp434 MTRF_LineBreakFollows = 0x4, enumerator
559 MatchTableRecord::MTRF_LineBreakFollows); in Label()
609 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
617 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
629 MatchTableRecord::MTRF_LineBreakFollows};
634 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
656 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
660 if (Flags & MTRF_LineBreakFollows) in emit()