HomeSort by relevance Sort by last modified time
    Searched refs:AtomicRMW (Results 1 - 24 of 24) sorted by null

  /external/llvm/unittests/Analysis/
AliasAnalysisTest.cpp 184 auto *AtomicRMW =
203 EXPECT_EQ(AA.getModRefInfo(AtomicRMW, MemoryLocation()), MRI_ModRef);
204 EXPECT_EQ(AA.getModRefInfo(AtomicRMW), MRI_ModRef);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 132 case AtomicRMW: return "atomicrmw";
322 case Instruction::AtomicRMW:
342 case Instruction::AtomicRMW:
440 case AtomicRMW:
Instructions.cpp     [all...]
  /external/llvm/lib/IR/
Instruction.cpp 297 case AtomicRMW: return "atomicrmw";
488 case Instruction::AtomicRMW:
510 case Instruction::AtomicRMW:
528 case Instruction::AtomicRMW:
Instructions.cpp     [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_atomic.cc 276 static T AtomicRMW(ThreadState *thr, uptr pc, volatile T *a, T v, morder mo) {
335 return AtomicRMW<T, func_xchg>(thr, pc, a, v, mo);
341 return AtomicRMW<T, func_add>(thr, pc, a, v, mo);
347 return AtomicRMW<T, func_sub>(thr, pc, a, v, mo);
353 return AtomicRMW<T, func_and>(thr, pc, a, v, mo);
359 return AtomicRMW<T, func_or>(thr, pc, a, v, mo);
365 return AtomicRMW<T, func_xor>(thr, pc, a, v, mo);
371 return AtomicRMW<T, func_nand>(thr, pc, a, v, mo);
  /external/llvm/lib/Analysis/
CaptureTracking.cpp 285 case Instruction::AtomicRMW: {
286 // atomicrmw conceptually includes both a load and store from
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasAnalysis.h 349 case Instruction::AtomicRMW:
440 /// a particular atomicrmw modifies or reads the specified memory location.
  /external/llvm/include/llvm/Analysis/
AliasAnalysis.h 417 /// a particular atomicrmw modifies or reads the specified memory location.
491 case Instruction::AtomicRMW:
    [all...]
  /external/llvm/lib/AsmParser/
LLLexer.cpp 770 INSTKEYWORD(atomicrmw, AtomicRMW);
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLLexer.cpp 652 INSTKEYWORD(atomicrmw, AtomicRMW);
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 201 | AtomicRMW
    [all...]
llvm.mli 251 | AtomicRMW
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h 562 /// This enumeration lists the possible modifications atomicrmw can make. In
635 "atomicrmw instructions can only be atomic.");
673 return I->getOpcode() == Instruction::AtomicRMW;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 213 | AtomicRMW
    [all...]
llvm.mli 271 | AtomicRMW
296 (** The ordering of an atomic [load], [store], [cmpxchg], [atomicrmw] or
310 (** The opcode of an [atomicrmw] instruction.
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 680 /// This enumeration lists the possible modifications atomicrmw can make. In
753 "atomicrmw instructions can only be atomic.");
791 return I->getOpcode() == Instruction::AtomicRMW;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]

Completed in 1655 milliseconds