Home
last modified time | relevance | path

Searched refs:task_depth (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/src/
H A Drender_task_graph.rs153 task_depth: i32, in generate_passes_impl()
157 *max_depth = std::cmp::max(*max_depth, task_depth); in generate_passes_impl()
160 if task_depth > *task_max_depth { in generate_passes_impl()
161 *task_max_depth = task_depth; in generate_passes_impl()
173 task_depth + 1, in generate_passes_impl()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dlower.h203 int parallel_depth, task_depth, sc; member
H A Dvsub.c75 int parallel_depth, task_depth; in rewrite_forall() local
78 task_depth = 0; in rewrite_forall()
95 if (parallel_depth == 0 && task_depth == 0) { in rewrite_forall()
105 ++task_depth; in rewrite_forall()
109 --task_depth; in rewrite_forall()
110 if (parallel_depth == 0 && task_depth == 0) { in rewrite_forall()
H A Dtransfrm.c610 int task_depth; in rewrite_block_where() local
618 task_depth = 0; in rewrite_block_where()
631 if (parallel_depth == 0 && task_depth == 0) { in rewrite_block_where()
638 ++task_depth; in rewrite_block_where()
643 --task_depth; in rewrite_block_where()
644 if (parallel_depth == 0 && task_depth == 0) { in rewrite_block_where()
1297 int task_depth; in rewrite_into_forall() local
1317 task_depth = 0; in rewrite_into_forall()
1426 if (parallel_depth == 0 && task_depth == 0) { in rewrite_into_forall()
1433 ++task_depth; in rewrite_into_forall()
[all …]
H A Doutconv.c161 int task_depth; in forall_dependency_analyze() local
165 task_depth = 0; in forall_dependency_analyze()
175 if (parallel_depth == 0 && task_depth == 0) { in forall_dependency_analyze()
181 ++task_depth; in forall_dependency_analyze()
186 --task_depth; in forall_dependency_analyze()
187 if (parallel_depth == 0 && task_depth == 0) { in forall_dependency_analyze()
2562 int task_depth; in convert_statements() local
2568 task_depth = 0; in convert_statements()
2589 if (parallel_depth == 0 && task_depth == 0) { in convert_statements()
2596 ++task_depth; in convert_statements()
[all …]
H A Dcommopt.c222 int task_depth; in forall_init() local
238 task_depth = 0; in forall_init()
253 if (parallel_depth == 0 && task_depth == 0) { in forall_init()
260 ++task_depth; in forall_init()
265 --task_depth; in forall_init()
266 if (parallel_depth == 0 && task_depth == 0) { in forall_init()
H A Drest.c3862 int task_depth; in call_analyze() local
3867 task_depth = 0; in call_analyze()
3894 if (parallel_depth == 0 && task_depth == 0 && target_depth == 0) { in call_analyze()
3900 if (parallel_depth == 0 && task_depth == 0 && target_depth == 0) { in call_analyze()
3906 ++task_depth; in call_analyze()
3911 --task_depth; in call_analyze()
3912 if (parallel_depth == 0 && task_depth == 0 && target_depth == 0) { in call_analyze()
H A Dcomm.c130 int task_depth; in comm_analyze() local
136 task_depth = 0; in comm_analyze()
155 if (parallel_depth == 0 && task_depth == 0) { in comm_analyze()
165 ++task_depth; in comm_analyze()
170 --task_depth; in comm_analyze()
171 if (parallel_depth == 0 && task_depth == 0) { in comm_analyze()
H A Dlowerilm.c4890 if (lowersym.parallel_depth == 0 && lowersym.task_depth == 0) in lower_stmt()
5009 lowersym.task_depth++; in lower_stmt()
5302 --lowersym.task_depth; in lower_stmt()
5303 if (lowersym.parallel_depth == 0 && lowersym.task_depth == 0) in lower_stmt()
5323 --lowersym.task_depth; in lower_stmt()
5324 if (lowersym.parallel_depth == 0 && lowersym.task_depth == 0) in lower_stmt()
H A Dfunc.c3808 int task_depth; in rewrite_calls() local
3823 task_depth = 0; in rewrite_calls()
4074 ++task_depth; in rewrite_calls()
4079 --task_depth; in rewrite_calls()
4080 if (parallel_depth == 0 && task_depth == 0) { in rewrite_calls()
4115 if (parallel_depth == 0 && task_depth == 0) { in rewrite_calls()
H A Dlowersym.c1239 lowersym.task_depth = 0; in lower_init_sym()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DCodeGen_LLVM.h316 int task_depth; variable