Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp381 MTRF_LineBreakFollows = 0x4, enumerator
508 MatchTableRecord::MTRF_LineBreakFollows); in Label()
558 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
566 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
578 MatchTableRecord::MTRF_LineBreakFollows};
583 LineBreakIsNextAfterThis | (Flags & MTRF_LineBreakFollows); in emit()
605 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
609 if (Flags & MTRF_LineBreakFollows) in emit()