Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp436 bool WithCoverage);
2230 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
2236 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2267 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
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()