Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp410 struct MatchTableRecord { struct
453 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() function
461 MatchTableRecord(const MatchTableRecord &Other) = default;
462 MatchTableRecord(MatchTableRecord &&Other) = default;
472 bool operator<(const MatchTableRecord &Other) const { in operator <() argument
492 std::vector<MatchTableRecord> Contents;
503 static MatchTableRecord LineBreak;
504 static MatchTableRecord Comment(StringRef Comment) { in Comment()
505 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()
507 static MatchTableRecord Opcode(StringRef Opcode, int IndentAdjust = 0) { in Opcode()
[all …]