Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/include/
H A Drtl.h99 data_retrieve_ty *data_retrieve = nullptr; member
/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/server/
H A DServer.cpp215 auto Ret = PM->Devices[Request->device_id()]->RTL->data_retrieve( in DataRetrieve()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Drtl.cpp143 if (!(*((void **)&R.data_retrieve) = in loadRTLs()
H A Ddevice.cpp562 return RTL->data_retrieve(RTLDeviceID, HstPtrBegin, TgtPtrBegin, Size); in retrieveData()