Lines Matching defs:Rules
435 MatchTable buildMatchTable(MutableArrayRef<RuleMatcher> Rules, bool Optimize,
2229 GlobalISelEmitter::buildMatchTable(MutableArrayRef<RuleMatcher> Rules,
2232 for (Matcher &Rule : Rules)
2240 for (RuleMatcher &Rule : Rules) {
2422 std::vector<RuleMatcher> Rules;
2451 Rules.push_back(std::move(MatcherOrErr.get()));
2452 postProcessRule(Rules.back());
2482 llvm::stable_sort(Rules, [&](const RuleMatcher &A, const RuleMatcher &B) {
2499 for (const auto &Rule : Rules)
2504 buildMatchTable(Rules, OptimizeMatchTable, GenerateCoverage);
2509 emitExecutorImpl(OS, Table, TypeObjects, Rules, ComplexPredicates,