Home
last modified time | relevance | path

Searched refs:ATOMIC_STORE_2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h415 ATOMIC_STORE_2, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def469 HANDLE_LIBCALL(ATOMIC_STORE_2, "__atomic_store_2")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp407 Table[RTLIB::ATOMIC_STORE_2] = unsupported; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1331 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
/external/llvm/lib/CodeGen/
DAtomicExpandPass.cpp1327 RTLIB::ATOMIC_STORE, RTLIB::ATOMIC_STORE_1, RTLIB::ATOMIC_STORE_2, in expandAtomicStoreToLibcall()
DTargetLoweringBase.cpp426 Names[RTLIB::ATOMIC_STORE_2] = "__atomic_store_2"; in InitLibcallNames()