Searched refs:dataExchange (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/libomptarget/src/ |
D | device.h | 216 int32_t dataExchange(void *SrcPtr, DeviceTy &DstDev, void *DstPtr,
|
D | api.cpp | 173 rc = SrcDev.dataExchange(srcAddr, DstDev, dstAddr, length, nullptr); in omp_target_memcpy()
|
D | device.cpp | 451 int32_t DeviceTy::dataExchange(void *SrcPtr, DeviceTy &DstDev, void *DstPtr, in dataExchange() function in DeviceTy
|
/external/llvm-project/openmp/libomptarget/plugins/cuda/src/ |
D | rtl.cpp | 782 int dataExchange(int SrcDevId, const void *SrcPtr, int DstDevId, void *DstPtr, in dataExchange() function in __anon7db00f8d0111::DeviceRTLTy 1086 return DeviceRTL.dataExchange(src_dev_id, src_ptr, dst_dev_id, dst_ptr, size, in __tgt_rtl_data_exchange_async()
|