Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h764 struct kmp_hw_attr_t { struct
772 kmp_hw_attr_t() in kmp_hw_attr_t() argument
797 bool contains(const kmp_hw_attr_t &other) const { in contains() argument
828 bool operator==(const kmp_hw_attr_t &rhs) const { argument
832 bool operator!=(const kmp_hw_attr_t &rhs) const { return !operator==(rhs); }
836 KMP_BUILD_ASSERT(sizeof(kmp_hw_attr_t) == sizeof(kmp_affinity_attrs_t));
849 kmp_hw_attr_t attrs;
942 int _get_ncores_with_attr(const kmp_hw_attr_t &attr, int above,
1045 int get_ncores_with_attr(const kmp_hw_attr_t &attr) const { in get_ncores_with_attr()
1050 int get_ncores_with_attr_per(const kmp_hw_attr_t &attr, int above) const { in get_ncores_with_attr_per()
[all …]
H A Dkmp_affinity.cpp513 int kmp_topology_t::_get_ncores_with_attr(const kmp_hw_attr_t &attr, in _get_ncores_with_attr()
807 kmp_hw_attr_t attr; in print()
992 __kmp_hw_get_catalog_core_string(const kmp_hw_attr_t &attr, kmp_str_buf_t *buf, in __kmp_hw_get_catalog_core_string()
1189 kmp_hw_attr_t other_attr; in filter_hw_subset()
4362 attrs.core_eff = kmp_hw_attr_t::UNKNOWN_CORE_EFF; in __kmp_affinity_get_mask_topology_info()
4732 if (affinity.core_attr_gran.core_eff != kmp_hw_attr_t::UNKNOWN_CORE_EFF) in __kmp_aux_affinity_initialize()
H A Dkmp.h920 { KMP_HW_CORE_TYPE_UNKNOWN, kmp_hw_attr_t::UNKNOWN_CORE_EFF, 0, 0 }
H A Dkmp_settings.cpp5207 kmp_hw_attr_t attr; in __kmp_stg_parse_hw_subset()