Home
last modified time | relevance | path

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

/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/clang/lib/CodeGen/
DCGAtomic.cpp1416 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/
Dproperty-aggregate.m4 // not get native atomics, even though x86-64 can do unaligned atomics
/external/llvm/test/CodeGen/R600/
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.
/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/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
DCodingStandards.rst172 * While most of the atomics library is well implemented, the fences are
DLangRef.rst1735 references in the :doc:`atomics guide <Atomics>`).
/external/compiler-rt/lib/tsan/rtl/
Dtsan_flags.inc45 "If set, all atomics are effectively sequentially consistent (seq_cst), "
/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.txt169 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/llvm/lib/Target/PowerPC/
DPPC.td129 def FeaturePartwordAtomic : SubtargetFeature<"partword-atomics",
DPPCInstr64Bit.td242 // Instruction to support lock versions of atomics
DPPCInstrInfo.td1488 // Instructions to support lock versions of atomics
/external/jemalloc/
Dconfigure.ac1256 dnl Check for C11 atomics.
1258 JE_COMPILABLE([C11 atomics], [
/external/libcxx/include/
Datomic612 // [atomics.types.generic]p1 guarantees _Tp is trivially copyable. Because
/external/llvm/lib/Target/R600/
DSIInstructions.td2910 // 32-bit atomics.
2929 // 64-bit atomics.
/external/clang/include/clang/Basic/
DBuiltins.def630 // Some of our atomics builtins are handled by AtomicExpr rather than
/external/v8/
DChangeLog3538 Added atomics implementation for ThreadSanitizer v2.