Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp373 struct MatchTableRecord { struct
426 MatchTableRecord(const MatchTableRecord &Other) = default;
427 MatchTableRecord(MatchTableRecord &&Other) = default;
457 std::vector<MatchTableRecord> Contents;
468 static MatchTableRecord LineBreak;
470 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()
479 return MatchTableRecord(None, Opcode, 1, in Opcode()
576 MatchTableRecord MatchTable::LineBreak = {
578 MatchTableRecord::MTRF_LineBreakFollows};
730 std::set<MatchTableRecord> Values;
[all …]