Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DGlobalISelEmitter.cpp4171 std::vector<Matcher *> InputRules; in buildMatchTable() local
4173 InputRules.push_back(&Rule); in buildMatchTable()
4176 return MatchTable::buildTable(InputRules, WithCoverage); in buildMatchTable()
4187 std::stable_sort(InputRules.begin(), InputRules.end(), in buildMatchTable()
4197 for (Matcher *Rule : InputRules) in buildMatchTable()
4202 optimizeRules<GroupMatcher>(InputRules, MatcherStorage); in buildMatchTable()