Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp5543 std::vector<Matcher *> InputRules; in buildMatchTable() local
5545 InputRules.push_back(&Rule); in buildMatchTable()
5548 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5559 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
5567 for (Matcher *Rule : InputRules) in buildMatchTable()
5572 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()