Home
last modified time | relevance | path

Searched refs:kmp_uintptr_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp301 KMP_DEBUG_ASSERT(((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & ~1) == in __kmp_bget_dequeue()
302 (kmp_uintptr_t)th); // clear possible mark in __kmp_bget_dequeue()
322 KMP_DEBUG_ASSERT(((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & ~1) == in __kmp_bget_enqueue()
323 (kmp_uintptr_t)th); // clear possible mark in __kmp_bget_enqueue()
732 bth = (kmp_info_t *)((kmp_uintptr_t)TCR_PTR(b->bh.bb.bthr) & in brel()
920 (kmp_info_t *)((kmp_uintptr_t)th | in bpool()
1122 ptr = (void *)(((kmp_uintptr_t)ptr_allocated + sizeof(void *) + alignment) & in kmpc_aligned_malloc()
1562 kmp_uintptr_t addr; // address returned by allocator in __kmp_alloc()
1563 kmp_uintptr_t addr_align; // address to return to caller in __kmp_alloc()
1564 kmp_uintptr_t addr_descr; // address of memory block descriptor in __kmp_alloc()
[all …]
H A Dkmp_atomic.cpp905 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
919 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
934 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
1101 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
1204 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
1283 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
1664 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
1898 if (!((kmp_uintptr_t)lhs & 0x##MASK)) { \
3470 !((kmp_uintptr_t)lhs & 0x1) /* make sure address is 2-byte aligned */ in __kmpc_atomic_2()
3519 !((kmp_uintptr_t)lhs & 0x3) /* make sure address is 4-byte aligned */ in __kmpc_atomic_4()
[all …]
H A Dkmp_itt.inl444 (kmp_uintptr_t)(team) +
445 (kmp_uintptr_t)counter % (sizeof(kmp_team_t) / bs_last_barrier) *
571 object = reinterpret_cast<void *>(kmp_uintptr_t(taskdata) +
H A Dkmp_os.h159 typedef unsigned __int64 kmp_uintptr_t; typedef
205 typedef unsigned long kmp_uintptr_t; typedef
H A Dkmp_tasking.cpp1569 KMP_DEBUG_ASSERT((((kmp_uintptr_t)taskdata) & (sizeof(double) - 1)) == 0);
1570 KMP_DEBUG_ASSERT((((kmp_uintptr_t)task) & (sizeof(double) - 1)) == 0);
1572 KMP_DEBUG_ASSERT((((kmp_uintptr_t)taskdata) & (sizeof(_Quad) - 1)) == 0);
1573 KMP_DEBUG_ASSERT((((kmp_uintptr_t)task) & (sizeof(_Quad) - 1)) == 0);
1579 KMP_DEBUG_ASSERT((((kmp_uintptr_t)task->shareds) & (sizeof(void *) - 1)) ==
4711 KMP_DEBUG_ASSERT((((kmp_uintptr_t)task->shareds) & (sizeof(void *) - 1)) ==
H A Dkmp_wait_release.h727 void *cacheline = (void *)(kmp_uintptr_t(spin) & ~(CACHE_LINE - 1));
H A Dkmp_csupport.cpp4465 KMP_TEST_THEN_INC32((kmp_uintptr_t)(pr_buf->th_doacross_info[1])) + 1; in __kmpc_doacross_fini()
H A Dkmp.h1862 ((((kmp_uintptr_t)x) >> KMP_HASH_SHIFT) & (KMP_HASH_TABLE_SIZE - 1))