HomeSort by: relevance | last modified time | path
    Searched defs:buildTable (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
GlobalISelEmitter.cpp 552 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
671 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules,
5534 return MatchTable::buildTable(InputRules, WithCoverage);
5565 return MatchTable::buildTable(OptRules, WithCoverage);
GlobalISelEmitter.cpp 552 static MatchTable buildTable(ArrayRef<Matcher *> Rules, bool WithCoverage);
671 MatchTable MatchTable::buildTable(ArrayRef<Matcher *> Rules,
5534 return MatchTable::buildTable(InputRules, WithCoverage);
5565 return MatchTable::buildTable(OptRules, WithCoverage);

Completed in 75 milliseconds