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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp546 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
665 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules, function in class:__anon2930::MatchTable
5025 return MatchTable::buildTable(InputRules, WithCoverage);
5058 return MatchTable::buildTable(OptRules, WithCoverage);

Completed in 107 milliseconds