Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h104 struct MatchTableRecord { struct
105 enum RecordFlagsBits {
150 MatchTableRecord(std::optional<unsigned> LabelID_, StringRef EmitStr, argument
169 bool operator<(const MatchTableRecord &Other) const { argument
187 std::vector<MatchTableRecord> Contents; argument