Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/test/api/
H A Domp_get_device_num.c11 int device_num = omp_get_device_num(); in test_omp_get_device_num()
/llvm-project-15.0.7/openmp/libomptarget/test/api/
H A Domp_get_device_num.c9 int device_num = omp_get_device_num(); in test_omp_get_device_num()
/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dexports34 omp_get_device_num;
H A Dapi.cpp33 EXTERN int omp_get_device_num(void) { in omp_get_device_num() function
/llvm-project-15.0.7/flang/module/
H A Domp_lib.h305 function omp_get_device_num() bind(c)
307 integer(kind=omp_integer_kind) :: omp_get_device_num
308 end function omp_get_device_num
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/
H A DInterface.h129 int omp_get_device_num(void);
/llvm-project-15.0.7/openmp/libomptarget/include/
H A Domptarget.h226 int omp_get_device_num(void);
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp_lib.h.var460 function omp_get_device_num() bind(c)
462 integer (kind=omp_integer_kind) omp_get_device_num
463 end function omp_get_device_num
1002 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_device_num
1085 !$omp declare target(omp_get_device_num )
H A Domp_lib.f90.var366 function omp_get_device_num() bind(c)
368 integer (kind=omp_integer_kind) omp_get_device_num
369 end function omp_get_device_num
H A Domp.h.var152 extern int __KAI_KMPC_CONVENTION omp_get_device_num (void);
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DState.cpp386 int omp_get_device_num(void) { return config::getDeviceNum(); } in omp_get_device_num() function
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_ftn_os.h128 #define FTN_GET_DEVICE_NUM omp_get_device_num
H A Ddllexports528 omp_get_device_num 896
/llvm-project-15.0.7/clang/docs/
H A DOpenMPSupport.rst187 | device | omp_get_device_num() | :pa…
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Dadd_attributes.ll218 %call31 = call i32 @omp_get_device_num()
415 declare dso_local i32 @omp_get_device_num()
831 ; CHECK: declare dso_local i32 @omp_get_device_num()
1371 ; OPTIMISTIC: declare dso_local i32 @omp_get_device_num()