Searched refs:kmp_hw_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 874 kmp_hw_t *types; 900 kmp_hw_t equivalent[KMP_HW_LAST]; 909 void _insert_layer(kmp_hw_t type, const int *ids); 953 static kmp_topology_t *allocate(int nproc, int ndepth, const kmp_hw_t *types); 990 kmp_hw_t get_equivalent_type(kmp_hw_t type) const { in get_equivalent_type() 996 void set_equivalent_type(kmp_hw_t type1, kmp_hw_t type2) { in set_equivalent_type() 999 kmp_hw_t real_type2 = equivalent[type2]; in set_equivalent_type() 1026 kmp_hw_t get_type(int level) const { in get_type() 1030 int get_level(kmp_hw_t type) const { in get_level() 1073 kmp_hw_t type; [all …]
|
H A D | kmp_affinity.cpp | 104 const char *__kmp_hw_get_catalog_string(kmp_hw_t type, bool plural) { in __kmp_hw_get_catalog_string() 138 const char *__kmp_hw_get_keyword(kmp_hw_t type, bool plural) { in __kmp_hw_get_keyword() 267 void kmp_topology_t::_insert_layer(kmp_hw_t type, const int *ids) { in _insert_layer() 357 kmp_hw_t type1 = types[top_index1]; in _remove_radix1_layers() 358 kmp_hw_t type2 = types[top_index2]; in _remove_radix1_layers() 389 kmp_hw_t remove_type, keep_type; in _remove_radix1_layers() 618 const kmp_hw_t *types) { in allocate() 634 retval->types = (kmp_hw_t *)arr; in allocate() 727 kmp_hw_t print_types[KMP_HW_LAST + 2]; in print() 745 kmp_hw_t eq_type = equivalent[type]; in print() [all …]
|
H A D | kmp_settings.cpp | 3027 static inline void __kmp_places_set(enum affinity_type type, kmp_hw_t kind) { in __kmp_places_set() 3035 kmp_hw_t kind) { in __kmp_places_syntax_error_fallback() 3047 kmp_hw_t type; in __kmp_stg_parse_places() 3175 kmp_hw_t gran = __kmp_affinity.gran; in __kmp_stg_parse_places() 3223 kmp_hw_t gran = __kmp_affinity.gran; in __kmp_stg_print_places() 5053 static kmp_hw_t __kmp_hw_subset_break_tie(const kmp_hw_t *possible, in __kmp_hw_subset_break_tie() 5070 static kmp_hw_t __kmp_stg_parse_hw_subset_name(char const *token) { in __kmp_stg_parse_hw_subset_name() 5072 kmp_hw_t possible[KMP_HW_LAST]; in __kmp_stg_parse_hw_subset_name() 5097 kmp_hw_t type = possible[i]; in __kmp_stg_parse_hw_subset_name() 5112 kmp_hw_t temp = possible[i]; in __kmp_stg_parse_hw_subset_name() [all …]
|
H A D | kmp.h | 628 enum kmp_hw_t : int { enum 659 KMP_DEBUG_ASSERT(type >= (kmp_hw_t)0 && type < KMP_HW_LAST) 661 KMP_ASSERT(type >= (kmp_hw_t)0 && type < KMP_HW_LAST) 664 for (kmp_hw_t type = (kmp_hw_t)0; type < KMP_HW_LAST; \ 665 type = (kmp_hw_t)((int)type + 1)) 667 const char *__kmp_hw_get_keyword(kmp_hw_t type, bool plural = false); 668 const char *__kmp_hw_get_catalog_string(kmp_hw_t type, bool plural = false); 925 kmp_hw_t gran;
|