HomeSort by: relevance | last modified time | path
    Searched defs:Atomic (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AutoInitRemark.cpp 23 static void volatileOrAtomicWithExtraArgs(bool Volatile, bool Atomic,
27 if (Atomic)
28 R << " Atomic: " << NV("StoreAtomic", true) << ".";
32 if (!Volatile || !Atomic)
36 if (!Atomic)
37 R << " Atomic: " << NV("StoreAtomic", false) << ".";
48 bool Atomic = SI.isAtomic();
55 volatileOrAtomicWithExtraArgs(Volatile, Atomic, R);
67 bool Atomic = false;
80 Atomic = true
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Instrumentation.h 68 // Use atomic profile counter increments.
69 bool Atomic = false;
128 // Use atomic profile counter increments.
129 bool Atomic = false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 283 bool Atomic;

Completed in 47 milliseconds