| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ |
| H A D | target_implicit_partial_map.c | 18 omp_target_is_present(&arr[50], omp_get_default_device())); in main() 22 omp_target_is_present(&arr[0], omp_get_default_device())); in main() 26 omp_target_is_present(&arr[49], omp_get_default_device())); in main() 37 omp_target_is_present(&arr[50], omp_get_default_device())); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ompx_hold/ |
| H A D | target.c | 10 omp_target_is_present(&Var1, omp_get_default_device()), \ 11 omp_target_is_present(&Var2, omp_get_default_device()), \ 12 omp_target_is_present(&Var3, omp_get_default_device()))
|
| H A D | struct.c | 15 omp_target_is_present(&(Var1), omp_get_default_device()), \ 16 omp_target_is_present(&(Var2), omp_get_default_device()), \ 17 omp_target_is_present(&(Var3), omp_get_default_device()))
|
| H A D | target-data.c | 10 omp_target_is_present(&Var1, omp_get_default_device()), \ 11 omp_target_is_present(&Var2, omp_get_default_device()), \ 12 omp_target_is_present(&Var3, omp_get_default_device()))
|
| H A D | omp_target_disassociate_ptr.c | 33 int DevNum = omp_get_default_device(); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/src/ |
| H A D | interop.cpp | 194 DeviceId = omp_get_default_device(); in __tgt_interop_init() 233 DeviceId = omp_get_default_device(); in __tgt_interop_use() 261 DeviceId = omp_get_default_device(); in __tgt_interop_destroy()
|
| H A D | private.h | 111 int omp_get_default_device(void) __attribute__((weak));
|
| /llvm-project-15.0.7/openmp/libomptarget/test/unified_shared_memory/ |
| H A D | associate_ptr.c | 13 int dev = omp_get_default_device(); in main()
|
| H A D | close_member.c | 17 int dev = omp_get_default_device(); in main()
|
| H A D | close_manual.c | 49 int device_id = omp_get_default_device(); in main()
|
| H A D | close_enter_exit.c | 20 int dev = omp_get_default_device(); in main()
|
| H A D | api.c | 35 const int device = omp_get_default_device(); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/api/ |
| H A D | omp_device_managed_memory.c | 11 const int device = omp_get_default_device(); in main()
|
| H A D | omp_host_pinned_memory.c | 12 const int device = omp_get_default_device(); in main()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | interop.c | 14 int device_id = omp_get_default_device(); in main()
|
| H A D | host_as_target.c | 27 int DevDefault = omp_get_default_device(); in main()
|
| /llvm-project-15.0.7/flang/module/ |
| H A D | omp_lib.h | 295 function omp_get_default_device() bind(c) 297 integer(kind=omp_integer_kind) :: omp_get_default_device 298 end function omp_get_default_device
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Interface.h | 125 int omp_get_default_device(void);
|
| /llvm-project-15.0.7/openmp/runtime/src/include/ |
| H A D | omp_lib.h.var | 425 function omp_get_default_device() bind(c) 427 integer (kind=omp_integer_kind) omp_get_default_device 428 end function omp_get_default_device 997 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_default_device 1080 !$omp declare target(omp_get_default_device )
|
| H A D | omp_lib.f90.var | 326 function omp_get_default_device() bind(c) 328 integer (kind=omp_integer_kind) omp_get_default_device 329 end function omp_get_default_device
|
| H A D | omp.h.var | 132 extern int __KAI_KMPC_CONVENTION omp_get_default_device (void);
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | State.cpp | 382 int omp_get_default_device(void) { return -1; } in omp_get_default_device() function
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_ftn_os.h | 98 #define FTN_GET_DEFAULT_DEVICE omp_get_default_device
|
| H A D | dllexports | 498 omp_get_default_device 880
|
| /llvm-project-15.0.7/llvm/test/Transforms/OpenMP/ |
| H A D | add_attributes.ll | 148 %call19 = call i32 @omp_get_default_device() 385 declare dso_local i32 @omp_get_default_device() 786 ; CHECK: declare dso_local i32 @omp_get_default_device() 1326 ; OPTIMISTIC: declare dso_local i32 @omp_get_default_device()
|