Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp168 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
196 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
200 if (Flags & MTRF_LineBreakFollows) in emit()
208 MatchTableRecord::MTRF_LineBreakFollows};
278 MatchTableRecord::MTRF_LineBreakFollows); in Label()
319 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
327 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
H A DGlobalISelMatchTable.h113 MTRF_LineBreakFollows = 0x4, enumerator