Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5613 std::vector<Matcher *> InputRules; in buildMatchTable() local
5615 InputRules.push_back(&Rule); in buildMatchTable()
5618 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
5629 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
5637 for (Matcher *Rule : InputRules) in buildMatchTable()
5642 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()