| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | atomic | 35 seq_cst // store-release load-acquire 43 inline constexpr auto memory_order_seq_cst = memory_order::seq_cst; 104 void wait(T, memory_order = memory_order::seq_cst) const volatile noexcept; 105 void wait(T, memory_order = memory_order::seq_cst) const noexcept; 188 void wait(integral, memory_order = memory_order::seq_cst) const noexcept; 258 void wait(T*, memory_order = memory_order::seq_cst) const noexcept; 285 floating-point-type load(memory_order = memory_order::seq_cst) noexcept; 292 memory_order = memory_order::seq_cst) noexcept; 304 memory_order = memory_order::seq_cst) noexcept; 308 memory_order = memory_order::seq_cst) noexcept; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AtomicOrdering.h | 34 seq_cst = 5, enumerator 46 I <= (Int)AtomicOrderingCABI::seq_cst; in isValidAtomicOrderingCABI() 156 /* seq_cst */ AtomicOrderingCABI::seq_cst, in toCABI()
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | memory_order.h | 37 seq_cst = __mo_seq_cst enumerator 48 inline constexpr auto memory_order_seq_cst = memory_order::seq_cst;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 140 OPENMP_ATOMIC_DEFAULT_MEM_ORDER_KIND(seq_cst) 145 OPENMP_ATOMIC_FAIL_MODIFIER(seq_cst)
|
| H A D | DiagnosticSemaKinds.td | 11047 …"directive '#pragma omp %0' cannot contain more than one %select{'seq_cst', 'relaxed', |}1'acq_rel…
|
| /freebsd-14.2/contrib/llvm-project/openmp/runtime/src/include/ |
| H A D | ompx.h.var | 128 seq_cst = ompx_seq_cst,
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 40 "If set, all atomics are effectively sequentially consistent (seq_cst), "
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | DataFlowSanitizer.cpp | 3175 constexpr int NumOrderings = (int)AtomicOrderingCABI::seq_cst + 1; in makeAddAcquireOrderingTable() 3185 OrderingTable[(int)AtomicOrderingCABI::seq_cst] = in makeAddAcquireOrderingTable() 3186 (int)AtomicOrderingCABI::seq_cst; in makeAddAcquireOrderingTable() 3219 constexpr int NumOrderings = (int)AtomicOrderingCABI::seq_cst + 1; in makeAddReleaseOrderingTable() 3229 OrderingTable[(int)AtomicOrderingCABI::seq_cst] = in makeAddReleaseOrderingTable() 3230 (int)AtomicOrderingCABI::seq_cst; in makeAddReleaseOrderingTable()
|
| H A D | MemorySanitizer.cpp | 2124 constexpr int NumOrderings = (int)AtomicOrderingCABI::seq_cst + 1; in makeAddReleaseOrderingTable() 2134 OrderingTable[(int)AtomicOrderingCABI::seq_cst] = in makeAddReleaseOrderingTable() 2135 (int)AtomicOrderingCABI::seq_cst; in makeAddReleaseOrderingTable() 2159 constexpr int NumOrderings = (int)AtomicOrderingCABI::seq_cst + 1; in makeAddAcquireOrderingTable() 2169 OrderingTable[(int)AtomicOrderingCABI::seq_cst] = in makeAddAcquireOrderingTable() 2170 (int)AtomicOrderingCABI::seq_cst; in makeAddAcquireOrderingTable()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 448 case llvm::AtomicOrderingCABI::seq_cst: in emitAtomicCmpXchgFailureSet() 476 SI->addCase(CGF.Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in emitAtomicCmpXchgFailureSet() 1493 case llvm::AtomicOrderingCABI::seq_cst: in EmitAtomicExpr() 1563 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in EmitAtomicExpr()
|
| H A D | CGBuiltin.cpp | 17835 case llvm::AtomicOrderingCABI::seq_cst: in ProcessOrderScopeAMDGCN()
|
| /freebsd-14.2/sys/kern/ |
| H A D | subr_csan.c | 676 CSAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst)
|
| H A D | subr_asan.c | 873 ASAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst);
|
| H A D | subr_msan.c | 1345 MSAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 553 KEYWORD(seq_cst); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 156 def OMP_MEMORY_ORDER_SeqCst : ClauseVal<"seq_cst", 1, 1> {} 213 def OMPC_SeqCst : Clause<"seq_cst"> { let clangClass = "OMPSeqCstClause"; }
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 492 // assume seq_cst, strong cmpxchg and omit clrex on failure.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 1830 // fence seq_cst -> fence rw, rw
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 3391 // Only seq_cst fences require the heavyweight sync (SYNC 0). 3394 // The rule for seq_cst is duplicated to work with both 64 bits and 32 bits
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 5152 case llvm::AtomicOrderingCABI::seq_cst: in CheckAMDGCNBuiltinFunctionCall() 8332 llvm::AtomicOrderingCABI::seq_cst}, in BuildAtomicExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 6492 // assume seq_cst, strong cmpxchg and omit clrex on failure.
|