match             100 src/Associativity.cpp                                   map<string, Expr> &match) {
match             141 src/Associativity.cpp             const auto &match_iter = match.find(iter.first);
match             142 src/Associativity.cpp             if (match_iter == match.end()) {
match             144 src/Associativity.cpp                 match.emplace(iter.first, iter.second);
match             422 src/BoundsInference.cpp                             (compute_at.match(loop_level) &&
match             423 src/BoundsInference.cpp                              store_at.match(loop_level))) {
match             530 src/CodeGen_ARM.cpp         bool match = op->type == patterns[i].t;
match             534 src/CodeGen_ARM.cpp             match = match || (op->type.element_of() == patterns[i].t.element_of());
match             537 src/CodeGen_ARM.cpp         if (match) {
match             603 src/CodeGen_ARM.cpp         bool match = op->type == patterns[i].t;
match             607 src/CodeGen_ARM.cpp             match = match || (op->type.element_of() == patterns[i].t.element_of());
match             610 src/CodeGen_ARM.cpp         if (match) {
match             107 src/CodeGen_PowerPC.cpp             bool match = true;
match             112 src/CodeGen_PowerPC.cpp                     if (!matches[i].defined()) match = false;
match             115 src/CodeGen_PowerPC.cpp             if (match) {
match             275 src/CodeGen_X86.cpp             bool match = true;
match             280 src/CodeGen_X86.cpp                     if (!matches[i].defined()) match = false;
match             283 src/CodeGen_X86.cpp             if (match) {
match             128 src/IRMatch.cpp             Expr &match = (*var_matches)[op->name];
match             129 src/IRMatch.cpp             if (match.defined()) {
match             130 src/IRMatch.cpp                 result = equal(match, expr);
match             132 src/IRMatch.cpp                 match = expr;
match             341 src/Memoization.cpp             if (!f.schedule().compute_level().match(f.schedule().store_level())) {
match             153 src/Schedule.h     EXPORT bool match(const std::string &loop) const;
match             155 src/Schedule.h     EXPORT bool match(const LoopLevel &other) const;
match             724 src/ScheduleFunctions.cpp         if (compute_level.match(for_loop->name)) {
match             732 src/ScheduleFunctions.cpp         if (store_level.match(for_loop->name)) {
match             832 src/ScheduleFunctions.cpp                     if (s1.loop_level.match(s2.loop_level)) {
match             868 src/ScheduleFunctions.cpp         if (!store_at.match(compute_at)) {
match            1079 src/ScheduleFunctions.cpp         if (sites[i].loop_level.match(store_at)) {
match            1083 src/ScheduleFunctions.cpp         if (sites[i].loop_level.match(compute_at)) {