/external/compiler-rt/test/tsan/ |
D | atomic_race.cc | 6 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()
|
D | atomic_norace.cc | 6 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/ |
D | CheckAtomic.cmake | 6 # 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/ |
D | property-aggregate.m | 4 // not get native atomics, even though x86-64 can do unaligned atomics
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | private-memory-atomics.ll | 4 ; 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.
|
D | move-to-valu-atomicrmw.ll | 8 ; vaddr works for atomics.
|
/external/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 1752 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/ |
D | atomic-non-integer.ll | 3 ; 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
|
D | atomic_mi.ll | 848 ; LLVM's SSE handling is conservative on x86-32 even without using atomics.
|
/external/clang/test/ |
D | cxx-sections.data | 1431 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/ |
D | functional.compute.basic.txt | 51 - built-in functions (atomics etc.)
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 45 "If set, all atomics are effectively sequentially consistent (seq_cst), "
|
/external/llvm/docs/ |
D | Atomics.rst | 161 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/ |
D | configure.ac | 339 AC_MSG_CHECKING([for __sync atomics]) 349 [Defined if __sync atomics are available])
|
/external/libcxx/ |
D | CREDITS.TXT | 33 D: FreeBSD and Solaris ports, libcxxrt support, some atomics work.
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 163 If needed, we can support 16-byte atomics using LPQ, STPQ and CSDG.
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 25 /* Defined if C11 atomics are available. */
|
/external/v8/ |
D | Android.v8common.mk | 278 src/runtime/runtime-atomics.cc \ 577 src/js/harmony-atomics.js \
|
D | BUILD.gn | 292 "src/js/harmony-atomics.js", 1220 "src/runtime/runtime-atomics.cc",
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 131 def FeaturePartwordAtomic : SubtargetFeature<"partword-atomics",
|
/external/jemalloc/ |
D | configure.ac | 1354 dnl Check for C11 atomics. 1356 JE_COMPILABLE([C11 atomics], [
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrMemory.td | 17 // - WebAssemblyTargetLowering having to do with atomics
|
/external/v8/tools/gyp/ |
D | v8.gyp | 990 '../../src/runtime/runtime-atomics.cc', 1930 '../../src/js/harmony-atomics.js',
|
/external/libcxx/include/ |
D | atomic | 613 // [atomics.types.generic]p1 guarantees _Tp is trivially copyable. Because
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstructions.td | 2865 // 32-bit atomics. 2884 // 64-bit atomics.
|