Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp329 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName()
510 case Instruction::AtomicCmpXchg: in mayReadFromMemory()
530 case Instruction::AtomicCmpXchg: in mayWriteToMemory()
548 case Instruction::AtomicCmpXchg: in isAtomic()
564 case Instruction::AtomicCmpXchg: in hasAtomicLoad()
576 case Instruction::AtomicCmpXchg: in hasAtomicStore()
DInstructions.cpp1316 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst()
1328 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp131 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName()
321 case Instruction::AtomicCmpXchg: in mayReadFromMemory()
341 case Instruction::AtomicCmpXchg: in mayWriteToMemory()
441 case AtomicCmpXchg: in isSafeToSpeculativelyExecute()
DInstructions.cpp1246 : Instruction(Cmp->getType(), AtomicCmpXchg, in AtomicCmpXchgInst()
1257 : Instruction(Cmp->getType(), AtomicCmpXchg, in AtomicCmpXchgInst()
/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()
DInstructions.cpp1551 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst()
1564 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryLocation.h90 case Instruction::AtomicCmpXchg: in getOrNone()
DAliasAnalysis.h641 case Instruction::AtomicCmpXchg: in getModRefInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCaptureTracking.cpp312 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
/external/llvm/lib/Analysis/
DCaptureTracking.cpp297 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
DValueTracking.cpp3184 case Instruction::AtomicCmpXchg: in isSafeToSpeculativelyExecute()
3620 case Instruction::AtomicCmpXchg: in getGuaranteedNonFullPoisonOp()
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def138 HANDLE_MEMORY_INST(32, AtomicCmpXchg , AtomicCmpXchgInst )
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasAnalysis.h347 case Instruction::AtomicCmpXchg: in getModRefInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.def157 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def153 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
/external/llvm/include/llvm/IR/
DInstruction.def153 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
/external/spirv-llvm/lib/SPIRV/
DOCLUtil.h145 const static char AtomicCmpXchg[] = "atomic_cmpxchg"; variable
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_builder_mixin.h63 llvm::Value* AtomicCmpXchg(Args&&... args) { in AtomicCmpXchg() function
/external/llvm/include/llvm/Analysis/
DAliasAnalysis.h489 case Instruction::AtomicCmpXchg: in getModRefInfo()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLLexer.cpp651 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc381 AtomicCmpXchg(atomic_memory_address, cas_old_output, cas_new_output, in EmitAtomicOperationUsingCAS()
/external/llvm/lib/AsmParser/
DLLLexer.cpp769 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLLexer.cpp860 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1469 case AtomicCmpXchg: return 0; in InstructionOpcodeToISD()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1695 case AtomicCmpXchg: return 0; in InstructionOpcodeToISD()

12