Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp410 struct MatchTableRecord { struct
453 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() argument
462 MatchTableRecord(const MatchTableRecord &Other) = default;
463 MatchTableRecord(MatchTableRecord &&Other) = default;
473 bool operator<(const MatchTableRecord &Other) const { in operator <() argument
493 std::vector<MatchTableRecord> Contents;
504 static MatchTableRecord LineBreak;
505 static MatchTableRecord Comment(StringRef Comment) { in Comment()
506 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()
508 static MatchTableRecord Opcode(StringRef Opcode, int IndentAdjust = 0) { in Opcode()
[all …]