Searched refs:__TBB_machine_fetchadd4 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/ |
| H A D | ittnotify_config.h | 257 #define __TBB_machine_fetchadd4(addr, val) __fetchadd4_acq((void *)addr, val) macro 263 __TBB_machine_fetchadd4(volatile void* ptr, long addend) ITT_INLINE_ATTRIBUTE; 264 ITT_INLINE long __TBB_machine_fetchadd4(volatile void* ptr, long addend) in __TBB_machine_fetchadd4() function 279 return __TBB_machine_fetchadd4(ptr, 1) + 1L; in __itt_interlocked_increment()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/ |
| H A D | ittnotify_config.h | 347 #define __TBB_machine_fetchadd4(addr, val) __fetchadd4_acq((void *)addr, val) in __TBB_machine_fetchadd4() 353 ITT_INLINE long __TBB_machine_fetchadd4(volatile void *ptr, 355 ITT_INLINE long __TBB_machine_fetchadd4(volatile void *ptr, long addend) { 364 #define __TBB_machine_fetchadd4(addr, val) __sync_fetch_and_add(addr, val) 370 return __TBB_machine_fetchadd4(ptr, 1) + 1L; 335 #define __TBB_machine_fetchadd4( global() macro 343 ITT_INLINE long __TBB_machine_fetchadd4(volatile void *ptr, long addend) { __TBB_machine_fetchadd4() function 352 #define __TBB_machine_fetchadd4( global() macro
|