Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAtomicOrdering.h34 seq_cst = 5, enumerator
46 I <= (Int)AtomicOrderingCABI::seq_cst; in isValidAtomicOrderingCABI()
144 /* seq_cst */ AtomicOrderingCABI::seq_cst, in toCABI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp554 KEYWORD(seq_cst); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrAtomics.td410 // assume seq_cst, strong cmpxchg and omit clrex on failure.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td1040 // fence seq_cst -> fence rw, rw
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
Dmemorymodel.txt223 relaxed, acquire, release, acq_rel, or seq_cst.
Dmemorymodel.adoc233 relaxed, acquire, release, acq_rel, or seq_cst.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td3294 // Only seq_cst fences require the heavyweight sync (SYNC 0).
3297 // The rule for seq_cst is duplicated to work with both 64 bits and 32 bits
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td6223 // assume seq_cst, strong cmpxchg and omit clrex on failure.