Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp370 struct MatchTableRecord { struct
371 enum RecordFlagsBits {
395 unsigned LabelID;
398 std::string EmitStr;
404 unsigned NumElements;
408 unsigned Flags;
411 int64_t RawValue;
413 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() function
427 void turnIntoComment() { in turnIntoComment()
434 bool operator<(const MatchTableRecord &Other) const { in operator <()
[all …]