/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 329 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()
|
D | Instructions.cpp | 1316 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst() 1328 AtomicCmpXchg, OperandTraits<AtomicCmpXchgInst>::op_begin(this), in AtomicCmpXchgInst()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 131 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName() 321 case Instruction::AtomicCmpXchg: in mayReadFromMemory() 341 case Instruction::AtomicCmpXchg: in mayWriteToMemory() 441 case AtomicCmpXchg: in isSafeToSpeculativelyExecute()
|
D | Instructions.cpp | 1246 : Instruction(Cmp->getType(), AtomicCmpXchg, in AtomicCmpXchgInst() 1257 : Instruction(Cmp->getType(), AtomicCmpXchg, in AtomicCmpXchgInst()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 296 case AtomicCmpXchg: return "cmpxchg"; in getOpcodeName() 487 case Instruction::AtomicCmpXchg: in mayReadFromMemory() 509 case Instruction::AtomicCmpXchg: in mayWriteToMemory() 527 case Instruction::AtomicCmpXchg: in isAtomic()
|
D | Instructions.cpp | 1551 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/ |
D | MemoryLocation.h | 90 case Instruction::AtomicCmpXchg: in getOrNone()
|
D | AliasAnalysis.h | 641 case Instruction::AtomicCmpXchg: in getModRefInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 312 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 297 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
|
D | ValueTracking.cpp | 3184 case Instruction::AtomicCmpXchg: in isSafeToSpeculativelyExecute() 3620 case Instruction::AtomicCmpXchg: in getGuaranteedNonFullPoisonOp()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 138 HANDLE_MEMORY_INST(32, AtomicCmpXchg , AtomicCmpXchgInst )
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | AliasAnalysis.h | 347 case Instruction::AtomicCmpXchg: in getModRefInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.def | 157 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 153 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 153 HANDLE_MEMORY_INST(34, AtomicCmpXchg , AtomicCmpXchgInst )
|
/external/spirv-llvm/lib/SPIRV/ |
D | OCLUtil.h | 145 const static char AtomicCmpXchg[] = "atomic_cmpxchg"; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 63 llvm::Value* AtomicCmpXchg(Args&&... args) { in AtomicCmpXchg() function
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 489 case Instruction::AtomicCmpXchg: in getModRefInfo()
|
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLLexer.cpp | 651 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 381 AtomicCmpXchg(atomic_memory_address, cas_old_output, cas_new_output, in EmitAtomicOperationUsingCAS()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 769 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 860 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1469 case AtomicCmpXchg: return 0; in InstructionOpcodeToISD()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1695 case AtomicCmpXchg: return 0; in InstructionOpcodeToISD()
|