Searched refs:KMP_INFORM (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.cpp | 324 KMP_INFORM(OSProcToPhysicalThreadMap, "KMP_AFFINITY"); in __kmp_affinity_print_topology() 344 KMP_INFORM(OSProcMapToPack, "KMP_AFFINITY", address2os[proc].second, in __kmp_affinity_print_topology() 357 KMP_INFORM(OSProcToPhysicalThreadMap, "KMP_AFFINITY"); in __kmp_affinity_print_hwloc_tp() 384 KMP_INFORM(OSProcMapToPack, "KMP_AFFINITY", addrP[proc].second, buf.str); in __kmp_affinity_print_hwloc_tp() 596 KMP_INFORM(AffNotCapableUseLocCpuidL11, "KMP_AFFINITY"); in __kmp_affinity_create_hwloc_map() 597 KMP_INFORM(AvailableOSProc, "KMP_AFFINITY", __kmp_avail_proc); in __kmp_affinity_create_hwloc_map() 599 KMP_INFORM(Uniform, "KMP_AFFINITY"); in __kmp_affinity_create_hwloc_map() 601 KMP_INFORM(NonUniform, "KMP_AFFINITY"); in __kmp_affinity_create_hwloc_map() 603 KMP_INFORM(Topology, "KMP_AFFINITY", nPackages, nCoresPerPkg, in __kmp_affinity_create_hwloc_map() 735 KMP_INFORM(AffUsingHwloc, "KMP_AFFINITY"); in __kmp_affinity_create_hwloc_map() [all …]
|
D | kmp_i18n.cpp | 145 KMP_INFORM(WillUseDefaultMessages); in __kmp_i18n_do_catopen() 170 KMP_INFORM(WillUseDefaultMessages); in __kmp_i18n_do_catopen() 374 KMP_INFORM(WillUseDefaultMessages); in __kmp_i18n_do_catopen() 394 KMP_INFORM(WillUseDefaultMessages); in __kmp_i18n_do_catopen()
|
D | kmp_i18n.h | 142 #define KMP_INFORM(...) \ macro
|
D | kmp_settings.cpp | 351 KMP_INFORM(Using_str_Value, name, buf.str); in __kmp_stg_parse_size() 397 KMP_INFORM(Using_uint64_Value, name, buf.str); in __kmp_stg_parse_int() 597 KMP_INFORM(EnvVarDeprecated, name, "KMP_DEVICE_THREAD_LIMIT"); in __kmp_stg_parse_device_thread_limit() 668 KMP_INFORM(Using_int_Value, name, __kmp_dflt_blocktime); in __kmp_stg_parse_blocktime() 675 KMP_INFORM(MinValueUsing, name, __kmp_dflt_blocktime); in __kmp_stg_parse_blocktime() 680 KMP_INFORM(MaxValueUsing, name, __kmp_dflt_blocktime); in __kmp_stg_parse_blocktime() 993 KMP_INFORM(EnvVarDeprecated, name, "OMP_MAX_ACTIVE_LEVELS"); in __kmp_stg_parse_nested() 1138 KMP_INFORM(Using_int_Value, var, num); in __kmp_parse_nested_num_threads() 1556 KMP_INFORM(Using_uint_Value, name, __kmp_barrier_gather_bb_dflt); in __kmp_stg_parse_barrier_branch_bit() 1614 KMP_INFORM(Using_str_Value, name, in __kmp_stg_parse_barrier_pattern() [all …]
|
D | kmp_ftn_entry.h | 595 KMP_INFORM(APIDeprecated, "omp_set_nested", "omp_set_max_active_levels"); in KMP_EXPAND_NAME() 612 KMP_INFORM(APIDeprecated, "omp_get_nested", "omp_get_max_active_levels"); in KMP_EXPAND_NAME()
|
D | z_Linux_util.cpp | 1824 KMP_INFORM(AssumedNumCPU); in __kmp_get_xproc()
|
D | kmp_runtime.cpp | 6617 KMP_INFORM(EnvMwaitWarn); in __kmp_user_level_mwait_init() 7825 KMP_INFORM(LibraryIsSerial); in __kmp_aux_set_library()
|