Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp425 bool WithCoverage);
2207 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
2213 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2244 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
H A DGlobalISelMatchTable.h215 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage,
218 MatchTable(bool WithCoverage, bool IsCombinerTable, unsigned ID = 0)
219 : ID(ID), IsWithCoverage(WithCoverage), IsCombinerTable(IsCombinerTable) { in ID()
H A DGlobalISelMatchTable.cpp331 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage, in buildTable() argument
333 MatchTable Table(WithCoverage, IsCombiner); in buildTable()