Home
last modified time | relevance | path

Searched refs:bind_body (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Domp-oacc-kernels-decompose.cc864 gimple *bind_body; in maybe_build_inner_data_region() local
867 bind_body = gimple_build_try (inner_data_region, inner_cleanup, in maybe_build_inner_data_region()
870 bind_body = inner_data_region; in maybe_build_inner_data_region()
871 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK)); in maybe_build_inner_data_region()
H A Domp-low.c8780 bind_body = NULL; in lower_omp_single()
8783 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8797 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8839 bind_body = NULL; in lower_omp_scope()
8855 &bind_body, &tred_dlist); in lower_omp_scope()
8863 &bind_body, &dlist, ctx, NULL); in lower_omp_scope()
8874 &bind_body, &clist, ctx); in lower_omp_scope()
8888 bind_body = maybe_catch_exception (bind_body); in lower_omp_scope()
13916 gimple_seq bind_body = NULL; in lower_omp_teams() local
13955 gimple_seq_add_stmt (&bind_body, in lower_omp_teams()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Domp-oacc-kernels-decompose.cc864 gimple *bind_body; in maybe_build_inner_data_region() local
867 bind_body = gimple_build_try (inner_data_region, inner_cleanup, in maybe_build_inner_data_region()
870 bind_body = inner_data_region; in maybe_build_inner_data_region()
871 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK)); in maybe_build_inner_data_region()
H A Domp-low.c8490 bind_body = NULL; in lower_omp_single()
8493 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8505 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8507 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8522 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
13170 gimple_seq bind_body = NULL; in lower_omp_teams() local
13197 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
13207 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
13211 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
13212 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Domp-oacc-kernels-decompose.cc864 gimple *bind_body; in maybe_build_inner_data_region() local
867 bind_body = gimple_build_try (inner_data_region, inner_cleanup, in maybe_build_inner_data_region()
870 bind_body = inner_data_region; in maybe_build_inner_data_region()
871 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK)); in maybe_build_inner_data_region()
H A Domp-low.c8490 bind_body = NULL; in lower_omp_single()
8493 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8505 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8507 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8522 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
13170 gimple_seq bind_body = NULL; in lower_omp_teams() local
13197 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
13207 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
13211 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
13212 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Domp-oacc-kernels-decompose.cc864 gimple *bind_body; in maybe_build_inner_data_region() local
867 bind_body = gimple_build_try (inner_data_region, inner_cleanup, in maybe_build_inner_data_region()
870 bind_body = inner_data_region; in maybe_build_inner_data_region()
871 body = gimple_build_bind (inner_bind_vars, bind_body, make_node (BLOCK)); in maybe_build_inner_data_region()
H A Domp-low.c8490 bind_body = NULL; in lower_omp_single()
8493 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8505 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8507 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8522 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
13170 gimple_seq bind_body = NULL; in lower_omp_teams() local
13197 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
13207 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
13211 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
13212 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/testing/
H A Dpy_converter.py417 bind_body, bind_defs = self.visit(letexp.body)
421 func_name, [self.get_var_name(letexp.var)], bind_defs + [Return(bind_body)]
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/testing/
H A Dpy_converter.py425 bind_body, bind_defs = self.visit(letexp.body)
429 bind_defs + [Return(bind_body)])
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/testing/
H A Dpy_converter.py425 bind_body, bind_defs = self.visit(letexp.body)
429 bind_defs + [Return(bind_body)])
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c6152 bind_body = NULL; in lower_omp_single()
6155 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6167 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6169 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6185 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8650 gimple_seq bind_body = NULL; in lower_omp_teams() local
8677 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8687 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8692 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8693 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Domp-low.c6132 bind_body = NULL; in lower_omp_single()
6135 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6147 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6149 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6165 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8630 gimple_seq bind_body = NULL; in lower_omp_teams() local
8657 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8667 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8672 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8673 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c6152 bind_body = NULL; in lower_omp_single()
6155 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6167 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6169 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6185 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8650 gimple_seq bind_body = NULL; in lower_omp_teams() local
8677 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8687 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8692 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8693 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Domp-low.c6152 bind_body = NULL; in lower_omp_single()
6155 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6167 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6169 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6185 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8650 gimple_seq bind_body = NULL; in lower_omp_teams() local
8677 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8687 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8692 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8693 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Domp-low.c6152 bind_body = NULL; in lower_omp_single()
6155 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6167 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6169 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6185 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8650 gimple_seq bind_body = NULL; in lower_omp_teams() local
8677 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8687 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8692 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8693 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Domp-low.c6153 bind_body = NULL; in lower_omp_single()
6156 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6168 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6170 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6186 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
8652 gimple_seq bind_body = NULL; in lower_omp_teams() local
8679 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
8689 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
8694 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
8695 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Domp-low.c6929 bind_body = NULL; in lower_omp_single()
6932 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6944 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6946 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6962 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
10216 gimple_seq bind_body = NULL; in lower_omp_teams() local
10243 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
10253 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
10258 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
10259 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Domp-low.c6854 bind_body = NULL; in lower_omp_single()
6857 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6869 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6871 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6887 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
10140 gimple_seq bind_body = NULL; in lower_omp_teams() local
10167 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
10177 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
10182 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
10183 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Domp-low.c6929 bind_body = NULL; in lower_omp_single()
6932 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
6944 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6946 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6962 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
10216 gimple_seq bind_body = NULL; in lower_omp_teams() local
10243 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
10253 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
10258 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
10259 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Domp-low.c8788 bind_body = NULL; in lower_omp_single()
8791 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8803 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8805 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8821 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
10046 gimple_seq bind_body = NULL; in lower_omp_teams() local
10073 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
10082 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
10086 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
10087 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Domp-low.c8007 bind_body = NULL; in lower_omp_single()
8010 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8022 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8024 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8039 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
12596 gimple_seq bind_body = NULL; in lower_omp_teams() local
12623 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
12634 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
12639 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
12640 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Domp-low.c8038 bind_body = NULL; in lower_omp_single()
8041 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8053 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8055 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8070 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
12640 gimple_seq bind_body = NULL; in lower_omp_teams() local
12667 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
12678 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
12683 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
12684 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Domp-low.c8038 bind_body = NULL; in lower_omp_single()
8041 &bind_body, &dlist, ctx, NULL); in lower_omp_single()
8053 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
8055 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
8070 gimple_bind_set_body (bind, bind_body); in lower_omp_single()
12640 gimple_seq bind_body = NULL; in lower_omp_teams() local
12667 &bind_body, &dlist, ctx, NULL); in lower_omp_teams()
12678 gimple_seq_add_stmt (&bind_body, call); in lower_omp_teams()
12683 gimple_seq_add_seq (&bind_body, olist); in lower_omp_teams()
12684 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_teams()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Domp-low.c6299 gimple_seq bind_body, dlist; in lower_omp_single() local
6307 bind_body = NULL; in lower_omp_single()
6310 &bind_body, &dlist, ctx); in lower_omp_single()
6313 gimple_seq_add_stmt (&bind_body, single_stmt); in lower_omp_single()
6316 lower_omp_single_copy (single_stmt, &bind_body, ctx); in lower_omp_single()
6318 lower_omp_single_simple (single_stmt, &bind_body); in lower_omp_single()
6322 gimple_seq_add_seq (&bind_body, dlist); in lower_omp_single()
6324 bind_body = maybe_catch_exception (bind_body); in lower_omp_single()
6329 gimple_seq_add_stmt (&bind_body, t); in lower_omp_single()
6330 gimple_bind_set_body (bind, bind_body); in lower_omp_single()

123