Searched refs:AtomicRMW (Results 1 - 22 of 22) sorted by relevance

/external/llvm/unittests/Analysis/
H A DAliasAnalysisTest.cpp184 auto *AtomicRMW = local
203 EXPECT_EQ(AA.getModRefInfo(AtomicRMW, MemoryLocation()), MRI_ModRef);
204 EXPECT_EQ(AA.getModRefInfo(AtomicRMW), MRI_ModRef);
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DInstruction.cpp132 case AtomicRMW: return "atomicrmw";
322 case Instruction::AtomicRMW:
342 case Instruction::AtomicRMW:
440 case AtomicRMW:
H A DInstructions.cpp1285 "AtomicRMW instructions must be atomic!");
1292 : Instruction(Val->getType(), AtomicRMW,
1303 : Instruction(Val->getType(), AtomicRMW,
/external/llvm/lib/IR/
H A DInstruction.cpp297 case AtomicRMW: return "atomicrmw";
488 case Instruction::AtomicRMW:
510 case Instruction::AtomicRMW:
528 case Instruction::AtomicRMW:
H A DInstructions.cpp1590 "AtomicRMW instructions must be atomic!");
1597 : Instruction(Val->getType(), AtomicRMW,
1608 : Instruction(Val->getType(), AtomicRMW,
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_atomic.cc276 static T AtomicRMW(ThreadState *thr, uptr pc, volatile T *a, T v, morder mo) { function
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/
H A DCaptureTracking.cpp285 case Instruction::AtomicRMW: {
H A DValueTracking.cpp3183 case Instruction::AtomicRMW:
3623 case Instruction::AtomicRMW:
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasAnalysis.h349 case Instruction::AtomicRMW:
/external/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h491 case Instruction::AtomicRMW:
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp770 INSTKEYWORD(atomicrmw, AtomicRMW);
/external/swiftshader/third_party/LLVM/lib/AsmParser/
H A DLLLexer.cpp652 INSTKEYWORD(atomicrmw, AtomicRMW);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml201 | AtomicRMW Constructor in type:Opcode/t
H A Dllvm.mli251 | AtomicRMW
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1696 case AtomicRMW: return 0;
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1234 case Instruction::AtomicRMW:
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml213 | AtomicRMW Constructor in type:Opcode/t
H A Dllvm.mli271 | AtomicRMW
/external/llvm/include/llvm/IR/
H A DInstructions.h791 return I->getOpcode() == Instruction::AtomicRMW;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1080 case Instruction::AtomicRMW: NumFastIselFailAtomicRMW++; return;
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h673 return I->getOpcode() == Instruction::AtomicRMW;
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2609 case Instruction::AtomicRMW:

Completed in 646 milliseconds