Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h197 bool IsCombinerTable; variable
218 MatchTable(bool WithCoverage, bool IsCombinerTable, unsigned ID = 0)
219 : ID(ID), IsWithCoverage(WithCoverage), IsCombinerTable(IsCombinerTable) { in ID()
223 bool isCombiner() const { return IsCombinerTable; } in isCombiner()