Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerMatchTableEmitter.cpp
H A DGlobalISelEmitter.cpp2231 std::vector<Matcher *> InputRules; in buildMatchTable() local
2233 InputRules.push_back(&Rule); in buildMatchTable()
2236 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2247 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
2255 for (Matcher *Rule : InputRules) in buildMatchTable()
2260 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelCombinerEmitter.cpp2544 std::vector<Matcher *> InputRules; in buildMatchTable() local
2546 InputRules.push_back(&Rule); in buildMatchTable()
2557 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
2565 for (Matcher *Rule : InputRules) in buildMatchTable()
2570 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()