Home
last modified time | relevance | path

Searched refs:seq_cst (Results 1 – 17 of 17) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h34 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 DOpenMPKinds.def109 OPENMP_ATOMIC_DEFAULT_MEM_ORDER_KIND(seq_cst)
H A DDiagnosticSemaKinds.td10444 …"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 Datomic35 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 Dtsan_flags.inc44 "If set, all atomics are effectively sequentially consistent (seq_cst), "
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp440 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 DCGBuiltin.cpp16019 case llvm::AtomicOrderingCABI::seq_cst: in ProcessOrderScopeAMDGCN()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1839 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 Dsubr_csan.c680 CSAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst)
H A Dsubr_asan.c777 ASAN_ATOMIC_FUNC_THREAD_FENCE(seq_cst);
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp554 KEYWORD(seq_cst); in LexIdentifier()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrAtomics.td410 // assume seq_cst, strong cmpxchg and omit clrex on failure.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td163 def OMPC_SeqCst : Clause<"seq_cst"> { let clangClass = "OMPSeqCstClause"; }
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1152 // fence seq_cst -> fence rw, rw
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td3633 // 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 DARMInstrInfo.td6429 // assume seq_cst, strong cmpxchg and omit clrex on failure.
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp3519 case llvm::AtomicOrderingCABI::seq_cst: in CheckAMDGCNBuiltinFunctionCall()