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.cpp166 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
194 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
198 if (Flags & MTRF_LineBreakFollows) in emit()
206 MatchTableRecord::MTRF_LineBreakFollows};
290 MatchTableRecord::MTRF_LineBreakFollows); in Label()
314 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
322 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
H A DGlobalISelMatchTable.h112 MTRF_LineBreakFollows = 0x4, enumerator