Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmemmodel.h44 MEMMODEL_SEQ_CST = 5, enumerator
48 MEMMODEL_SYNC_SEQ_CST = MEMMODEL_SEQ_CST | MEMMODEL_SYNC,
106 return (model & MEMMODEL_BASE_MASK) == MEMMODEL_SEQ_CST; in is_mm_seq_cst()
Dcppbuiltin.cc69 cpp_define_formatted (pfile, "__ATOMIC_SEQ_CST=%d", MEMMODEL_SEQ_CST); in define__GNUC__()
Dtsan.cc543 ? MEMMODEL_SEQ_CST in instrument_builtin_call()
620 MEMMODEL_SEQ_CST), in instrument_builtin_call()
622 MEMMODEL_SEQ_CST)); in instrument_builtin_call()
Dbuiltins.cc5873 return MEMMODEL_SEQ_CST; in get_memmodel()
5881 return MEMMODEL_SEQ_CST; in get_memmodel()
5885 return MEMMODEL_SEQ_CST; in get_memmodel()
5939 success = MEMMODEL_SEQ_CST; in expand_builtin_atomic_compare_exchange()
5943 failure = MEMMODEL_SEQ_CST; in expand_builtin_atomic_compare_exchange()
5944 success = MEMMODEL_SEQ_CST; in expand_builtin_atomic_compare_exchange()
6052 success = MEMMODEL_SEQ_CST; in expand_ifn_atomic_compare_exchange()
6056 failure = MEMMODEL_SEQ_CST; in expand_ifn_atomic_compare_exchange()
6057 success = MEMMODEL_SEQ_CST; in expand_ifn_atomic_compare_exchange()
6105 model = MEMMODEL_SEQ_CST; in expand_builtin_atomic_load()
[all …]
Domp-expand.cc8606 case OMP_MEMORY_ORDER_SEQ_CST: return MEMMODEL_SEQ_CST; in omp_memory_order_to_fail_memmodel()
8612 case OMP_FAIL_MEMORY_ORDER_SEQ_CST: return MEMMODEL_SEQ_CST; in omp_memory_order_to_fail_memmodel()
8631 case OMP_MEMORY_ORDER_SEQ_CST: ret = MEMMODEL_SEQ_CST; break; in omp_memory_order_to_memmodel()
Demit-rtl.cc6578 case MEMMODEL_SEQ_CST: in need_atomic_barrier_p()
DChangeLog-201633148 MEMMODEL_CONSUME with acquire semantics and MEMMODEL_SEQ_CST with
33151 (gen_hsa_ternary_atomic_for_builtin): Support with MEMMODEL_SEQ_CST
33153 (gen_hsa_insns_for_call): Support with MEMMODEL_SEQ_CST with acquire
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dsync.md55 case MEMMODEL_SEQ_CST:
192 case MEMMODEL_SEQ_CST:
233 case MEMMODEL_SEQ_CST:
Drs6000.cc16383 case MEMMODEL_SEQ_CST: in rs6000_pre_atomic_barrier()
16403 case MEMMODEL_SEQ_CST: in rs6000_post_atomic_barrier()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dsync.md129 case MEMMODEL_SEQ_CST:
215 case MEMMODEL_SEQ_CST:
Dia64.cc2383 case MEMMODEL_SEQ_CST: in ia64_expand_atomic_op()
2484 case MEMMODEL_SEQ_CST: in ia64_expand_atomic_op()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arc/
Datomic.md127 if (model == MEMMODEL_SEQ_CST)
/netbsd/src/external/gpl3/gcc/dist/libgomp/
Dlibgomp.h84 MEMMODEL_SEQ_CST = 5 enumerator
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc23408 return MEMMODEL_SEQ_CST; in ix86_memmodel_check()
23416 return MEMMODEL_SEQ_CST | IX86_HLE_ACQUIRE; in ix86_memmodel_check()
23423 return MEMMODEL_SEQ_CST | IX86_HLE_RELEASE; in ix86_memmodel_check()
Di386-expand.cc23385 expand_atomic_load (new_mem, mem, MEMMODEL_SEQ_CST); in ix86_expand_cmpxchg_loop()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc10942 if (mo != MEMMODEL_LAST && mo != MEMMODEL_SEQ_CST) in finish_omp_flush()
DChangeLog-20211469 * semantics.c (finish_omp_flush): Handle MEMMODEL_SEQ_CST.
Dparser.cc41668 mo = MEMMODEL_SEQ_CST; in cp_parser_omp_flush()