Searched refs:omp_target_memcpy (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/openmp/libomptarget/test/unified_shared_memory/ |
D | api.c | 63 omp_target_memcpy(d_B, pB, N * sizeof(int), 0, 0, device, in main() 65 omp_target_memcpy(d_C, pC, N * sizeof(int), 0, 0, device, in main() 76 omp_target_memcpy(pA, d_A, N * sizeof(int), 0, 0, omp_get_initial_device(), in main()
|
/external/llvm-project/openmp/libomptarget/src/ |
D | exports | 33 omp_target_memcpy;
|
D | api.cpp | 126 EXTERN int omp_target_memcpy(void *dst, void *src, size_t length, in omp_target_memcpy() function 215 rc = omp_target_memcpy(dst, src, element_size * volume[0], in omp_target_memcpy_rect()
|
/external/llvm-project/openmp/libomptarget/test/offloading/ |
D | d2d_memcpy.c | 41 omp_target_memcpy(dst_ptr, src_ptr, length, 0, 0, dst_device, src_device); in main()
|
/external/llvm-project/openmp/libomptarget/include/ |
D | omptarget.h | 144 int omp_target_memcpy(void *dst, void *src, size_t length, size_t dst_offset,
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_ftn_os.h | 117 #define FTN_TARGET_MEMCPY omp_target_memcpy
|
D | dllexports | 501 omp_target_memcpy 886
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp.h.var | 145 …extern int __KAI_KMPC_CONVENTION omp_target_memcpy(void *, void *, size_t, size_t, size_t, int,…
|
/external/llvm-project/llvm/test/Transforms/OpenMP/ |
D | add_attributes.ll | 202 …%call28 = call i32 @omp_target_memcpy(i8* %49, i8* %50, i64 %51, i64 %52, i64 %53, i32 %54, i32 %5… 412 declare dso_local i32 @omp_target_memcpy(i8*, i8*, i64, i64, i64, i32, i32) 820 ; CHECK: declare dso_local i32 @omp_target_memcpy(i8*, i8*, i64, i64, i64, i32, i32) 1357 ; OPTIMISTIC: declare dso_local i32 @omp_target_memcpy(i8*, i8*, i64, i64, i64, i32, i32)
|