Home
last modified time | relevance | path

Searched refs:halide_trace_store (Results 1 – 14 of 14) sorted by relevance

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dskip_stages_memoize.cpp13 if ((e->event == halide_trace_store) && (std::string(e->func) == buffer_name)) { in single_toggle_trace()
25 if ((e->event == halide_trace_store) && (std::string(e->func) == buffer_name)) { in double_toggle_trace()
32 if ((e->event == halide_trace_store) && (std::string(e->func) == buffer_name)) { in double_toggle_trace()
H A Dtracing_broadcast.cpp7 if (e->event == halide_trace_store) { in my_trace()
H A Dreschedule.cpp11 if (ev->event == halide_trace_store) { in my_trace()
H A Dvectorize_guard_with_if.cpp8 if (e->event == halide_trace_store) { in my_trace()
H A Dstencil_chain_in_update_definitions.cpp8 if (e->event == halide_trace_store) { in my_trace()
H A Dreduction_non_rectangular.cpp21 if (run_tracer && (e->event == halide_trace_store)) { in intermediate_bound_depend_on_output_trace()
45 if (run_tracer && (e->event == halide_trace_store)) { in func_call_bound_trace()
67 if (run_tracer && (e->event == halide_trace_store)) { in box_bound_trace()
H A Dspecialize.cpp18 if (ev->event == halide_trace_store) { in my_trace()
H A Dcompute_with.cpp66 if (e->event == halide_trace_store) { in my_trace()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/util/
H A DHalideTraceDump.cpp350 if ((p.event == halide_trace_store) || (p.event == halide_trace_load)) { in main()
388 if ((p.event == halide_trace_store) || (p.event == halide_trace_load)) { in main()
H A DHalideTraceViz.cpp1290 case halide_trace_store: { in run()
1291 if (p.event == halide_trace_store) { in run()
1333 … if (p.event == halide_trace_store || fi.stats.num_realizations == 0 /* load from an input */) { in run()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/Halide/include/
H A DHalideRuntime.h130 halide_trace_store = 1, enumerator
H A DHalide.h5060 halide_trace_store = 1,
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DTracing.cpp182 builder.event = halide_trace_store; in visit()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A DHalideRuntime.h490 halide_trace_store = 1, enumerator