Searched refs:retrieveData (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | api.cpp | 165 rc = SrcDev.retrieveData(dstAddr, srcAddr, length, nullptr); in omp_target_memcpy() 179 rc = SrcDev.retrieveData(buffer, srcAddr, length, nullptr); in omp_target_memcpy()
|
D | device.h | 213 int32_t retrieveData(void *HstPtrBegin, void *TgtPtrBegin, int64_t Size,
|
D | omptarget.cpp | 562 Ret = Device.retrieveData(HstPtrBegin, TgtPtrBegin, DataSize, in targetDataEnd() 669 int Ret = Device.retrieveData(HstPtrBegin, TgtPtrBegin, ArgSize, nullptr); in targetDataContiguous()
|
D | device.cpp | 441 int32_t DeviceTy::retrieveData(void *HstPtrBegin, void *TgtPtrBegin, in retrieveData() function in DeviceTy
|