Home
last modified time | relevance | path

Searched refs:omp_target_alloc (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/openmp/libomptarget/test/unified_shared_memory/
Dapi.c56 int *d_A = (int *)omp_target_alloc(N * sizeof(int), device); in main()
57 int *d_B = (int *)omp_target_alloc(N * sizeof(int), device); in main()
58 int *d_C = (int *)omp_target_alloc(N * sizeof(int), device); in main()
/external/llvm-project/openmp/libomptarget/test/offloading/
Dmemory_manager.cpp16 void *p = omp_target_alloc(n * sizeof(int), 0); in main()
24 int *p = (int *)omp_target_alloc(n * sizeof(int), 0); in main()
Dd2d_memcpy.c28 int *src_ptr = omp_target_alloc(length, src_device); in main()
29 int *dst_ptr = omp_target_alloc(length, dst_device); in main()
/external/llvm-project/openmp/libomptarget/src/
Dexports30 omp_target_alloc;
Dapi.cpp37 EXTERN void *omp_target_alloc(size_t size, int device_num) { in omp_target_alloc() function
/external/llvm-project/openmp/libomptarget/include/
Domptarget.h141 void *omp_target_alloc(size_t size, int device_num);
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h114 #define FTN_TARGET_ALLOC omp_target_alloc
Ddllexports498 omp_target_alloc 883
/external/llvm-project/openmp/runtime/src/include/
Domp.h.var142 extern void* __KAI_KMPC_CONVENTION omp_target_alloc(size_t, int);
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll182 %call26 = call i8* @omp_target_alloc(i64 %41, i32 %42)
404 declare dso_local i8* @omp_target_alloc(i64, i32)
808 ; CHECK: declare dso_local i8* @omp_target_alloc(i64, i32)
1345 ; OPTIMISTIC: declare dso_local i8* @omp_target_alloc(i64, i32)