Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp426 struct MatchTableRecord { struct
477 MatchTableRecord(const MatchTableRecord &Other) = default;
478 MatchTableRecord(MatchTableRecord &&Other) = default;
508 std::vector<MatchTableRecord> Contents;
519 static MatchTableRecord LineBreak;
521 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()
530 return MatchTableRecord(None, Opcode, 1, in Opcode()
627 MatchTableRecord MatchTable::LineBreak = {
629 MatchTableRecord::MTRF_LineBreakFollows};
780 std::set<MatchTableRecord> Values;
[all …]