Home
last modified time | relevance | path

Searched refs:data_exchange (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp571 assert(RTL->data_exchange && "RTL->data_exchange is nullptr"); in dataExchange()
572 return RTL->data_exchange(RTLDeviceID, SrcPtr, DstDev.RTLDeviceID, DstPtr, in dataExchange()
619 return (RTL->data_exchange != nullptr) || in isDataExchangable()
H A Drtl.cpp198 *((void **)&R.data_exchange) = in loadRTLs()
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp266 if (PM->Devices[Request->src_dev_id()]->RTL->data_exchange) { in DataExchange()
267 int32_t Ret = PM->Devices[Request->src_dev_id()]->RTL->data_exchange( in DataExchange()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h101 data_exchange_ty *data_exchange = nullptr; member