Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h838 int eq_type = equivalent[type]; in get_level() local
839 if (eq_type == KMP_HW_UNKNOWN) in get_level()
842 if (types[i] == eq_type) in get_level()
H A Dkmp_affinity.cpp688 kmp_hw_t eq_type = equivalent[type]; in print() local
689 if (eq_type != KMP_HW_UNKNOWN && eq_type != type) { in print()
692 __kmp_hw_get_catalog_string(eq_type)); in print()