Searched defs:ref_to_res (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn-tree.cc | 345 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_setup() local 389 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_init() local 408 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_fini() local 476 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_teardown() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn-tree.c | 484 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_setup() local 528 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_init() local 547 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_fini() local 615 tree ref_to_res = gimple_call_arg (call, 1); in gcn_goacc_reduction_teardown() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 6146 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_setup() local 6246 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_init() local 6266 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_fini() local 6359 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_teardown() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 6911 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_setup() local 7011 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_init() local 7031 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_fini() local 7124 tree ref_to_res = gimple_call_arg (call, 1); in nvptx_goacc_reduction_teardown() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-offload.c | 1500 tree ref_to_res = gimple_call_arg (call, 1); in default_goacc_reduction() local
|
H A D | omp-low.c | 6753 tree ref_to_res = NULL_TREE; in lower_oacc_reductions() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-offload.cc | 1773 tree ref_to_res = gimple_call_arg (call, 1); in default_goacc_reduction() local
|
H A D | omp-low.cc | 7452 tree ref_to_res = NULL_TREE; in lower_oacc_reductions() local
|