expr_match 103 src/Associativity.cpp if (expr_match(op, e, result)) { expr_match 260 src/CodeGen_ARM.cpp if (expr_match(pattern.pattern, op, matches)) { expr_match 389 src/CodeGen_ARM.cpp if (expr_match(pattern.pattern, op, matches)) { expr_match 421 src/CodeGen_ARM.cpp if (expr_match(averagings[i].pattern, op->a, matches)) { expr_match 443 src/CodeGen_ARM.cpp expr_match(negations[i].pattern, op, matches)) { expr_match 106 src/CodeGen_PowerPC.cpp if (expr_match(pattern.pattern, op, matches)) { expr_match 274 src/CodeGen_X86.cpp if (expr_match(pattern.pattern, op, matches)) { expr_match 183 src/HexagonOptimize.cpp if (expr_match(p.pattern, x, matches)) { expr_match 712 src/HexagonOptimize.cpp if (expr_match(i.second, expr, matches) && equal(matches[0], matches[1])) { expr_match 867 src/HexagonOptimize.cpp if (expr_match(i.first, cast, matches)) { expr_match 27 src/IRMatch.cpp internal_assert(expr_match(w, 3, matches) && expr_match 30 src/IRMatch.cpp internal_assert(expr_match(w + 3, (y*2) + 3, matches) && expr_match 33 src/IRMatch.cpp internal_assert(expr_match(fw * 17 + cast<float>(w + cast<int>(fw)), expr_match 40 src/IRMatch.cpp internal_assert(!expr_match(fw + 17, fx + 18, matches) && expr_match 42 src/IRMatch.cpp internal_assert(!expr_match((w*2) + 17, fx + 17, matches) && expr_match 44 src/IRMatch.cpp internal_assert(!expr_match(w * 3, 3 * x, matches) && expr_match 47 src/IRMatch.cpp internal_assert(expr_match(vec_wild * 3, Ramp::make(x, y, 4) * 3, matches)); expr_match 30 src/IRMatch.h EXPORT bool expr_match(Expr pattern, Expr expr, std::vector<Expr> &result); expr_match 44 src/IRMatch.h EXPORT bool expr_match(Expr pattern, Expr expr, std::map<std::string, Expr> &result);