Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp370 struct MatchTableRecord { struct
413 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() argument
423 MatchTableRecord(const MatchTableRecord &Other) = default;
424 MatchTableRecord(MatchTableRecord &&Other) = default;
434 bool operator<(const MatchTableRecord &Other) const { in operator <() argument
454 std::vector<MatchTableRecord> Contents;
465 static MatchTableRecord LineBreak;
466 static MatchTableRecord Comment(StringRef Comment) { in Comment()
467 return MatchTableRecord(None, Comment, 0, MatchTableRecord::MTRF_Comment); in Comment()
469 static MatchTableRecord Opcode(StringRef Opcode, int IndentAdjust = 0) { in Opcode()
[all …]