Searched refs:device_ptr (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dacc_prof.h155 const void *device_ptr; member in struct:acc_data_event_info
157 _ACC_PROF_VALID_BYTES_STRUCT (acc_data_event_info, device_ptr, \
H A Dtarget.c2615 omp_target_free (void *device_ptr, int device_num) argument
2617 if (device_ptr == NULL)
2622 free (device_ptr);
2636 free (device_ptr);
2641 gomp_free_device_memory (devicep, device_ptr);
2882 omp_target_associate_ptr (const void *host_ptr, const void *device_ptr, argument
2911 == (uintptr_t) device_ptr + device_offset
2932 k->tgt_offset = (uintptr_t) device_ptr + device_offset;
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dacc_prof.h155 const void *device_ptr; member in struct:acc_data_event_info
157 _ACC_PROF_VALID_BYTES_STRUCT (acc_data_event_info, device_ptr, \
H A Dtarget.c3305 omp_target_free (void *device_ptr, int device_num) argument
3307 if (device_ptr == NULL)
3312 free (device_ptr);
3326 free (device_ptr);
3331 gomp_free_device_memory (devicep, device_ptr);
3572 omp_target_associate_ptr (const void *host_ptr, const void *device_ptr, argument
3601 == (uintptr_t) device_ptr + device_offset
3622 k->tgt_offset = (uintptr_t) device_ptr + device_offset;
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c985 data_event_info.data_event.device_ptr = dp;
1024 data_event_info.data_event.device_ptr = p;
1408 data_event_info.data_event.device_ptr = (const void *) dp;
1498 data_event_info.data_event.device_ptr = (const void *) dp;
H A Dplugin-gcn.c1853 data_event_info.data_event.device_ptr = (void *) ptr;
3825 data_event_info.data_event.device_ptr = (void *) ptr;
/netbsd-current/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c1017 data_event_info.data_event.device_ptr = dp;
1084 data_event_info.data_event.device_ptr = p;
1497 data_event_info.data_event.device_ptr = (const void *) dp;
1587 data_event_info.data_event.device_ptr = (const void *) dp;
H A Dplugin-gcn.c1853 data_event_info.data_event.device_ptr = (void *) ptr;
3686 data_event_info.data_event.device_ptr = (void *) ptr;

Completed in 221 milliseconds