Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.cpp131 if (type == KMP_HW_CORE_TYPE_CORE) { in __kmp_initialize_self_buffer()
146 p_extra = (type == KMP_HW_CORE_TYPE_CORE) ? p_extra : 0; in __kmp_initialize_self_buffer()
479 if (type == KMP_HW_CORE_TYPE_CORE) { in __kmp_dispatch_init_algorithm()
530 if (core_type == KMP_HW_CORE_TYPE_CORE) { in __kmp_dispatch_init_algorithm()
547 p_extra = (core_type == KMP_HW_CORE_TYPE_CORE) ? p_extra : 0; in __kmp_dispatch_init_algorithm()
H A Dkmp_affinity.cpp180 case KMP_HW_CORE_TYPE_CORE: in __kmp_hw_get_core_type_string()
1257 case KMP_HW_CORE_TYPE_CORE: in filter_hw_subset()
1817 cpukinds[idx].core_type = KMP_HW_CORE_TYPE_CORE; in __kmp_affinity_create_hwloc_map()
2490 case KMP_HW_CORE_TYPE_CORE: in __kmp_get_hybrid_info()
5409 KMP_HW_CORE_TYPE_CORE) { in __kmp_get_first_osid_with_ecore()
H A Dkmp_settings.cpp2024 case KMP_HW_CORE_TYPE_CORE: in __kmp_hw_get_core_type_keyword()
3085 __kmp_affinity.core_attr_gran.core_type = KMP_HW_CORE_TYPE_CORE; in __kmp_stg_parse_places()
5242 attr.set_core_type(KMP_HW_CORE_TYPE_CORE); in __kmp_stg_parse_hw_subset()
H A Dkmp.h639 KMP_HW_CORE_TYPE_CORE = 0x40, enumerator