Searched refs:dataRetrieve (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/ |
| H A D | Client.h | 85 int32_t dataRetrieve(int32_t DeviceId, void *HstPtr, void *TgtPtr, 140 int32_t dataRetrieve(int32_t DeviceId, void *HstPtr, void *TgtPtr,
|
| H A D | rtl.cpp | 93 return Manager->dataRetrieve(DeviceId, HstPtr, TgtPtr, Size); in __tgt_rtl_data_retrieve()
|
| H A D | Client.cpp | 373 int32_t RemoteOffloadClient::dataRetrieve(int32_t DeviceId, void *HstPtr, in dataRetrieve() function in RemoteOffloadClient 675 int32_t RemoteClientManager::dataRetrieve(int32_t DeviceId, void *HstPtr, in dataRetrieve() function in RemoteClientManager 679 return Clients[ClientIdx].dataRetrieve(DeviceIdx, HstPtr, TgtPtr, Size); in dataRetrieve()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/src/ |
| H A D | rtl.cpp | 1123 int32_t dataRetrieve(int32_t DeviceId, void *HstPtr, void *TgtPtr, int64_t Size, in dataRetrieve() function 2648 int32_t Rc = dataRetrieve(DeviceId, HstPtr, TgtPtr, Size, &AsyncInfo); in __tgt_rtl_data_retrieve() 2661 return dataRetrieve(DeviceId, HstPtr, TgtPtr, Size, AsyncInfo); in __tgt_rtl_data_retrieve_async()
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 1015 int dataRetrieve(const int DeviceId, void *HstPtr, const void *TgtPtr, in dataRetrieve() function in __anondfa3b3cd0111::DeviceRTLTy 1670 return DeviceRTL.dataRetrieve(DeviceId, HstPtr, TgtPtr, Size, AsyncInfoPtr); in __tgt_rtl_data_retrieve_async()
|