Searched refs:omp_target_associate_ptr (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/test/unified_shared_memory/ |
| H A D | api.c | 105 int rc = omp_target_associate_ptr(B, d_B, N * sizeof(int), 0, device); in main() 113 int rc = omp_target_associate_ptr(C, d_C, N * sizeof(int), 0, device); in main()
|
| H A D | associate_ptr.c | 17 int rc = omp_target_associate_ptr(&x, x_dev, sizeof x, 0, dev); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | exports | 41 omp_target_associate_ptr;
|
| H A D | api.cpp | 278 EXTERN int omp_target_associate_ptr(const void *HostPtr, const void *DevicePtr, in omp_target_associate_ptr() function
|
| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ompx_hold/ |
| H A D | omp_target_disassociate_ptr.c | 41 if (omp_target_associate_ptr(&X, &XDev, sizeof X, 0, DevNum)) { in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/include/ |
| H A D | omptarget.h | 240 int omp_target_associate_ptr(const void *HostPtr, const void *DevicePtr,
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp_lib.f90.var | 638 function omp_target_associate_ptr(host_ptr, device_ptr, size, & 641 integer(c_int) omp_target_associate_ptr 645 end function omp_target_associate_ptr
|
| H A D | omp_lib.h.var | 735 …function omp_target_associate_ptr(host_ptr, device_ptr, size, … 738 integer(c_int) omp_target_associate_ptr 742 end function omp_target_associate_ptr
|
| H A D | omp.h.var | 148 …extern int __KAI_KMPC_CONVENTION omp_target_associate_ptr(const void *, const void *, size_t, s…
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 119 #define FTN_TARGET_ASSOCIATE_PTR omp_target_associate_ptr
|
| H A D | dllexports | 517 omp_target_associate_ptr 888
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 208 %call29 = call i32 @omp_target_associate_ptr(i8* %57, i8* %58, i64 %59, i64 %60, i32 %61) 411 declare dso_local i32 @omp_target_associate_ptr(i8*, i8*, i64, i64, i32) 825 ; CHECK: declare dso_local i32 @omp_target_associate_ptr(i8*, i8*, i64, i64, i32) 1365 ; OPTIMISTIC: declare dso_local i32 @omp_target_associate_ptr(i8*, i8*, i64, i64, i32)
|