Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp517 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
636 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() function in __anon7e76e5f80111::MatchTable
4170 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
4203 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()