Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.cpp3451 } else if (__kmp_hws_tile.num > 0) { in __kmp_apply_thread_places()
3453 __kmp_hws_core = __kmp_hws_tile; // replace L2 with core in __kmp_apply_thread_places()
3454 __kmp_hws_tile.num = 0; in __kmp_apply_thread_places()
3483 if (__kmp_hws_tile.num == 0) { in __kmp_apply_thread_places()
3484 __kmp_hws_tile.num = NL + 1; in __kmp_apply_thread_places()
3486 if (__kmp_hws_tile.offset >= NL) { in __kmp_apply_thread_places()
3512 if (__kmp_hws_tile.num == 0) in __kmp_apply_thread_places()
3513 __kmp_hws_tile.num = NL; // use all available tiles in __kmp_apply_thread_places()
3514 if (__kmp_hws_tile.offset >= NL) { in __kmp_apply_thread_places()
3597 if (nL <= __kmp_hws_tile.offset || in __kmp_apply_thread_places()
[all …]
Dkmp_settings.cpp4479 if (__kmp_hws_tile.num > 0) in __kmp_stg_parse_hw_subset()
4481 __kmp_hws_tile.num = num; in __kmp_stg_parse_hw_subset()
4482 __kmp_hws_tile.offset = offset; in __kmp_stg_parse_hw_subset()
4504 if (__kmp_hws_tile.num > 0) in __kmp_stg_parse_hw_subset()
4506 __kmp_hws_tile.num = num; in __kmp_stg_parse_hw_subset()
4507 __kmp_hws_tile.offset = offset; in __kmp_stg_parse_hw_subset()
4562 if (__kmp_hws_tile.num) { in __kmp_stg_print_hw_subset()
4563 __kmp_str_buf_print(&buf, "%s%dL2", comma ? "," : "", __kmp_hws_tile.num); in __kmp_stg_print_hw_subset()
4564 if (__kmp_hws_tile.offset) in __kmp_stg_print_hw_subset()
4565 __kmp_str_buf_print(&buf, "@%d", __kmp_hws_tile.offset); in __kmp_stg_print_hw_subset()
[all …]
Dkmp_global.cpp285 kmp_hws_item_t __kmp_hws_tile = {0, 0}; variable
Dkmp.h862 extern kmp_hws_item_t __kmp_hws_tile;