Home
last modified time | relevance | path

Searched refs:MEMMODEL_ACQUIRE (Results 1 – 18 of 18) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmemmodel.h41 MEMMODEL_ACQUIRE = 2, enumerator
46 MEMMODEL_SYNC_ACQUIRE = MEMMODEL_ACQUIRE | MEMMODEL_SYNC,
85 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_ACQUIRE; in is_mm_acquire()
H A Dcppbuiltin.c70 cpp_define_formatted (pfile, "__ATOMIC_ACQUIRE=%d", MEMMODEL_ACQUIRE); in define__GNUC__()
H A Dtsan.c530 : MEMMODEL_ACQUIRE); in instrument_builtin_call()
H A Demit-rtl.c6603 case MEMMODEL_ACQUIRE: in need_atomic_barrier_p()
H A Dhsa-gen.c4925 case MEMMODEL_ACQUIRE: in hsa_memorder_from_tree()
H A Dbuiltins.c5879 val = MEMMODEL_ACQUIRE; in get_memmodel()
/dflybsd-src/contrib/gcc-8.0/libgomp/config/posix/
H A Dbar.c152 gen = __atomic_load_n (&bar->generation, MEMMODEL_ACQUIRE); in gomp_team_barrier_wait_end()
156 gen = __atomic_load_n (&bar->generation, MEMMODEL_ACQUIRE); in gomp_team_barrier_wait_end()
220 gen = __atomic_load_n (&bar->generation, MEMMODEL_ACQUIRE); in gomp_team_barrier_wait_cancel_end()
226 gen = __atomic_load_n (&bar->generation, MEMMODEL_ACQUIRE); in gomp_team_barrier_wait_cancel_end()
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dpriority_queue.h193 if (model == MEMMODEL_ACQUIRE) in priority_queue_empty_p()
194 return __atomic_load_n (&head->t.root, MEMMODEL_ACQUIRE) == NULL; in priority_queue_empty_p()
197 if (model == MEMMODEL_ACQUIRE) in priority_queue_empty_p()
198 return __atomic_load_n (&head->l.tasks, MEMMODEL_ACQUIRE) == NULL; in priority_queue_empty_p()
H A Dordered.c387 if (flattened == __atomic_load_n (array, MEMMODEL_ACQUIRE)) in GOMP_doacross_post()
394 __atomic_thread_fence (MEMMODEL_ACQUIRE); in GOMP_doacross_post()
450 cur = __atomic_load_n (array, MEMMODEL_ACQUIRE); in GOMP_doacross_wait()
621 if (flattened == __atomic_load_n (array, MEMMODEL_ACQUIRE)) in GOMP_doacross_ull_post()
628 __atomic_thread_fence (MEMMODEL_ACQUIRE); in GOMP_doacross_ull_post()
705 cur = __atomic_load_n (array, MEMMODEL_ACQUIRE); in GOMP_doacross_ull_wait()
H A Dlibgomp.h80 MEMMODEL_ACQUIRE = 2, enumerator
H A Dtask.c1329 || priority_queue_empty_p (&task->children_queue, MEMMODEL_ACQUIRE)) in GOMP_taskwait()
1713 if (__atomic_load_n (&taskgroup->num_children, MEMMODEL_ACQUIRE) == 0) in GOMP_taskgroup_end()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dcoretypes.h190 MEMMODEL_ACQUIRE = 2, enumerator
H A Dcppbuiltin.c71 cpp_define_formatted (pfile, "__ATOMIC_ACQUIRE=%d", MEMMODEL_ACQUIRE); in define__GNUC__()
H A Doptabs.c7353 ret = maybe_emit_atomic_exchange (target, mem, val, MEMMODEL_ACQUIRE); in expand_sync_lock_test_and_set()
7357 ret = maybe_emit_sync_lock_test_and_set (target, mem, val, MEMMODEL_ACQUIRE); in expand_sync_lock_test_and_set()
7368 ret = maybe_emit_atomic_test_and_set (target, mem, MEMMODEL_ACQUIRE); in expand_sync_lock_test_and_set()
H A Dbuiltins.c5594 if (model == MEMMODEL_ACQUIRE || model == MEMMODEL_ACQ_REL) in expand_builtin_atomic_clear()
/dflybsd-src/contrib/gcc-4.7/libgomp/
H A Dlibgomp.h53 MEMMODEL_ACQUIRE = 2, enumerator
H A Dtask.c315 || __atomic_load_n (&task->children, MEMMODEL_ACQUIRE) == NULL) in GOMP_taskwait()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Ddecl2.c3196 guard = build_atomic_load_byte (guard, MEMMODEL_ACQUIRE); in get_guard_cond()