Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A Domp-icv.cpp1008 ompd_device_t device_kind; in ompd_get_icv_from_scope() local
1012 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_icv_from_scope()
1021 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_icv_from_scope()
1027 if (device_kind == OMPD_DEVICE_KIND_HOST) { in ompd_get_icv_from_scope()
1108 ompd_device_t device_kind; in ompd_get_icv_string_from_scope() local
1112 device_kind = ((ompd_thread_handle_t *)handle)->ah->kind; in ompd_get_icv_string_from_scope()
1121 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_icv_string_from_scope()
1127 if (device_kind == OMPD_DEVICE_KIND_HOST) { in ompd_get_icv_string_from_scope()
1246 ompd_device_t device_kind; in ompd_get_tool_data() local
1256 device_kind = ((ompd_task_handle_t *)handle)->ah->kind; in ompd_get_tool_data()
[all …]
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp310 case TraitSelector::device_kind: in getVariantMatchScore()