Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp2208 std::vector<Matcher *> InputRules; in buildMatchTable() local
2210 InputRules.push_back(&Rule); in buildMatchTable()
2213 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2224 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
2232 for (Matcher *Rule : InputRules) in buildMatchTable()
2237 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelCombinerEmitter.cpp2871 std::vector<Matcher *> InputRules; in buildMatchTable() local
2873 InputRules.push_back(&Rule); in buildMatchTable()
2884 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
2892 for (Matcher *Rule : InputRules) in buildMatchTable()
2897 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()