summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h')
-rw-r--r--contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h b/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
index 16d305c..ddfabb0 100644
--- a/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
+++ b/contrib/llvm/include/llvm/CodeGen/RuntimeLibcalls.h
@@ -333,6 +333,13 @@ namespace RTLIB {
MEMSET,
MEMMOVE,
+ // ELEMENT-WISE ATOMIC MEMORY
+ MEMCPY_ELEMENT_ATOMIC_1,
+ MEMCPY_ELEMENT_ATOMIC_2,
+ MEMCPY_ELEMENT_ATOMIC_4,
+ MEMCPY_ELEMENT_ATOMIC_8,
+ MEMCPY_ELEMENT_ATOMIC_16,
+
// EXCEPTION HANDLING
UNWIND_RESUME,
@@ -503,6 +510,10 @@ namespace RTLIB {
/// Return the SYNC_FETCH_AND_* value for the given opcode and type, or
/// UNKNOWN_LIBCALL if there is none.
Libcall getSYNC(unsigned Opc, MVT VT);
+
+ /// getMEMCPY_ELEMENT_ATOMIC - Return MEMCPY_ELEMENT_ATOMIC_* value for the
+ /// given element size or UNKNOW_LIBCALL if there is none.
+ Libcall getMEMCPY_ELEMENT_ATOMIC(uint64_t ElementSize);
}
}
OpenPOWER on IntegriCloud