Searched refs:dataExchange (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/ |
| H A D | Client.h | 89 int32_t dataExchange(int32_t SrcDevId, void *SrcPtr, int32_t DstDevId, 144 int32_t dataExchange(int32_t SrcDevId, void *SrcPtr, int32_t DstDevId,
|
| H A D | rtl.cpp | 102 return Manager->dataExchange(SrcDevId, SrcPtr, DstDevId, DstPtr, Size); in __tgt_rtl_data_exchange()
|
| H A D | Client.cpp | 425 int32_t RemoteOffloadClient::dataExchange(int32_t SrcDevId, void *SrcPtr, in dataExchange() function in RemoteOffloadClient 682 int32_t RemoteClientManager::dataExchange(int32_t SrcDevId, void *SrcPtr, in dataExchange() function in RemoteClientManager 688 return Clients[SrcClientIdx].dataExchange(SrcDeviceIdx, SrcPtr, DstDeviceIdx, in dataExchange()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | api.cpp | 197 Rc = SrcDev.dataExchange(SrcAddr, DstDev, DstAddr, Length, AsyncInfo); in omp_target_memcpy()
|
| H A D | device.cpp | 568 int32_t DeviceTy::dataExchange(void *SrcPtr, DeviceTy &DstDev, void *DstPtr, in dataExchange() function in DeviceTy
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | device.h | 424 int32_t dataExchange(void *SrcPtr, DeviceTy &DstDev, void *DstPtr,
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/ |
| H A D | rtl.cpp | 1032 int dataExchange(int SrcDevId, const void *SrcPtr, int DstDevId, void *DstPtr, in dataExchange() function in __anondfa3b3cd0111::DeviceRTLTy 1683 return DeviceRTL.dataExchange(SrcDevId, SrcPtr, DstDevId, DstPtr, Size, in __tgt_rtl_data_exchange_async()
|