Home
last modified time | relevance | path

Searched refs:Atomic (Results 1 – 25 of 134) sorted by relevance

123456

/external/valgrind/none/tests/mips64/
Dcvm_atomic_thread.stdout.exp1 Store Atomic Add: 32 bit 2156643710, 64 bit 12633614303292
2 Load Atomic Add: 32 bit 2156643710, 64 bit 12633614303292
3 Load Atomic Swap: 32 bit 3456986, 64 bit 3555751
4 Load Atomic Increment: 32 bit 6913974, 64 bit 6913974
5 Load Atomic Decrement: 32 bit 4288053322, 64 bit -6913974
6 Load Atomic Clear: 32 bit 0, 64 bit 0
7 Load Atomic Set: 32 bit 4294967295, 64 bit -1
/external/libcxx/test/std/atomics/atomics.types.operations/atomics.types.operations.req/
Dctor.pass.cpp41 typedef std::atomic<Tp> Atomic; in operator ()() typedef
42 static_assert(std::is_literal_type<Atomic>::value, ""); in operator ()()
45 constexpr Atomic a(t); in operator ()()
49 constexpr Atomic a{t}; in operator ()()
53 constexpr Atomic a = ATOMIC_VAR_INIT(t); in operator ()()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrAtomics.td1 // WebAssemblyInstrAtomics.td-WebAssembly Atomic codegen support-*- tablegen -*-
11 /// \brief WebAssembly Atomic operand code-gen constructs.
18 // Atomic fences
24 // Atomic loads
30 // Atomic stores
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.atomic_counter.txt31 + Atomic counters with different offsets
32 + Atomic counters with default layout qualifier and implicit offset and binding
48 the shader. Atomic counter values are verified by comparing against the
54 peforming operation. Atomic counter values returned by different atomic
Dfunctional.ssbo.txt45 * Atomic operations
63 Atomic operation test cases use a single SSBO for both input data, output data
Dfunctional.compute.basic.txt32 + Atomic counter (atomicCounterIncrement)
Dfunctional.fbo.no_attachments.txt34 - Atomic counter use (none guaranteed in fragment shader)
/external/llvm/test/CodeGen/AArch64/
Darm64-atomic.ll357 %"class.X::Atomic" = type { %struct.x_atomic_t }
360 @counter = external hidden global %"class.X::Atomic", align 4
364 …%0 = atomicrmw add i32* getelementptr inbounds (%"class.X::Atomic", %"class.X::Atomic"* @counter, …
370 …%1 = atomicrmw add i32* getelementptr inbounds (%"class.X::Atomic", %"class.X::Atomic"* @counter, …
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m13 @property (atomic) int Atomic; property
/external/guava/
DREADME.android7 …Replace usages of Unsafe.compareAndSwap(Int|Long) in Striped64.java with Atomic(Integer|Long)Field…
/external/swiftshader/third_party/LLVM/test/Transforms/FunctionAttrs/
Datomic.ll3 ; Atomic load/store to local doesn't affect whether a function is
/external/llvm/lib/Target/AArch64/
DAArch64InstrAtomics.td1 //=- AArch64InstrAtomics.td - AArch64 Atomic codegen support -*- tablegen -*-=//
10 // AArch64 Atomic operand code-gen constructs.
15 // Atomic fences
21 // Atomic loads
104 // Atomic stores
367 // Atomic cmpxchg for -O0
/external/llvm/test/Transforms/FunctionAttrs/
Datomic.ll3 ; Atomic load/store to local doesn't affect whether a function is
/external/clang/test/SemaObjC/
Datomoic-property-synnthesis-rules.m11 warning: Atomic property 'x' has a synthesized setter and a
13 warning: Atomic property 'x' has a synthesized getter and a
349 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…
362 // :warning: Atomic property 'x' cannot pair a synthesized setter/getter with a manually implemente…
/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt126 // 4.5.1 Load Atomic
128 // Load Word Atomic X-form p864
131 // Load Doubleword Atomic X-form p864
134 // 4.5.2 Store Atomic
136 // Store Word Atomic X-form p866
139 // Store Doubleword Atomic X-form p866
/external/llvm/test/CodeGen/X86/
D2010-10-08-cmpxchg8b.ll9 ; Neither Atomic-xx.ll nor atomic_op.ll cover this. Those tests were
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-10-08-cmpxchg8b.ll9 ; Neither Atomic-xx.ll nor atomic_op.ll cover this. Those tests were
/external/clang/include/clang/AST/
DTypeNodes.def108 TYPE(Atomic, Type)
111 LAST_TYPE(Atomic)
/external/linux-kselftest/tools/testing/selftests/powerpc/math/
Dvsx_asm.S42 # Atomic DEC
/external/zlib/src/contrib/ada/
Dmtest.adb26 pragma Atomic (Stop);
/external/llvm/test/DebugInfo/
Ddwarfdump-objc.test43 CHECK: DW_AT_APPLE_property_name {{.*}} "Atomic"
/external/python/cpython2/Doc/library/
Dmutex.rst53 "Atomic" test-and-set, grab the lock if it is not set, and return ``True``,
/external/llvm/lib/Support/
DCMakeLists.txt111 Atomic.cpp
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp454 namespace Atomic { namespace
/external/llvm/cmake/modules/
DCheckAtomic.cmake79 ## llvm's Atomic.h, which should be replaced. Other code simply

123456