Searched refs:seq_cst (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | AtomicOrdering.h | 35 seq_cst = 5, enumerator 47 I <= (Int)AtomicOrderingCABI::seq_cst; in isValidAtomicOrderingCABI() 145 /* seq_cst */ AtomicOrderingCABI::seq_cst, in toCABI()
|
| /freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_flags.inc | 45 "If set, all atomics are effectively sequentially consistent (seq_cst), "
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | OpenMPKinds.def | 267 OPENMP_CLAUSE(seq_cst, OMPSeqCstClause) 460 OPENMP_ATOMIC_CLAUSE(seq_cst) 482 OPENMP_ATOMIC_DEFAULT_MEM_ORDER_KIND(seq_cst)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 432 case llvm::AtomicOrderingCABI::seq_cst: in emitAtomicCmpXchgFailureSet() 486 SI->addCase(CGF.Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in emitAtomicCmpXchgFailureSet() 1242 case llvm::AtomicOrderingCABI::seq_cst: in EmitAtomicExpr() 1314 SI->addCase(Builder.getInt32((int)llvm::AtomicOrderingCABI::seq_cst), in EmitAtomicExpr()
|
| /freebsd-12.1/contrib/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 555 KEYWORD(seq_cst); in LexIdentifier()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrAtomics.td | 379 // assume seq_cst, strong cmpxchg and omit clrex on failure.
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.td | 895 // fence seq_cst -> fence rw, rw
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.td | 3154 // Only seq_cst fences require the heavyweight sync (SYNC 0). 3157 // The rule for seq_cst is duplicated to work with both 64 bits and 32 bits
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 6179 // assume seq_cst, strong cmpxchg and omit clrex on failure.
|