Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp251 enum mic_type __kmp_mic_type = non_mic;
H A Dkmp_settings.cpp2559 if (__kmp_mic_type != non_mic) { in __kmp_parse_affinity_env()
6431 if (__kmp_mic_type != non_mic) { in __kmp_env_initialize()
6439 if (__kmp_mic_type != non_mic) { in __kmp_env_initialize()
6452 if (__kmp_mic_type != non_mic) { in __kmp_env_initialize()
6463 if (__kmp_mic_type != non_mic) { in __kmp_env_initialize()
H A Dkmp.h532 enum mic_type { non_mic, mic1, mic2, mic3, dummy }; enumerator
H A Dkmp_runtime.cpp7041 __kmp_mic_type = non_mic; in __kmp_check_mic_type()
8960 if (__kmp_mic_type != non_mic) { in __kmp_determine_reduction_method()