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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp3441 } else if (__kmp_hws_tile.num > 0) {
3443 __kmp_hws_core = __kmp_hws_tile; // replace L2 with core
3444 __kmp_hws_tile.num = 0;
3473 if (__kmp_hws_tile.num == 0) {
3474 __kmp_hws_tile.num = NL + 1;
3476 if (__kmp_hws_tile.offset >= NL) {
3502 if (__kmp_hws_tile.num == 0)
3503 __kmp_hws_tile.num = NL; // use all available tiles
3504 if (__kmp_hws_tile.offset >= NL) {
3587 if (nL <= __kmp_hws_tile
[all...]
H A Dkmp_global.cpp278 kmp_hws_item_t __kmp_hws_tile = {0, 0}; variable
H A Dkmp_settings.cpp4479 if (__kmp_hws_tile.num > 0)
4481 __kmp_hws_tile.num = num;
4482 __kmp_hws_tile.offset = offset;
4504 if (__kmp_hws_tile.num > 0)
4506 __kmp_hws_tile.num = num;
4507 __kmp_hws_tile.offset = offset;
4562 if (__kmp_hws_tile.num) {
4563 __kmp_str_buf_print(&buf, "%s%dL2", comma ? "," : "", __kmp_hws_tile.num);
4564 if (__kmp_hws_tile.offset)
4565 __kmp_str_buf_print(&buf, "@%d", __kmp_hws_tile
[all...]
H A Dkmp.h849 extern kmp_hws_item_t __kmp_hws_tile;

Completed in 201 milliseconds