Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp568 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
686 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, in buildTable() function in __anoncee47b830111::MatchTable
5608 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5639 return MatchTable::buildTable(OptRules, WithCoverage); in buildMatchTable()