Searched refs:omp_target_alloc (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/test/unified_shared_memory/ |
| H A D | api.c | 61 int *d_A = (int *)omp_target_alloc(N * sizeof(int), device); in main() 62 int *d_B = (int *)omp_target_alloc(N * sizeof(int), device); in main() 63 int *d_C = (int *)omp_target_alloc(N * sizeof(int), device); in main()
|
| H A D | associate_ptr.c | 15 int *x_dev = (int *)omp_target_alloc(sizeof x, dev); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | memory_manager.cpp | 16 void *p = omp_target_alloc(n * sizeof(int), 0); in main() 24 int *p = (int *)omp_target_alloc(n * sizeof(int), 0); in main()
|
| H A D | d2d_memcpy.c | 24 int *src_ptr = omp_target_alloc(length, src_device); in main() 25 int *dst_ptr = omp_target_alloc(length, dst_device); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | exports | 36 omp_target_alloc;
|
| H A D | api.cpp | 49 EXTERN void *omp_target_alloc(size_t Size, int DeviceNum) { in omp_target_alloc() function
|
| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ompx_hold/ |
| H A D | omp_target_disassociate_ptr.c | 35 void *XDev = omp_target_alloc(sizeof X, DevNum); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | omptarget.h | 228 void *omp_target_alloc(size_t Size, int DeviceNum);
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp_lib.f90.var | 570 function omp_target_alloc(size, device_num) bind(c) 572 type(c_ptr) omp_target_alloc 575 end function omp_target_alloc
|
| H A D | omp_lib.h.var | 664 function omp_target_alloc(size, device_num) bind(c) 666 type(c_ptr) omp_target_alloc 669 end function omp_target_alloc
|
| H A D | omp.h.var | 142 extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int);
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 114 #define FTN_TARGET_ALLOC omp_target_alloc
|
| H A D | dllexports | 512 omp_target_alloc 883
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 179 %call26 = call i8* @omp_target_alloc(i64 %41, i32 %42) 401 declare dso_local i8* @omp_target_alloc(i64, i32) 810 ; CHECK: declare dso_local i8* @omp_target_alloc(i64, i32) 1350 ; OPTIMISTIC: declare dso_local i8* @omp_target_alloc(i64, i32)
|