Home
last modified time | relevance | path

Searched refs:exec_func (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-host.c290 .exec_func = host_openacc_exec,
302 .exec_func = host_openacc_async_exec,
H A Doacc-parallel.c309 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, dims, in GOACC_parallel_keyed()
312 acc_dev->openacc.async.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, in GOACC_parallel_keyed()
H A Dlibgomp.h1158 __typeof (GOMP_OFFLOAD_openacc_exec) *exec_func; member
1181 __typeof (GOMP_OFFLOAD_openacc_async_exec) *exec_func; member
H A DChangeLog10817 * libgomp.h (struct acc_dispatch_t): Remove args from exec_func.
10821 * oacc-parallel.c (GOACC_parallel_keyed): Adjust exec_func call.
11370 and take keyed varargs list. Adjust call to exec_func.
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-host.c290 .exec_func = host_openacc_exec,
302 .exec_func = host_openacc_async_exec,
H A Dlibgomp.h1040 __typeof (GOMP_OFFLOAD_openacc_exec) *exec_func; member
1063 __typeof (GOMP_OFFLOAD_openacc_async_exec) *exec_func; member
H A Doacc-parallel.c309 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, dims, in GOACC_parallel_keyed()
312 acc_dev->openacc.async.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, in GOACC_parallel_keyed()