Lines Matching defs:Rules
446 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
2208 GlobalISelEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules,
2211 for (Matcher &Rule : Rules)
2219 for (RuleMatcher &Rule : Rules) {
2392 std::vector<RuleMatcher> Rules;
2428 Rules.push_back(std::move(MatcherOrErr.get()));
2458 llvm::stable_sort(Rules, [&](const RuleMatcher &A, const RuleMatcher &B) {
2475 for (const auto &Rule : Rules)
2480 buildMatchTable(Rules, OptimizeMatchTable, GenerateCoverage);
2485 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates,