Searched refs:ATOMIC_EXCHANGE (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemStorageBufferTests.cpp | 74 ATOMIC_EXCHANGE, enumerator 118 case ATOMIC_EXCHANGE: return "exchange"; in getSSBOAtomicTypeString() 776 case ATOMIC_EXCHANGE: in calculateAtomicOpData() 841 ATOMIC_EXCHANGE, in createAtomicStorageBufferTests()
|
/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 420 ATOMIC_EXCHANGE, enumerator
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2550 #define ATOMIC_EXCHANGE(start, end, shift_amount, offset) \ in AssembleArchInstruction() macro 2570 ATOMIC_EXCHANGE(start, end, shift_amount, -idx); \ in AssembleArchInstruction() 2579 ATOMIC_EXCHANGE(start, end, shift_amount, -idx * 2); \ in AssembleArchInstruction() 2589 ATOMIC_EXCHANGE(start, end, shift_amount, -idx); \ in AssembleArchInstruction() 2598 ATOMIC_EXCHANGE(start, end, shift_amount, -idx * 2); \ in AssembleArchInstruction()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 474 HANDLE_LIBCALL(ATOMIC_EXCHANGE, "__atomic_exchange")
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 412 Table[RTLIB::ATOMIC_EXCHANGE] = unsupported; in RuntimeLibcallSignatureTable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1361 RTLIB::ATOMIC_EXCHANGE, RTLIB::ATOMIC_EXCHANGE_1, in GetRMWLibcall()
|
/external/llvm/lib/CodeGen/ |
D | AtomicExpandPass.cpp | 1357 RTLIB::ATOMIC_EXCHANGE, RTLIB::ATOMIC_EXCHANGE_1, in GetRMWLibcall()
|
D | TargetLoweringBase.cpp | 431 Names[RTLIB::ATOMIC_EXCHANGE] = "__atomic_exchange"; in InitLibcallNames()
|