Searched refs:seq_cst (Results 1 – 17 of 17) sorted by relevance
| /freebsd-13.1/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() 145 /* seq_cst */ AtomicOrderingCABI::seq_cst, in toCABI()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 109 OPENMP_ATOMIC_DEFAULT_MEM_ORDER_KIND(seq_cst)
|
| H A D | DiagnosticSemaKinds.td | 10444 …"directive '#pragma omp %0' cannot contain more than one %select{'seq_cst', 'relaxed', |}1'acq_rel…
|
| /freebsd-13.1/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; 257 void wait(T*, memory_order = memory_order::seq_cst) const volatile noexcept; 258 void wait(T*, memory_order = memory_order::seq_cst) const noexcept; 527 void wait(bool, memory_order = memory_order::seq_cst) const volatile noexcept; 528 void wait(bool, memory_order = memory_order::seq_cst) const noexcept; 643 seq_cst = __mo_seq_cst [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 44 "If set, all atomics are effectively sequentially consistent (seq_cst), "
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 440 case llvm::AtomicOrderingCABI::seq_cst: in emitAtomicCmpXchgFailureSet() 468 SI->addCase(CGF.Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in emitAtomicCmpXchgFailureSet() 1326 case llvm::AtomicOrderingCABI::seq_cst: in EmitAtomicExpr() 1398 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in EmitAtomicExpr()
|
| H A D | CGBuiltin.cpp | 16019 case llvm::AtomicOrderingCABI::seq_cst: in ProcessOrderScopeAMDGCN()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 1839 constexpr int NumOrderings = (int)AtomicOrderingCABI::seq_cst + 1; in makeAddReleaseOrderingTable() 1849 OrderingTable[(int)AtomicOrderingCABI::seq_cst] = in makeAddReleaseOrderingTable() 1850 (int)AtomicOrderingCABI::seq_cst; in makeAddReleaseOrderingTable() 1874 constexpr int NumOrderings = (int)AtomicOrderingCABI::seq_cst + 1; in makeAddAcquireOrderingTable() 1884 OrderingTable[(int)AtomicOrderingCABI::seq_cst] = in makeAddAcquireOrderingTable() 1885 (int)AtomicOrderingCABI::seq_cst; in makeAddAcquireOrderingTable()
|
| /freebsd-13.1/sys/kern/ |
| H A D | subr_csan.c | 680 CSAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst)
|
| H A D | subr_asan.c | 777 ASAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 554 KEYWORD(seq_cst); in LexIdentifier()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 410 // assume seq_cst, strong cmpxchg and omit clrex on failure.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMP.td | 163 def OMPC_SeqCst : Clause<"seq_cst"> { let clangClass = "OMPSeqCstClause"; }
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 1152 // fence seq_cst -> fence rw, rw
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 3633 // Only seq_cst fences require the heavyweight sync (SYNC 0). 3636 // The rule for seq_cst is duplicated to work with both 64 bits and 32 bits
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 6429 // assume seq_cst, strong cmpxchg and omit clrex on failure.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 3519 case llvm::AtomicOrderingCABI::seq_cst: in CheckAMDGCNBuiltinFunctionCall()
|