Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp418 MTRF_LineBreakFollows = 0x4, enumerator
544 MatchTableRecord::MTRF_LineBreakFollows); in Label()
594 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
602 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
614 MatchTableRecord::MTRF_LineBreakFollows};
619 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
641 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
645 if (Flags & MTRF_LineBreakFollows) in emit()