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

12

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-plugin.c62 if (i >= GOMP_DIM_MAX)
H A Doacc-parallel.c118 unsigned dims[GOMP_DIM_MAX];
205 for (i = 0; i != GOMP_DIM_MAX; i++)
222 for (i = 0; i != GOMP_DIM_MAX; i++)
H A Denv.c96 int goacc_default_dims[GOMP_DIM_MAX];
1109 for (i = 0; *pos && i != GOMP_DIM_MAX; i++)
H A Dlibgomp.h455 extern int goacc_default_dims[GOMP_DIM_MAX];
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-plugin.c62 if (i >= GOMP_DIM_MAX)
H A Doacc-parallel.c118 unsigned dims[GOMP_DIM_MAX];
205 for (i = 0; i != GOMP_DIM_MAX; i++)
222 for (i = 0; i != GOMP_DIM_MAX; i++)
H A Denv.c100 int goacc_default_dims[GOMP_DIM_MAX];
1233 for (i = 0; *pos && i != GOMP_DIM_MAX; i++)
H A Dlibgomp.h508 extern int goacc_default_dims[GOMP_DIM_MAX];
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c71 gcall *heads[GOMP_DIM_MAX]; /* Head marker functions. */
72 gcall *tails[GOMP_DIM_MAX]; /* Tail marker functions. */
100 for (ix = 0; ix != GOMP_DIM_MAX;
278 for (ix = GOMP_DIM_GANG; ix != GOMP_DIM_MAX; ix++)
604 static int oacc_default_dims[GOMP_DIM_MAX];
605 static int oacc_min_dims[GOMP_DIM_MAX];
610 gcc_assert (0 <= dim && dim < GOMP_DIM_MAX);
617 gcc_assert (0 <= dim && dim < GOMP_DIM_MAX);
633 for (ix = GOMP_DIM_MAX; ix--;)
647 for (ix = 0; *pos && ix != GOMP_DIM_MAX; i
[all...]
H A Domp-general.h42 OLF_MAX = OLF_DIM_BASE + GOMP_DIM_MAX
H A Domp-general.c1746 tree dims[GOMP_DIM_MAX];
1751 for (ix = GOMP_DIM_MAX; ix--;)
1774 for (unsigned ix = 0; ix != GOMP_DIM_MAX; ix++)
1943 for (ix = GOMP_DIM_MAX + 1; ix--;)
1953 for (ix = GOMP_DIM_MAX; ix--;)
1988 gcc_assert (axis < GOMP_DIM_MAX);
2010 gcc_checking_assert (axis >= 0 && axis < GOMP_DIM_MAX);
H A Domp-expand.c8408 for (ix = GOMP_DIM_MAX; ix--;)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc74 gcall *heads[GOMP_DIM_MAX]; /* Head marker functions. */
75 gcall *tails[GOMP_DIM_MAX]; /* Tail marker functions. */
103 for (ix = 0; ix != GOMP_DIM_MAX;
504 for (ix = GOMP_DIM_GANG; ix != GOMP_DIM_MAX; ix++)
830 static int oacc_default_dims[GOMP_DIM_MAX];
831 static int oacc_min_dims[GOMP_DIM_MAX];
836 gcc_assert (0 <= dim && dim < GOMP_DIM_MAX);
843 gcc_assert (0 <= dim && dim < GOMP_DIM_MAX);
859 for (ix = GOMP_DIM_MAX; ix--;)
873 for (ix = 0; *pos && ix != GOMP_DIM_MAX; i
[all...]
H A Domp-general.h43 OLF_MAX = OLF_DIM_BASE + GOMP_DIM_MAX
H A Domp-oacc-neuter-broadcast.cc163 #define GOMP_DIM_SEQ GOMP_DIM_MAX
1611 for (ix = 0; ix != GOMP_DIM_MAX; ix++, dims = TREE_CHAIN (dims))
1825 unsigned HOST_WIDE_INT reduction_size[GOMP_DIM_MAX];
1826 unsigned HOST_WIDE_INT private_size[GOMP_DIM_MAX];
1828 for (unsigned i = 0; i < GOMP_DIM_MAX; i++)
1908 int dims[GOMP_DIM_MAX];
1909 for (unsigned i = 0; i < GOMP_DIM_MAX; i++)
H A Domp-general.cc2698 tree dims[GOMP_DIM_MAX];
2703 for (ix = GOMP_DIM_MAX; ix--;)
2726 for (unsigned ix = 0; ix != GOMP_DIM_MAX; ix++)
2912 for (ix = GOMP_DIM_MAX + 1; ix--;)
2922 for (ix = GOMP_DIM_MAX; ix--;)
2957 gcc_assert (axis < GOMP_DIM_MAX);
2979 gcc_checking_assert (axis >= 0 && axis < GOMP_DIM_MAX);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c228 unsigned short dim[GOMP_DIM_MAX];
299 int default_dims[GOMP_DIM_MAX];
505 for (int i = 0; i != GOMP_DIM_MAX; i++)
722 for (i = 0; i != GOMP_DIM_MAX; i++)
734 static int gomp_openacc_dims[GOMP_DIM_MAX];
739 for (int i = 0; i < GOMP_DIM_MAX; ++i)
745 int default_dims[GOMP_DIM_MAX];
746 for (int i = 0; i < GOMP_DIM_MAX; ++i)
783 for (i = 0; i != GOMP_DIM_MAX; i++)
789 bool default_dim_p[GOMP_DIM_MAX];
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c242 unsigned short dim[GOMP_DIM_MAX];
313 int default_dims[GOMP_DIM_MAX];
527 for (int i = 0; i != GOMP_DIM_MAX; i++)
754 for (i = 0; i != GOMP_DIM_MAX; i++)
766 static int gomp_openacc_dims[GOMP_DIM_MAX];
771 for (int i = 0; i < GOMP_DIM_MAX; ++i)
777 int default_dims[GOMP_DIM_MAX];
778 for (int i = 0; i < GOMP_DIM_MAX; ++i)
815 for (i = 0; i != GOMP_DIM_MAX; i++)
821 bool default_dim_p[GOMP_DIM_MAX];
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgomp-constants.h256 #define GOMP_DIM_MAX 3 macro
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgomp-constants.h286 #define GOMP_DIM_MAX 3 macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c434 rtx op = GEN_INT (mask | (is_call << GOMP_DIM_MAX));
454 rtx op = GEN_INT (mask | (is_call << GOMP_DIM_MAX));
1648 parallel = GOMP_DIM_MASK (GOMP_DIM_MAX) - 1;
1649 for (int ix = 0; ix != GOMP_DIM_MAX; ix++)
4637 if ((par->mask & inner->mask) & (GOMP_DIM_MASK (GOMP_DIM_MAX) - 1))
4664 par->mask |= inner->mask & (GOMP_DIM_MASK (GOMP_DIM_MAX) - 1);
4695 bool is_call = (par->mask & GOMP_DIM_MASK (GOMP_DIM_MAX)) != 0;
4826 for (ix = 0; ix != GOMP_DIM_MAX; ix++, dims = TREE_CHAIN (dims))
5589 bool seq_routine_p = partition_level == GOMP_DIM_MAX;
5621 else if (0 <= fn_level && fn_level <= GOMP_DIM_MAX)
[all...]
H A Dmkoffload.c304 "} func_mappings[] = {\n", GOMP_DIM_MAX);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc592 rtx op = GEN_INT (mask | (is_call << GOMP_DIM_MAX));
612 rtx op = GEN_INT (mask | (is_call << GOMP_DIM_MAX));
1852 parallel = GOMP_DIM_MASK (GOMP_DIM_MAX) - 1;
1853 for (int ix = 0; ix != GOMP_DIM_MAX; ix++)
5109 if ((par->mask & inner->mask) & (GOMP_DIM_MASK (GOMP_DIM_MAX) - 1))
5136 par->mask |= inner->mask & (GOMP_DIM_MASK (GOMP_DIM_MAX) - 1);
5167 bool is_call = (par->mask & GOMP_DIM_MASK (GOMP_DIM_MAX)) != 0;
5298 for (ix = 0; ix != GOMP_DIM_MAX; ix++, dims = TREE_CHAIN (dims))
6340 bool seq_routine_p = partition_level == GOMP_DIM_MAX;
6372 else if (0 <= fn_level && fn_level <= GOMP_DIM_MAX)
[all...]
H A Dmkoffload.cc305 "} func_mappings[] = {\n", GOMP_DIM_MAX);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc5195 int ARG_UNUSED (dims[GOMP_DIM_MAX]),
5197 ARG_UNUSED (private_size[GOMP_DIM_MAX]),
5198 unsigned HOST_WIDE_INT reduction_size[GOMP_DIM_MAX])

Completed in 416 milliseconds

12