Home
last modified time | relevance | path

Searched refs:omp_is_initial_device (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/clang/test/OpenMP/
Dis_initial_device.c17 int host = omp_is_initial_device(); in check()
21 device = omp_is_initial_device(); in check()
/external/llvm-project/openmp/libomptarget/test/offloading/
Doffloading_success.c14 { isHost = omp_is_initial_device(); } in main()
Doffloading_success.cpp14 { isHost = omp_is_initial_device(); } in main()
/external/llvm-project/openmp/libomptarget/test/mapping/
Ddelete_inf_refcount.c20 { isHost = omp_is_initial_device(); } in main()
/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/
Dspmd_parallel_regions.cpp16 isHost = (isHost < 0 || isHost == 0) ? omp_is_initial_device() : isHost; in main()
/external/llvm-project/flang/module/
Domp_lib.h320 function omp_is_initial_device() bind(c)
322 integer(kind=omp_logical_kind) :: omp_is_initial_device ! TODO: should this be LOGICAL?
323 end function omp_is_initial_device
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var414 function omp_is_initial_device() bind(c)
416 logical (kind=omp_logical_kind) omp_is_initial_device
417 end function omp_is_initial_device
786 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_is_initial_device
869 !$omp declare target(omp_is_initial_device )
Domp_lib.f90.var337 function omp_is_initial_device() bind(c)
339 logical (kind=omp_logical_kind) omp_is_initial_device
340 end function omp_is_initial_device
Domp.h.var134 extern int __KAI_KMPC_CONVENTION omp_is_initial_device (void);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu319 EXTERN int omp_is_initial_device(void) { in omp_is_initial_device() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h92 EXTERN int omp_is_initial_device(void);
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h100 #define FTN_IS_INITIAL_DEVICE omp_is_initial_device
Ddllexports482 omp_is_initial_device 869
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll156 %call20 = call i32 @omp_is_initial_device()
392 declare dso_local i32 @omp_is_initial_device()
790 ; CHECK: declare dso_local i32 @omp_is_initial_device()
1327 ; OPTIMISTIC: declare dso_local i32 @omp_is_initial_device()
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def1640 LANGBUILTIN(omp_is_initial_device, "i", "nc", OMP_LANG)