Home
last modified time | relevance | path

Searched defs:dataExchange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
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
/llvm-project-15.0.7/openmp/libomptarget/src/
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/plugins/cuda/src/
H A Drtl.cpp1032 int dataExchange(int SrcDevId, const void *SrcPtr, int DstDevId, void *DstPtr, in dataExchange() function in __anondfa3b3cd0111::DeviceRTLTy