/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 334 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/ |
D | Instruction.cpp | 358 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/ |
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()
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 297 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemoryLocation.h | 215 case Instruction::AtomicCmpXchg: in getOrNone()
|
D | AliasAnalysis.h | 739 case Instruction::AtomicCmpXchg: in getModRefInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 328 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | MemoryLocation.cpp | 96 case Instruction::AtomicCmpXchg: in getOrNone()
|
D | CaptureTracking.cpp | 351 case Instruction::AtomicCmpXchg: { in PointerMayBeCaptured()
|
/external/llvm/include/llvm/IR/ |
D | Instruction.def | 153 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instruction.def | 176 HANDLE_MEMORY_INST(36, AtomicCmpXchg , AtomicCmpXchgInst )
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.def | 176 HANDLE_MEMORY_INST(36, AtomicCmpXchg , AtomicCmpXchgInst )
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 172 case Instruction::AtomicCmpXchg: in HasAddressTaken()
|
D | TargetLoweringBase.cpp | 1618 case AtomicCmpXchg: return 0; in InstructionOpcodeToISD()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 181 case Instruction::AtomicCmpXchg: in HasAddressTaken()
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | ir_builder_mixin.h | 63 llvm::Value* AtomicCmpXchg(Args&&... args) { in AtomicCmpXchg() function
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter.cc | 480 AtomicCmpXchg(atomic_memory_address, cas_old_output, cas_new_output, in EmitAtomicOperationUsingCAS()
|
/external/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 489 case Instruction::AtomicCmpXchg: in getModRefInfo()
|
/external/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 769 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | AliasAnalysis.h | 788 case Instruction::AtomicCmpXchg: in getModRefInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 881 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 895 INSTKEYWORD(cmpxchg, AtomicCmpXchg); in LexIdentifier()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 1410 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/ |
D | AttributorAttributes.cpp | 1267 case Instruction::AtomicCmpXchg: { in isNonRelaxedAtomic() 1326 case Instruction::AtomicCmpXchg: in isVolatile() 2097 Instruction::AtomicCmpXchg, in updateImpl() 2138 case Instruction::AtomicCmpXchg: in isAssumedToCauseUB()
|