Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/src/
Dinterface.cpp136 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_data_begin_mapper()
277 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_data_update_mapper()
330 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_mapper()
398 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __tgt_target_teams_mapper()
466 if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) { in __kmpc_push_target_tripcount()
Dprivate.h42 extern int CheckDeviceAndCtors(int64_t device_id);
Domptarget.cpp183 int CheckDeviceAndCtors(int64_t device_id) { in CheckDeviceAndCtors() function