Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp418 MTRF_LineBreakFollows = 0x4, enumerator
543 MatchTableRecord::MTRF_LineBreakFollows); in Label()
593 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
601 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
613 MatchTableRecord::MTRF_LineBreakFollows};
618 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
640 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
644 if (Flags & MTRF_LineBreakFollows) in emit()