Home
last modified time | relevance | path

Searched refs:AtomicCmpXchg (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp334 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName()
520 case Instruction::AtomicCmpXchg: in mayReadFromMemory()
540 case Instruction::AtomicCmpXchg: in mayWriteToMemory()
558 case Instruction::AtomicCmpXchg: in isAtomic()
574 case Instruction::AtomicCmpXchg: in hasAtomicLoad()
586 case Instruction::AtomicCmpXchg: in hasAtomicStore()
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp358 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName()
548 case Instruction::AtomicCmpXchg: in mayReadFromMemory()
568 case Instruction::AtomicCmpXchg: in mayWriteToMemory()
586 case Instruction::AtomicCmpXchg: in isAtomic()
602 case Instruction::AtomicCmpXchg: in hasAtomicLoad()
614 case Instruction::AtomicCmpXchg: in hasAtomicStore()
/external/llvm/lib/IR/
DInstruction.cpp296 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName()
487 case Instruction::AtomicCmpXchg: in mayReadFromMemory()
509 case Instruction::AtomicCmpXchg: in mayWriteToMemory()
527 case Instruction::AtomicCmpXchg: in isAtomic()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp297 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h215 case Instruction::AtomicCmpXchg: in getOrNone()
DAliasAnalysis.h739 case Instruction::AtomicCmpXchg: in getModRefInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCaptureTracking.cpp328 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
/external/llvm-project/llvm/lib/Analysis/
DMemoryLocation.cpp96 case Instruction::AtomicCmpXchg: in getOrNone()
DCaptureTracking.cpp351 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
/external/llvm/include/llvm/IR/
DInstruction.def153 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def153 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.def176 HANDLE_MEMORY_INST(36, AtomicCmpXchg , AtomicCmpXchgInst )
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.def176 HANDLE_MEMORY_INST(36, AtomicCmpXchg , AtomicCmpXchgInst )
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp172 case Instruction::AtomicCmpXchg: in HasAddressTaken()
DTargetLoweringBase.cpp1618 case AtomicCmpXchg: return 0; in InstructionOpcodeToISD()
/external/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp181 case Instruction::AtomicCmpXchg: in HasAddressTaken()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h63 llvm::Value* AtomicCmpXchg(Args&&... args) { in AtomicCmpXchg() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc480 AtomicCmpXchg(atomic_memory_address, cas_old_output, cas_new_output, in EmitAtomicOperationUsingCAS()
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h489 case Instruction::AtomicCmpXchg: in getModRefInfo()
/external/llvm/lib/AsmParser/
DLLLexer.cpp769 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
/external/llvm-project/llvm/include/llvm/Analysis/
DAliasAnalysis.h788 case Instruction::AtomicCmpXchg: in getModRefInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp881 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp895 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp1410 case Instruction::AtomicCmpXchg: { in isNonRelaxedAtomic()
1470 case Instruction::AtomicCmpXchg: in isVolatile()
2091 Instruction::AtomicCmpXchg, in updateImpl()
2114 case Instruction::AtomicCmpXchg: in isAssumedToCauseUB()
6456 case Instruction::AtomicCmpXchg: in initializeInformationCache()
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp1267 case Instruction::AtomicCmpXchg: { in isNonRelaxedAtomic()
1326 case Instruction::AtomicCmpXchg: in isVolatile()
2097 Instruction::AtomicCmpXchg, in updateImpl()
2138 case Instruction::AtomicCmpXchg: in isAssumedToCauseUB()

12