Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp565 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
684 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() function in __anon612774070111::MatchTable
5548 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5579 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()