Home
last modified time | relevance | path

Searched refs:GOACC_parallel (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp_g.h373 extern void GOACC_parallel (int, void (*) (void *), size_t, void **, size_t *,
H A Dlibgomp.map506 GOACC_parallel;
H A Doacc-parallel.c355 GOACC_parallel (int flags_m, void (*fn) (void *), in GOACC_parallel() function
H A Dlibgomp.texi4068 void GOACC_parallel ()
H A Dlibgomp.info3673 void GOACC_parallel ()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp_g.h393 extern void GOACC_parallel (int, void (*) (void *), size_t, void **, size_t *,
H A Dlibgomp.map566 GOACC_parallel;
H A Doacc-parallel.c352 GOACC_parallel (int flags_m, void (*fn) (void *), in GOACC_parallel() function
H A DChangeLog6605 * oacc-parallel.c (GOACC_parallel_keyed, GOACC_parallel)
9753 GOACC_parallel_keyed, restore GOACC_parallel prototype, new
11371 (GOACC_parallel): Force host fallback.
11372 * libgomp_g.h (GOACC_parallel): Remove.
11643 * oacc-parallel.c (GOACC_parallel): Move variadic handling into
12365 (GOACC_parallel): Use tgt_offset to locate target functions.
12439 * oacc-parallel.c (GOACC_parallel): Use dev's lock and splay_tree.
12500 * oacc-parallel.c (GOACC_parallel): Use PRIu64 if available.
12606 (GOACC_parallel, GOACC_update): Remove const_void *offload_table
12614 (GOACC_parallel): Use gomp_alloca instead of alloca.
[all …]
H A Dlibgomp.texi4602 void GOACC_parallel ()
H A Dlibgomp.info4220 void GOACC_parallel ()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201514864 (expand_omp_target): Create keyed varargs for GOACC_parallel call