/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/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 1416 AtomicInfo atomics(*this, dest); in EmitAtomicStore() local 1417 LValue LVal = atomics.getAtomicLValue(); in EmitAtomicStore() 1422 atomics.emitCopyIntoMemory(rvalue); in EmitAtomicStore() 1427 if (atomics.shouldUseLibcall()) { in EmitAtomicStore() 1429 llvm::Value *srcAddr = atomics.materializeRValue(rvalue); in EmitAtomicStore() 1433 args.add(RValue::get(atomics.getAtomicSizeValue()), in EmitAtomicStore() 1435 args.add(RValue::get(EmitCastToVoidPtr(atomics.getAtomicAddress())), in EmitAtomicStore() 1446 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore() 1450 atomics.emitCastToAtomicIntPointer(atomics.getAtomicAddress()); in EmitAtomicStore() 1470 atomics.EmitAtomicLoad(AggValueSlot::ignored(), SourceLocation(), in EmitAtomicStore() [all …]
|
/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/R600/ |
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.
|
/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/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
|
D | CodingStandards.rst | 172 * While most of the atomics library is well implemented, the fences are
|
D | LangRef.rst | 1735 references in the :doc:`atomics guide <Atomics>`).
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_flags.inc | 45 "If set, all atomics are effectively sequentially consistent (seq_cst), "
|
/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 | 169 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/llvm/lib/Target/PowerPC/ |
D | PPC.td | 129 def FeaturePartwordAtomic : SubtargetFeature<"partword-atomics",
|
D | PPCInstr64Bit.td | 242 // Instruction to support lock versions of atomics
|
D | PPCInstrInfo.td | 1488 // Instructions to support lock versions of atomics
|
/external/jemalloc/ |
D | configure.ac | 1256 dnl Check for C11 atomics. 1258 JE_COMPILABLE([C11 atomics], [
|
/external/libcxx/include/ |
D | atomic | 612 // [atomics.types.generic]p1 guarantees _Tp is trivially copyable. Because
|
/external/llvm/lib/Target/R600/ |
D | SIInstructions.td | 2910 // 32-bit atomics. 2929 // 64-bit atomics.
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 630 // Some of our atomics builtins are handled by AtomicExpr rather than
|
/external/v8/ |
D | ChangeLog | 3538 Added atomics implementation for ThreadSanitizer v2.
|