Home
last modified time | relevance | path

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

/llvm-project/offload/include/
H A Ddevice.h122 int32_t queryAsync(AsyncInfoTy &AsyncInfo);
/llvm-project/offload/src/
H A Ddevice.cpp243 int32_t DeviceTy::queryAsync(AsyncInfoTy &AsyncInfo) { in queryAsync() function in DeviceTy
H A Domptarget.cpp57 Result = Device.queryAsync(*this); in synchronize()
/llvm-project/offload/plugins-nextgen/common/src/
H A DPluginInterface.cpp1320 Error GenericDeviceTy::queryAsync(__tgt_async_info *AsyncInfo) { in dataAlloc()
2028 auto Err = getDevice(DeviceId).queryAsync(AsyncInfoPtr); in init_device_info()
1284 Error GenericDeviceTy::queryAsync(__tgt_async_info *AsyncInfo) { queryAsync() function in GenericDeviceTy
/llvm-project/offload/plugins-nextgen/common/include/
H A DPluginInterface.h746 Error queryAsync(__tgt_async_info *AsyncInfo);