| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | memmodel.h | 41 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 D | cppbuiltin.c | 70 cpp_define_formatted (pfile, "__ATOMIC_ACQUIRE=%d", MEMMODEL_ACQUIRE); in define__GNUC__()
|
| H A D | tsan.c | 530 : MEMMODEL_ACQUIRE); in instrument_builtin_call()
|
| H A D | emit-rtl.c | 6603 case MEMMODEL_ACQUIRE: in need_atomic_barrier_p()
|
| H A D | hsa-gen.c | 4925 case MEMMODEL_ACQUIRE: in hsa_memorder_from_tree()
|
| H A D | builtins.c | 5879 val = MEMMODEL_ACQUIRE; in get_memmodel()
|
| /dflybsd-src/contrib/gcc-8.0/libgomp/config/posix/ |
| H A D | bar.c | 152 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 D | priority_queue.h | 193 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 D | ordered.c | 387 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 D | libgomp.h | 80 MEMMODEL_ACQUIRE = 2, enumerator
|
| H A D | task.c | 1329 || 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 D | coretypes.h | 190 MEMMODEL_ACQUIRE = 2, enumerator
|
| H A D | cppbuiltin.c | 71 cpp_define_formatted (pfile, "__ATOMIC_ACQUIRE=%d", MEMMODEL_ACQUIRE); in define__GNUC__()
|
| H A D | optabs.c | 7353 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 D | builtins.c | 5594 if (model == MEMMODEL_ACQUIRE || model == MEMMODEL_ACQ_REL) in expand_builtin_atomic_clear()
|
| /dflybsd-src/contrib/gcc-4.7/libgomp/ |
| H A D | libgomp.h | 53 MEMMODEL_ACQUIRE = 2, enumerator
|
| H A D | task.c | 315 || __atomic_load_n (&task->children, MEMMODEL_ACQUIRE) == NULL) in GOMP_taskwait()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | decl2.c | 3196 guard = build_atomic_load_byte (guard, MEMMODEL_ACQUIRE); in get_guard_cond()
|