Searched refs:WithCoverage (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelEmitter.cpp | 436 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 D | GlobalISelMatchTable.h | 215 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 D | GlobalISelMatchTable.cpp | 331 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage, in buildTable() argument 333 MatchTable Table(WithCoverage, IsCombiner); in buildTable()
|