Searched refs:exec_func (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | oacc-host.c | 290 .exec_func = host_openacc_exec, 302 .exec_func = host_openacc_async_exec,
|
H A D | oacc-parallel.c | 309 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 D | libgomp.h | 1158 __typeof (GOMP_OFFLOAD_openacc_exec) *exec_func; member 1181 __typeof (GOMP_OFFLOAD_openacc_async_exec) *exec_func; member
|
H A D | ChangeLog | 10817 * 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 D | oacc-host.c | 290 .exec_func = host_openacc_exec, 302 .exec_func = host_openacc_async_exec,
|
H A D | libgomp.h | 1040 __typeof (GOMP_OFFLOAD_openacc_exec) *exec_func; member 1063 __typeof (GOMP_OFFLOAD_openacc_async_exec) *exec_func; member
|
H A D | oacc-parallel.c | 309 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()
|