Home
last modified time | relevance | path

Searched refs:ATOMIC_EXCHANGE (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemStorageBufferTests.cpp74 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/
DRuntimeLibcalls.h420 ATOMIC_EXCHANGE, enumerator
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2550 #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/
DRuntimeLibcalls.def474 HANDLE_LIBCALL(ATOMIC_EXCHANGE, "__atomic_exchange")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp412 Table[RTLIB::ATOMIC_EXCHANGE] = unsupported; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1361 RTLIB::ATOMIC_EXCHANGE, RTLIB::ATOMIC_EXCHANGE_1, in GetRMWLibcall()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1357 RTLIB::ATOMIC_EXCHANGE, RTLIB::ATOMIC_EXCHANGE_1, in GetRMWLibcall()
DTargetLoweringBase.cpp431 Names[RTLIB::ATOMIC_EXCHANGE] = "__atomic_exchange"; in InitLibcallNames()