/external/llvm/unittests/Analysis/ |
D | AliasAnalysisTest.cpp | 184 auto *AtomicRMW = in TEST_F() local 203 EXPECT_EQ(AA.getModRefInfo(AtomicRMW, MemoryLocation()), MRI_ModRef); in TEST_F() 204 EXPECT_EQ(AA.getModRefInfo(AtomicRMW), MRI_ModRef); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 335 case AtomicRMW: return "atomicrmw"; in getOpcodeName() 521 case Instruction::AtomicRMW: in mayReadFromMemory() 541 case Instruction::AtomicRMW: in mayWriteToMemory() 559 case Instruction::AtomicRMW: in isAtomic() 575 case Instruction::AtomicRMW: in hasAtomicLoad() 587 case Instruction::AtomicRMW: in hasAtomicStore()
|
D | Instructions.cpp | 1512 : Instruction(Val->getType(), AtomicRMW, in AtomicRMWInst() 1523 : Instruction(Val->getType(), AtomicRMW, in AtomicRMWInst()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 231 AtomicRMW(llvm::AtomicRMWInst::FAdd, output_address, source, in MaybeEmitDirectAtomicOperation() 246 AtomicRMW( in MaybeEmitDirectAtomicOperation() 259 AtomicRMW(opcode, output_address, source, llvm::MaybeAlign(), in MaybeEmitDirectAtomicOperation() 270 AtomicRMW(opcode, output_address, source, llvm::MaybeAlign(), in MaybeEmitDirectAtomicOperation() 494 AtomicRMW(llvm::AtomicRMWInst::FAdd, output_ptr, source, llvm::MaybeAlign(), in EmitAMDGPUAtomicAdd()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_atomic.cc | 276 static T AtomicRMW(ThreadState *thr, uptr pc, volatile T *a, T v, morder mo) { in AtomicRMW() function 335 return AtomicRMW<T, func_xchg>(thr, pc, a, v, mo); in AtomicExchange() 341 return AtomicRMW<T, func_add>(thr, pc, a, v, mo); in AtomicFetchAdd() 347 return AtomicRMW<T, func_sub>(thr, pc, a, v, mo); in AtomicFetchSub() 353 return AtomicRMW<T, func_and>(thr, pc, a, v, mo); in AtomicFetchAnd() 359 return AtomicRMW<T, func_or>(thr, pc, a, v, mo); in AtomicFetchOr() 365 return AtomicRMW<T, func_xor>(thr, pc, a, v, mo); in AtomicFetchXor() 371 return AtomicRMW<T, func_nand>(thr, pc, a, v, mo); in AtomicFetchNand()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 297 case AtomicRMW: return "atomicrmw"; in getOpcodeName() 488 case Instruction::AtomicRMW: in mayReadFromMemory() 510 case Instruction::AtomicRMW: in mayWriteToMemory() 528 case Instruction::AtomicRMW: in isAtomic()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceIntrinsics.cpp | 41 case AtomicRMW: in isMemoryOrderValid()
|
D | IceIntrinsics.h | 41 AtomicRMW, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 217 case Instruction::AtomicRMW: in getOrNone()
|
D | AliasAnalysis.h | 742 case Instruction::AtomicRMW: in getModRefInfo()
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 285 case Instruction::AtomicRMW: { in PointerMayBeCaptured()
|
D | ValueTracking.cpp | 3183 case Instruction::AtomicRMW: in isSafeToSpeculativelyExecute() 3623 case Instruction::AtomicRMW: in getGuaranteedNonFullPoisonOp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 316 case Instruction::AtomicRMW: { in PointerMayBeCaptured()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | atomics.ll | 110 ; AtomicRMW
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 154 HANDLE_MEMORY_INST(35, AtomicRMW , AtomicRMWInst )
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 154 HANDLE_MEMORY_INST(35, AtomicRMW , AtomicRMWInst )
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.def | 177 HANDLE_MEMORY_INST(37, AtomicRMW , AtomicRMWInst )
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 209 case Instruction::AtomicRMW: in HasAddressTaken()
|
D | TargetLoweringBase.cpp | 1619 case AtomicRMW: return 0; in InstructionOpcodeToISD()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 68 llvm::Value* AtomicRMW(Args&&... args) { in AtomicRMW() function
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 491 case Instruction::AtomicRMW: in getModRefInfo()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 770 INSTKEYWORD(atomicrmw, AtomicRMW); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 882 INSTKEYWORD(atomicrmw, AtomicRMW); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 1394 case Instruction::AtomicRMW: in isNonRelaxedAtomic() 1464 case Instruction::AtomicRMW: in isVolatile() 2092 Instruction::AtomicRMW}); in updateImpl() 2115 case Instruction::AtomicRMW: in isAssumedToCauseUB() 6455 case Instruction::AtomicRMW: in initializeInformationCache()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1696 case AtomicRMW: return 0; in InstructionOpcodeToISD()
|