Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp434 MTRF_LineBreakFollows = 0x4, enumerator
560 MatchTableRecord::MTRF_LineBreakFollows); in Label()
610 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
618 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
630 MatchTableRecord::MTRF_LineBreakFollows};
635 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
657 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
661 if (Flags & MTRF_LineBreakFollows) in emit()