Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h274 SYNC_LOCK_TEST_AND_SET_4, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h351 SYNC_LOCK_TEST_AND_SET_4, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def405 HANDLE_LIBCALL(SYNC_LOCK_TEST_AND_SET_4, "__sync_lock_test_and_set_4")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp342 Table[RTLIB::SYNC_LOCK_TEST_AND_SET_4] = unsupported; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp363 Names[RTLIB::SYNC_LOCK_TEST_AND_SET_4] = "__sync_lock_test_and_set_4"; in InitLibcallNames()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp300 Names[RTLIB::SYNC_LOCK_TEST_AND_SET_4] = "__sync_lock_test_and_set_4"; in InitLibcallNames()
DLegalizeIntegerTypes.cpp1180 case MVT::i32: LC = RTLIB::SYNC_LOCK_TEST_AND_SET_4; break; in ExpandAtomic()
DLegalizeDAG.cpp2890 case MVT::i32: LC = RTLIB::SYNC_LOCK_TEST_AND_SET_4; break; in ExpandAtomic()