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.cpp451 bool WithCoverage);
2227 bool Optimize, bool WithCoverage) { in buildMatchTable() argument
2233 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2266 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h202 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage,
205 MatchTable(bool WithCoverage, bool IsCombinerTable, unsigned ID = 0)
206 : ID(ID), IsWithCoverage(WithCoverage), IsCombinerTable(IsCombinerTable) { in ID()
H A DGlobalISelMatchTable.cpp339 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage, in buildTable() argument
341 MatchTable Table(WithCoverage, IsCombiner); in buildTable()