Home
last modified time | relevance | path

Searched refs:adaptive (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_lock.cpp1970 lck->lk.adaptive.badness = 0; in __kmp_update_badness_after_success()
1977 if (newBadness > lck->lk.adaptive.max_badness) { in __kmp_step_badness()
1980 lck->lk.adaptive.badness = newBadness; in __kmp_step_badness()
1988 kmp_uint32 badness = lck->lk.adaptive.badness; in __kmp_should_speculate()
1999 int retries = lck->lk.adaptive.max_soft_retries; in __kmp_test_adaptive_lock_only()
2053 lck->lk.adaptive.acquire_attempts++; in __kmp_test_adaptive_lock()
2115 lck->lk.adaptive.acquire_attempts++; in __kmp_acquire_adaptive_lock()
2173 lck->lk.adaptive.badness = 0; in __kmp_init_adaptive_lock()
2175 lck->lk.adaptive.max_soft_retries = in __kmp_init_adaptive_lock()
3723 KMP_BIND_USER_LOCK_WITH_CHECKS(adaptive); in __kmp_set_user_lock_vptrs()
[all …]
H A Dkmp_lock.h417 adaptive; // Information for the speculative adaptive lock
614 kmp_adaptive_lock_t adaptive; member
1051 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm_queuing, a) \
1057 m(ticket, a) m(queuing, a) m(adaptive, a) m(drdpa, a) m(rtm_queuing, a) \
H A Dkmp_csupport.cpp1374 return KMP_CPUINFO_RTM ? KMP_TSX_LOCK(adaptive) : __kmp_user_lock_seq; in __kmp_map_hint_to_lock()
H A Dkmp_settings.cpp4533 KMP_STORE_LOCK_SEQ(adaptive); in __kmp_stg_parse_lock_kind()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/
H A Dconst-correctness.rst10 ….1 Specifiers) <https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-03/AUTOSAR_RS_…
/llvm-project-15.0.7/openmp/runtime/cmake/
H A Dconfig-ix.cmake260 # Check if adaptive locks are available
/llvm-project-15.0.7/openmp/runtime/
H A DCMakeLists.txt273 "Should Intel(R) TSX lock be compiled (adaptive lock in kmp_lock.cpp). These are x86 specific.")
/llvm-project-15.0.7/openmp/
H A DREADME.rst186 Include adaptive locks, based on Intel(R) Transactional Synchronization
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleLinalgDialect.md556 stand a chance of evolving into runtime-adaptive computations (e.g.