Searched refs:rtm (Results 51 - 54 of 54) sorted by relevance

123

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp4737 if (__kmp_cpuinfo.flags.rtm) { // ??? Is cpuinfo available here?
4749 if (__kmp_cpuinfo.flags.rtm) {
4758 if (__kmp_cpuinfo.flags.rtm) {
H A Dkmp_lock.cpp3222 if (seq == lockseq_adaptive && !__kmp_cpuinfo.flags.rtm) {
3228 if (seq == lockseq_rtm_queuing && !__kmp_cpuinfo.flags.rtm) {
H A Dkmp_csupport.cpp1392 #define KMP_CPUINFO_RTM (__kmp_cpuinfo.flags.rtm)
H A Dkmp.h1382 unsigned rtm : 1; // 0 if RTM instructions are not supported, 1 otherwise. member in struct:kmp_cpuinfo_flags_t

Completed in 212 milliseconds

123