Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp432 MTRF_CommaFollows = 0x2, enumerator
483 Flags &= ~MTRF_CommaFollows; in turnIntoComment()
531 MatchTableRecord::MTRF_CommaFollows | ExtraFlags); in Opcode()
535 MatchTableRecord::MTRF_CommaFollows); in NamedValue()
539 MatchTableRecord::MTRF_CommaFollows, RawValue); in NamedValue()
544 MatchTableRecord::MTRF_CommaFollows); in NamedValue()
549 MatchTableRecord::MTRF_CommaFollows, RawValue); in NamedValue()
553 MatchTableRecord::MTRF_CommaFollows); in IntValue()
565 MatchTableRecord::MTRF_CommaFollows); in JumpTarget()
635 if (Flags & (MTRF_JumpTarget | MTRF_CommaFollows)) in emit()
[all …]