Home
last modified time | relevance | path

Searched refs:isDataExchangable (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/openmp/libomptarget/src/
Ddevice.h174 bool isDataExchangable(const DeviceTy& DstDevice);
Dapi.cpp172 if (SrcDev.isDataExchangable(DstDev)) { in omp_target_memcpy()
Ddevice.cpp491 bool DeviceTy::isDataExchangable(const DeviceTy &DstDevice) { in isDataExchangable() function in DeviceTy