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

1 2

  /external/swiftshader/third_party/subzero/src/
IceIntrinsics.h 47 AtomicRMW,
81 /// Operations that can be represented by the AtomicRMW intrinsic.
IceIntrinsics.cpp 89 INTRIN(AtomicRMW, SideEffects_T, ReturnsTwice_F, MemoryWrite_T) \
289 case AtomicRMW:
  /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:
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 case Instruction::AtomicRMW:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasAnalysis.h 465 /// a particular atomicrmw modifies or reads the specified memory location.
547 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...]
  /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...]

Completed in 580 milliseconds

1 2