Home
last modified time | relevance | path

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

/llvm-project/offload/include/
H A Ddevice.h140 int32_t waitEvent(void *Event, AsyncInfoTy &AsyncInfo);
/llvm-project/offload/src/
H A Ddevice.cpp255 int32_t DeviceTy::waitEvent(void *Event, AsyncInfoTy &AsyncInfo) { in waitEvent() function in DeviceTy
H A Domptarget.cpp724 if (Device.waitEvent(Event, AsyncInfo) != OFFLOAD_SUCCESS) { in targetDataBegin()
/llvm-project/offload/src/OpenMP/
H A DMapping.cpp354 int Ret = Device.waitEvent(Event, AsyncInfo); in getTargetPointer()
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp1526 Error waitEvent(const AMDGPUEventTy &Event); in wait()
1568 return Stream.waitEvent(*this); in recordEvent()
1606 Error AMDGPUStreamTy::waitEvent(const AMDGPUEventTy &Event) { in init()
1571 Error AMDGPUStreamTy::waitEvent(const AMDGPUEventTy &Event) { waitEvent() function in llvm::omp::target::plugin::AMDGPUStreamTy
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1578 Error GenericDeviceTy::waitEvent(void *EventPtr, __tgt_async_info *AsyncInfo) { in deinitDevice()
2068 auto Err = getDevice(DeviceId).waitEvent(EventPtr, AsyncInfoPtr); in get_global()
1480 Error GenericDeviceTy::waitEvent(void *EventPtr, __tgt_async_info *AsyncInfo) { waitEvent() function in GenericDeviceTy
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h860 Error waitEvent(void *Event, __tgt_async_info *AsyncInfo);