Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp147 ->RTL->is_data_exchangable) in IsDataExchangeable()
149 ->RTL->is_data_exchangable(Request->src_dev_id(), in IsDataExchangeable()
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h91 is_data_exchangable_ty *is_data_exchangable = nullptr; member
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Ddevice.cpp615 if (RTL != DstDevice.RTL || !RTL->is_data_exchangable) in isDataExchangable()
618 if (RTL->is_data_exchangable(RTLDeviceID, DstDevice.RTLDeviceID)) in isDataExchangable()
H A Drtl.cpp202 *((void **)&R.is_data_exchangable) = in loadRTLs()