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.cpp2228 std::vector<Matcher *> InputRules; in buildMatchTable() local
2230 InputRules.push_back(&Rule); in buildMatchTable()
2233 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
2245 InputRules, [&OpcodeOrder](const Matcher *A, const Matcher *B) { in buildMatchTable()
2254 for (Matcher *Rule : InputRules) in buildMatchTable()
2259 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()
H A DGlobalISelCombinerEmitter.cpp2677 std::vector<Matcher *> InputRules; in buildMatchTable() local
2679 InputRules.push_back(&Rule); in buildMatchTable()
2690 llvm::stable_sort(InputRules, [&OpcodeOrder](const Matcher *A, in buildMatchTable()
2700 for (Matcher *Rule : InputRules) in buildMatchTable()
2705 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()