Home
last modified time | relevance | path

Searched refs:atomics (Results 1 – 25 of 34) sorted by relevance

12

/external/compiler-rt/test/tsan/
Datomic_race.cc6 T atomics[kTestCount * 2]; variable
35 Test(i, &atomics[i], false); in Thread()
41 Test(i, &atomics[kTestCount + i], false); in Thread()
53 Test(i, &atomics[i], true); in main()
56 Test(i, &atomics[kTestCount + i], true); in main()
Datomic_norace.cc6 T atomics[kTestCount * 2]; variable
35 Test(i, &atomics[i], false); in Thread()
41 Test(i, &atomics[kTestCount + i], false); in Thread()
53 Test(i, &atomics[i], true); in main()
56 Test(i, &atomics[kTestCount + i], true); in main()
/external/llvm/cmake/modules/
DCheckAtomic.cmake6 # the platform doesn't support lock-free atomics.
24 # First check if atomics work without the library.
26 # If not, check if the library exists, and atomics work with it.
/external/clang/test/CodeGenObjC/
Dproperty-aggregate.m4 // not get native atomics, even though x86-64 can do unaligned atomics
/external/llvm/test/CodeGen/AMDGPU/
Dprivate-memory-atomics.ll4 ; This works because promote allocas pass replaces these with LDS atomics.
6 ; Private atomics have no real use, but at least shouldn't crash on it.
Dmove-to-valu-atomicrmw.ll8 ; vaddr works for atomics.
/external/clang/lib/CodeGen/
DCGAtomic.cpp1752 AtomicInfo atomics(*this, dest); in EmitAtomicStore() local
1753 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore()
1758 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore()
1763 if (atomics.shouldUseLibcall()) { in EmitAtomicStore()
1765 Address srcAddr = atomics.materializeRValue(rvalue); in EmitAtomicStore()
1769 args.add(RValue::get(atomics.getAtomicSizeValue()), in EmitAtomicStore()
1771 args.add(RValue::get(EmitCastToVoidPtr(atomics.getAtomicPointer())), in EmitAtomicStore()
1783 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore()
1787 atomics.emitCastToAtomicIntPointer(atomics.getAtomicAddress()); in EmitAtomicStore()
1805 atomics.EmitAtomicUpdate(AO, rvalue, IsVolatile); in EmitAtomicStore()
[all …]
/external/llvm/test/CodeGen/X86/
Datomic-non-integer.ll3 ; Note: This test is testing that the lowering for atomics matches what we
4 ; currently emit for non-atomics + the atomic restriction. The presence of
Datomic_mi.ll848 ; LLVM's SSE handling is conservative on x86-32 even without using atomics.
/external/clang/test/
Dcxx-sections.data1431 29 [atomics]
1432 29.1 [atomics.general]
1433 29.2 [atomics.syn]
1434 29.3 [atomics.order]
1435 29.4 [atomics.lockfree]
1436 29.5 [atomics.types]
1437 29.5.1 [atomics.types.integral]
1438 29.5.2 [atomics.types.address]
1439 29.5.3 [atomics.types.generic]
1440 29.6 [atomics.types.operations]
[all …]
/external/deqp/doc/testspecs/GLES31/
Dfunctional.compute.basic.txt51 - built-in functions (atomics etc.)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc45 "If set, all atomics are effectively sequentially consistent (seq_cst), "
/external/llvm/docs/
DAtomics.rst161 atomics are generally a better solution.)
266 Optimizers not aware of atomics can treat this like a nothrow call. It is
295 Optimizers not aware of atomics can treat this like a nothrow call. It is
345 Optimizers not aware of atomics can treat this like a nothrow call. For
375 orderings. They can be useful for passes that are aware of atomics, for
/external/libunwind/
Dconfigure.ac339 AC_MSG_CHECKING([for __sync atomics])
349 [Defined if __sync atomics are available])
/external/libcxx/
DCREDITS.TXT33 D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
/external/llvm/lib/Target/SystemZ/
DREADME.txt163 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in25 /* Defined if C11 atomics are available. */
/external/v8/
DAndroid.v8common.mk278 src/runtime/runtime-atomics.cc \
577 src/js/harmony-atomics.js \
DBUILD.gn292 "src/js/harmony-atomics.js",
1220 "src/runtime/runtime-atomics.cc",
/external/llvm/lib/Target/PowerPC/
DPPC.td131 def FeaturePartwordAtomic : SubtargetFeature<"partword-atomics",
/external/jemalloc/
Dconfigure.ac1354 dnl Check for C11 atomics.
1356 JE_COMPILABLE([C11 atomics], [
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrMemory.td17 // - WebAssemblyTargetLowering having to do with atomics
/external/v8/tools/gyp/
Dv8.gyp990 '../../src/runtime/runtime-atomics.cc',
1930 '../../src/js/harmony-atomics.js',
/external/libcxx/include/
Datomic613 // [atomics.types.generic]p1 guarantees _Tp is trivially copyable. Because
/external/llvm/lib/Target/AMDGPU/
DSIInstructions.td2865 // 32-bit atomics.
2884 // 64-bit atomics.

12