Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_settings.cpp5185 __kmp_hw_subset = kmp_hw_subset_t::allocate(); in __kmp_stg_parse_hw_subset()
5187 __kmp_hw_subset->set_absolute(); in __kmp_stg_parse_hw_subset()
5265 if (type != KMP_HW_CORE && __kmp_hw_subset->specified(type)) { in __kmp_stg_parse_hw_subset()
5268 __kmp_hw_subset->push_back(num, type, offset, attr); in __kmp_stg_parse_hw_subset()
5274 if (__kmp_hw_subset) { in __kmp_stg_parse_hw_subset()
5275 kmp_hw_subset_t::deallocate(__kmp_hw_subset); in __kmp_stg_parse_hw_subset()
5276 __kmp_hw_subset = nullptr; in __kmp_stg_parse_hw_subset()
5285 if (!__kmp_hw_subset) in __kmp_stg_print_hw_subset()
5293 depth = __kmp_hw_subset->get_depth(); in __kmp_stg_print_hw_subset()
5295 const auto &item = __kmp_hw_subset->at(i); in __kmp_stg_print_hw_subset()
[all …]
HDkmp_affinity.cpp34 kmp_hw_subset_t *__kmp_hw_subset = nullptr; variable
1046 if (!__kmp_hw_subset) in filter_hw_subset()
1050 __kmp_hw_subset->sort(); in filter_hw_subset()
1052 __kmp_hw_subset->canonicalize(__kmp_topology); in filter_hw_subset()
1057 bool is_absolute = __kmp_hw_subset->is_absolute(); in filter_hw_subset()
1058 int hw_subset_depth = __kmp_hw_subset->get_depth(); in filter_hw_subset()
1066 const kmp_hw_subset_t::item_t &item = __kmp_hw_subset->at(i); in filter_hw_subset()
1076 __kmp_hw_subset->at(i).type = equivalent_type; in filter_hw_subset()
1312 const auto &hw_subset_item = __kmp_hw_subset->at(hw_subset_index); in filter_hw_subset()
4982 if (__kmp_hw_subset) { in __kmp_affinity_uninitialize()
[all …]
HDkmp_affinity.h1246 extern kmp_hw_subset_t *__kmp_hw_subset;