Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/plugins/remote/src/
H A DClient.cpp649 int32_t SrcClientIdx, SrcDeviceIdx, DstClientIdx, DstDeviceIdx; in isDataExchangeable() local
651 std::tie(DstClientIdx, DstDeviceIdx) = mapDeviceId(DstDevId); in isDataExchangeable()
685 int32_t SrcClientIdx, SrcDeviceIdx, DstClientIdx, DstDeviceIdx; in dataExchange() local
687 std::tie(DstClientIdx, DstDeviceIdx) = mapDeviceId(DstDevId); in dataExchange()