Home
last modified time | relevance | path

Searched defs: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
411 enum RecordFlagsBits {
435 unsigned LabelID;
438 std::string EmitStr;
444 unsigned NumElements;
448 unsigned Flags;
451 int64_t RawValue;
453 MatchTableRecord(Optional<unsigned> LabelID_, StringRef EmitStr, in MatchTableRecord() function
465 void turnIntoComment() { in turnIntoComment()
472 bool operator<(const MatchTableRecord &Other) const { in operator <()
[all …]