Home
last modified time | relevance | path

Searched refs:dataExchange (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h89 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 Drtl.cpp102 return Manager->dataExchange(SrcDevId, SrcPtr, DstDevId, DstPtr, Size); in __tgt_rtl_data_exchange()
H A DClient.cpp425 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 Dapi.cpp197 Rc = SrcDev.dataExchange(SrcAddr, DstDev, DstAddr, Length, AsyncInfo); in omp_target_memcpy()
H A Ddevice.cpp568 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 Ddevice.h424 int32_t dataExchange(void *SrcPtr, DeviceTy &DstDev, void *DstPtr,
/llvm-project-15.0.7/openmp/libomptarget/plugins/cuda/src/
H A Drtl.cpp1032 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()