Searched refs:device_ptr (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
H A D | acc_prof.h | 155 const void *device_ptr; member 157 _ACC_PROF_VALID_BYTES_STRUCT (acc_data_event_info, device_ptr, \
|
H A D | target.c | 2615 omp_target_free (void *device_ptr, int device_num) in omp_target_free() argument 2617 if (device_ptr == NULL) in omp_target_free() 2622 free (device_ptr); in omp_target_free() 2636 free (device_ptr); in omp_target_free() 2641 gomp_free_device_memory (devicep, device_ptr); in omp_target_free() 2882 omp_target_associate_ptr (const void *host_ptr, const void *device_ptr, in omp_target_associate_ptr() argument 2911 == (uintptr_t) device_ptr + device_offset in omp_target_associate_ptr() 2932 k->tgt_offset = (uintptr_t) device_ptr + device_offset; in omp_target_associate_ptr()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/ |
H A D | acc_prof.h | 155 const void *device_ptr; member 157 _ACC_PROF_VALID_BYTES_STRUCT (acc_data_event_info, device_ptr, \
|
H A D | omp_lib.h.in | 352 subroutine omp_target_free (device_ptr, device_num) bind(c) 354 type(c_ptr), value :: device_ptr 400 function omp_target_associate_ptr (host_ptr, device_ptr, size, & 405 type(c_ptr), value :: host_ptr, device_ptr
|
H A D | omp_lib.f90.in | 773 subroutine omp_target_free (device_ptr, device_num) bind(c) 775 type(c_ptr), value :: device_ptr 819 function omp_target_associate_ptr (host_ptr, device_ptr, size, & 823 type(c_ptr), value :: host_ptr, device_ptr
|
H A D | target.c | 3305 omp_target_free (void *device_ptr, int device_num) in omp_target_free() argument 3307 if (device_ptr == NULL) in omp_target_free() 3312 free (device_ptr); in omp_target_free() 3326 free (device_ptr); in omp_target_free() 3331 gomp_free_device_memory (devicep, device_ptr); in omp_target_free() 3572 omp_target_associate_ptr (const void *host_ptr, const void *device_ptr, in omp_target_associate_ptr() argument 3601 == (uintptr_t) device_ptr + device_offset in omp_target_associate_ptr() 3622 k->tgt_offset = (uintptr_t) device_ptr + device_offset; in omp_target_associate_ptr()
|
H A D | ChangeLog | 7025 (omp_target_associate_ptr): Change host_ptr and device_ptr arguments
|
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 985 data_event_info.data_event.device_ptr = dp; in goacc_profiling_acc_ev_alloc() 1024 data_event_info.data_event.device_ptr = p; in goacc_profiling_acc_ev_free() 1408 data_event_info.data_event.device_ptr = (const void *) dp; in GOMP_OFFLOAD_openacc_exec() 1498 data_event_info.data_event.device_ptr = (const void *) dp; in GOMP_OFFLOAD_openacc_async_exec()
|
H A D | plugin-gcn.c | 1853 data_event_info.data_event.device_ptr = (void *) ptr; in alloc_by_agent() 3825 data_event_info.data_event.device_ptr = (void *) ptr; in GOMP_OFFLOAD_free()
|
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/ |
H A D | plugin-nvptx.c | 1017 data_event_info.data_event.device_ptr = dp; in goacc_profiling_acc_ev_alloc() 1084 data_event_info.data_event.device_ptr = p; in goacc_profiling_acc_ev_free() 1497 data_event_info.data_event.device_ptr = (const void *) dp; in GOMP_OFFLOAD_openacc_exec() 1587 data_event_info.data_event.device_ptr = (const void *) dp; in GOMP_OFFLOAD_openacc_async_exec()
|
H A D | plugin-gcn.c | 1853 data_event_info.data_event.device_ptr = (void *) ptr; in alloc_by_agent() 3686 data_event_info.data_event.device_ptr = (void *) ptr; in GOMP_OFFLOAD_free()
|