Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp423 struct MatchTableRecord { struct
474 MatchTableRecord(const MatchTableRecord &Other) = default;
475 MatchTableRecord(MatchTableRecord &&Other) = default;
505 std::vector<MatchTableRecord> Contents;
516 static MatchTableRecord LineBreak;
518 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()
527 return MatchTableRecord(None, Opcode, 1, in Opcode()
624 MatchTableRecord MatchTable::LineBreak = {
626 MatchTableRecord::MTRF_LineBreakFollows};
778 std::set<MatchTableRecord> Values;
[all …]