Home
last modified time | relevance | path

Searched refs:isDataExchangeable (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.h88 int32_t isDataExchangeable(int32_t SrcDevId, int32_t DstDevId);
143 int32_t isDataExchangeable(int32_t SrcDevId, int32_t DstDevId);
H A Drtl.cpp72 return Manager->isDataExchangeable(SrcDevId, DstDevId); in __tgt_rtl_is_data_exchangable()
H A DClient.cpp245 int32_t RemoteOffloadClient::isDataExchangeable(int32_t SrcDevId, in isDataExchangeable() function in RemoteOffloadClient
647 int32_t RemoteClientManager::isDataExchangeable(int32_t SrcDevId, in isDataExchangeable() function in RemoteClientManager
652 return Clients[SrcClientIdx].isDataExchangeable(SrcDeviceIdx, DstDeviceIdx); in isDataExchangeable()