Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp431 MTRF_LineBreakFollows = 0x4, enumerator
556 MatchTableRecord::MTRF_LineBreakFollows); in Label()
606 NextI->Flags == MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
614 if (I->Flags & MatchTableRecord::MTRF_LineBreakFollows) in emitDeclaration()
626 MatchTableRecord::MTRF_LineBreakFollows};
631 LineBreakIsNextAfterThis || (Flags & MTRF_LineBreakFollows); in emit()
653 if (!LineBreakIsNextAfterThis && !(Flags & MTRF_LineBreakFollows)) in emit()
657 if (Flags & MTRF_LineBreakFollows) in emit()