Searched refs:GOMP_DIM_GANG (Results 1 - 25 of 25) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.h38 OLF_DIM_GANG = 1u << (OLF_DIM_BASE + GOMP_DIM_GANG),
H A Domp-offload.c278 for (ix = GOMP_DIM_GANG; ix != GOMP_DIM_MAX; ix++)
350 striding = !(outer_mask & GOMP_DIM_MASK (GOMP_DIM_GANG));
891 for (ix = GOMP_DIM_GANG; ix != GOMP_DIM_MAX; ix++)
921 = loop->mask & GOMP_DIM_MASK (GOMP_DIM_GANG) ? " gang" : "";
1159 unsigned dim = GOMP_DIM_GANG;
1300 if (!this_e_mask || this_mask & GOMP_DIM_MASK (GOMP_DIM_GANG))
1351 unsigned this_mask = GOMP_DIM_MASK (GOMP_DIM_GANG);
1606 used_mask |= GOMP_DIM_MASK (GOMP_DIM_GANG);
H A Dtree-parloops.c3876 tree arg = build_int_cst (integer_type_node, GOMP_DIM_GANG);
H A Domp-low.c2365 this_mask |= GOMP_DIM_MASK (GOMP_DIM_GANG);
12670 tree level = build_int_cst (integer_type_node, GOMP_DIM_GANG);
H A Domp-expand.c6125 gwv = build_int_cst (integer_type_node, GOMP_DIM_MASK (GOMP_DIM_GANG));
H A Dbuiltins.c7516 case GOMP_DIM_GANG:
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h253 #define GOMP_DIM_GANG 0 macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h283 #define GOMP_DIM_GANG 0 macro
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-general.h39 OLF_DIM_GANG = 1u << (OLF_DIM_BASE + GOMP_DIM_GANG),
H A Domp-offload.cc504 for (ix = GOMP_DIM_GANG; ix != GOMP_DIM_MAX; ix++)
576 striding = !(outer_mask & GOMP_DIM_MASK (GOMP_DIM_GANG));
1146 for (ix = GOMP_DIM_GANG; ix != GOMP_DIM_MAX; ix++)
1176 = loop->mask & GOMP_DIM_MASK (GOMP_DIM_GANG) ? " gang" : "";
1420 unsigned dim = GOMP_DIM_GANG;
1443 if (fn_level == GOMP_DIM_GANG
1444 && (loop->mask & GOMP_DIM_MASK (GOMP_DIM_GANG))
1573 if (!this_e_mask || this_mask & GOMP_DIM_MASK (GOMP_DIM_GANG))
1624 unsigned this_mask = GOMP_DIM_MASK (GOMP_DIM_GANG);
2061 used_mask |= GOMP_DIM_MASK (GOMP_DIM_GANG);
[all...]
H A Domp-oacc-neuter-broadcast.cc396 par = new parallel_g (par, GOMP_DIM_MASK (GOMP_DIM_GANG)
753 if (level != GOMP_DIM_GANG)
H A Dtree-parloops.cc3880 tree arg = build_int_cst (integer_type_node, GOMP_DIM_GANG);
H A Domp-low.cc2682 this_mask |= GOMP_DIM_MASK (GOMP_DIM_GANG);
13981 tree level = build_int_cst (integer_type_node, GOMP_DIM_GANG);
H A Dbuiltins.cc6754 case GOMP_DIM_GANG:
H A Domp-expand.cc7644 gwv = build_int_cst (integer_type_node, GOMP_DIM_MASK (GOMP_DIM_GANG));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-tree.cc342 if (level != GOMP_DIM_GANG)
386 if (level == GOMP_DIM_GANG)
473 if (level != GOMP_DIM_GANG)
534 if (level != GOMP_DIM_GANG)
H A Dgcn.cc5079 if (dims[GOMP_DIM_GANG] < 0)
5080 dims[GOMP_DIM_GANG] = GCN_DEFAULT_GANGS;
5445 oacc_get_fn_dim_size (cfun->decl, GOMP_DIM_GANG),
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-tree.c481 if (level != GOMP_DIM_GANG)
525 if (level == GOMP_DIM_GANG)
612 if (level != GOMP_DIM_GANG)
H A Dgcn.c4831 if (dims[GOMP_DIM_GANG] < 0)
4832 dims[GOMP_DIM_GANG] = GCN_DEFAULT_GANGS;
5147 oacc_get_fn_dim_size (cfun->decl, GOMP_DIM_GANG),
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c767 if (default_dims[GOMP_DIM_GANG] < 1)
768 default_dims[GOMP_DIM_GANG] = gang ? gang : 1024;
779 default_dims[GOMP_DIM_GANG],
821 int gangs = gomp_openacc_dims[GOMP_DIM_GANG];
861 case GOMP_DIM_GANG: dims[i] = gangs; break;
907 __FUNCTION__, targ_fn->launch->fn, dims[GOMP_DIM_GANG],
935 = dims[GOMP_DIM_GANG];
949 dims[GOMP_DIM_GANG], 1, 1,
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c799 if (default_dims[GOMP_DIM_GANG] < 1)
800 default_dims[GOMP_DIM_GANG] = gang ? gang : 1024;
811 default_dims[GOMP_DIM_GANG],
853 int gangs = gomp_openacc_dims[GOMP_DIM_GANG];
893 case GOMP_DIM_GANG: dims[i] = gangs; break;
939 __FUNCTION__, targ_fn->launch->fn, dims[GOMP_DIM_GANG],
967 = dims[GOMP_DIM_GANG];
981 dims[GOMP_DIM_GANG], 1, 1,
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc5309 case GOMP_DIM_GANG:
6384 gcc_assert (dims[GOMP_DIM_GANG] == 1);
6405 gcc_assert (dims[GOMP_DIM_GANG] >= -1);
6410 gcc_assert (dims[GOMP_DIM_GANG] != 0);
6420 gcc_assert (dims[GOMP_DIM_GANG] >= -1);
6477 if (dims[GOMP_DIM_GANG] < 0)
6478 dims[GOMP_DIM_GANG] = PTX_DEFAULT_RUNTIME_DIM;
6845 = (level == GOMP_DIM_GANG
6916 if (level != GOMP_DIM_GANG)
7016 if (level == GOMP_DIM_GANG)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c4837 case GOMP_DIM_GANG:
5633 gcc_assert (dims[GOMP_DIM_GANG] == 1);
5654 gcc_assert (dims[GOMP_DIM_GANG] >= -1);
5659 gcc_assert (dims[GOMP_DIM_GANG] != 0);
5669 gcc_assert (dims[GOMP_DIM_GANG] >= -1);
5726 if (dims[GOMP_DIM_GANG] < 0)
5727 dims[GOMP_DIM_GANG] = PTX_DEFAULT_RUNTIME_DIM;
6151 if (level != GOMP_DIM_GANG)
6251 if (level == GOMP_DIM_GANG)
6364 if (level != GOMP_DIM_GANG)
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c596 if (gwv == GOMP_DIM_GANG)
1269 match m = match_oacc_clause_gwv (c, GOMP_DIM_GANG);
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc690 if (gwv == GOMP_DIM_GANG)
2122 m = match_oacc_clause_gwv (c, GOMP_DIM_GANG);

Completed in 677 milliseconds