Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp426 struct MatchTableRecord { struct
427 enum RecordFlagsBits {
451 unsigned LabelID;
454 std::string EmitStr;
460 unsigned NumElements;
464 unsigned Flags;
467 int64_t RawValue;
469 MatchTableRecord(std::optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() argument
481 void turnIntoComment() { in turnIntoComment()
488 bool operator<(const MatchTableRecord &Other) const { in operator <()
[all …]