/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | omp-offload.cc | 1383 oacc_loop_process (oacc_loop *loop, int fn_level) in oacc_loop_process() argument 1386 oacc_loop_process (loop->child, fn_level); in oacc_loop_process() 1435 oacc_loop_process (loop->sibling, fn_level); in oacc_loop_process() 1443 if (fn_level == GOMP_DIM_GANG in oacc_loop_process() 1962 int fn_level = oacc_fn_attrib_level (attrs); in execute_oacc_loop_designation() local 1963 bool is_oacc_routine = (fn_level >= 0); in execute_oacc_loop_designation() 1996 fn_level); in execute_oacc_loop_designation() 2053 outer_mask = GOMP_DIM_MASK (fn_level) - 1; in execute_oacc_loop_designation() 2065 oacc_validate_dims (current_function_decl, attrs, dims, fn_level, used_mask); in execute_oacc_loop_designation() 2080 oacc_loop_process (loops, fn_level); in execute_oacc_loop_designation() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | omp-offload.c | 1553 int fn_level = oacc_fn_attrib_level (attrs); in execute_oacc_device_lower() local 1554 bool is_oacc_routine = (fn_level >= 0); in execute_oacc_device_lower() 1579 fn_level); in execute_oacc_device_lower() 1598 outer_mask = GOMP_DIM_MASK (fn_level) - 1; in execute_oacc_device_lower() 1610 oacc_validate_dims (current_function_decl, attrs, dims, fn_level, used_mask); in execute_oacc_device_lower() 1772 int ARG_UNUSED (fn_level), in default_goacc_validate_dims() argument
|
H A D | target.def | 1710 and non-constant values as 0. The @var{fn_level} is negative for the\n\ 1718 bool, (tree decl, int *dims, int fn_level, unsigned used),
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
H A D | nvptx.c | 5593 nvptx_goacc_validate_dims_1 (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims_1() argument 5604 if (fn_level == -1) in nvptx_goacc_validate_dims_1() 5606 else if (fn_level == -2) in nvptx_goacc_validate_dims_1() 5611 else if (fn_level == -1) in nvptx_goacc_validate_dims_1() 5613 else if (0 <= fn_level && fn_level <= GOMP_DIM_MAX) in nvptx_goacc_validate_dims_1() 5616 routine_seq_p = fn_level == GOMP_DIM_MAX; in nvptx_goacc_validate_dims_1() 5749 nvptx_goacc_validate_dims (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims() argument 5757 nvptx_goacc_validate_dims_1 (decl, dims, fn_level, used); in nvptx_goacc_validate_dims()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
H A D | nvptx.cc | 6344 nvptx_goacc_validate_dims_1 (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims_1() argument 6355 if (fn_level == -1) in nvptx_goacc_validate_dims_1() 6357 else if (fn_level == -2) in nvptx_goacc_validate_dims_1() 6362 else if (fn_level == -1) in nvptx_goacc_validate_dims_1() 6364 else if (0 <= fn_level && fn_level <= GOMP_DIM_MAX) in nvptx_goacc_validate_dims_1() 6367 routine_seq_p = fn_level == GOMP_DIM_MAX; in nvptx_goacc_validate_dims_1() 6500 nvptx_goacc_validate_dims (tree decl, int dims[], int fn_level, unsigned used) in nvptx_goacc_validate_dims() argument 6508 nvptx_goacc_validate_dims_1 (decl, dims, fn_level, used); in nvptx_goacc_validate_dims()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.c | 4784 gcn_goacc_validate_dims (tree decl, int dims[], int fn_level, in gcn_goacc_validate_dims() argument 4797 if (fn_level <= GOMP_DIM_VECTOR && fn_level >= -1 in gcn_goacc_validate_dims() 4800 if (fn_level < 0 && dims[GOMP_DIM_VECTOR] >= 0 in gcn_goacc_validate_dims()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.cc | 5037 gcn_goacc_validate_dims (tree decl, int dims[], int fn_level, in gcn_goacc_validate_dims() argument 5046 if (fn_level <= GOMP_DIM_VECTOR && fn_level >= -1 in gcn_goacc_validate_dims() 5049 if (fn_level < 0 && dims[GOMP_DIM_VECTOR] >= 0 in gcn_goacc_validate_dims()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | tm.texi | 6156 … TARGET_GOACC_VALIDATE_DIMS (tree @var{decl}, int *@var{dims}, int @var{fn_level}, unsigned @var{u… 6159 and non-constant values as 0. The @var{fn_level} is negative for the
|