Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dapi.cpp188 Rc = SrcDev.retrieveData(DstAddr, SrcAddr, Length, AsyncInfo); in omp_target_memcpy()
205 Rc = SrcDev.retrieveData(Buffer, SrcAddr, Length, AsyncInfo); in omp_target_memcpy()
H A Domptarget.cpp810 Ret = Device.retrieveData(HstPtrBegin, TgtPtrBegin, DataSize, in targetDataEnd()
940 int Ret = Device.retrieveData(HstPtrBegin, TgtPtrBegin, ArgSize, AsyncInfo); in targetDataContiguous()
H A Ddevice.cpp547 int32_t DeviceTy::retrieveData(void *HstPtrBegin, void *TgtPtrBegin, in retrieveData() function in DeviceTy
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Ddevice.h421 int32_t retrieveData(void *HstPtrBegin, void *TgtPtrBegin, int64_t Size,