PrefetchDirective 1736 src/Func.cpp PrefetchDirective prefetch = {f.name(), var.name(), offset, strategy, Parameter()}; PrefetchDirective 1742 src/Func.cpp PrefetchDirective prefetch = {param.name(), var.name(), offset, strategy, param}; PrefetchDirective 45 src/Prefetch.cpp const vector<PrefetchDirective> &get_prefetch_list(const string &loop_name) { PrefetchDirective 193 src/Prefetch.cpp const vector<PrefetchDirective> &prefetch_list = get_prefetch_list(op->name); PrefetchDirective 206 src/Prefetch.cpp const PrefetchDirective &p = prefetch_list[i]; PrefetchDirective 133 src/Schedule.cpp std::vector<PrefetchDirective> prefetches; PrefetchDirective 171 src/Schedule.cpp for (PrefetchDirective &p : prefetches) { PrefetchDirective 273 src/Schedule.cpp std::vector<PrefetchDirective> &Schedule::prefetches() { PrefetchDirective 277 src/Schedule.cpp const std::vector<PrefetchDirective> &Schedule::prefetches() const { PrefetchDirective 362 src/Schedule.cpp for (const PrefetchDirective &p : prefetches()) { PrefetchDirective 323 src/Schedule.h const std::vector<PrefetchDirective> &prefetches() const; PrefetchDirective 324 src/Schedule.h std::vector<PrefetchDirective> &prefetches();