Home
last modified time | relevance | path

Searched refs:omp_get_wtime (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dtest-touch.c16 extern double omp_get_wtime();
24 omp_get_wtime(); in main()
Dkmp_ftn_os.h94 #define FTN_GET_WTIME omp_get_wtime
Ddllexports406 omp_get_wtime 709
/external/llvm-project/openmp/runtime/test/api/
Domp_get_wtime.c15 start = omp_get_wtime(); in test_omp_get_wtime()
17 end = omp_get_wtime(); in test_omp_get_wtime()
/external/llvm-project/flang/module/
Domp_lib.h414 function omp_get_wtime() bind(c)
415 double precision omp_get_wtime
416 end function omp_get_wtime
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var381 function omp_get_wtime() bind(c)
382 double precision omp_get_wtime
383 end function omp_get_wtime
782 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_wtime
865 !$omp declare target(omp_get_wtime )
Domp_lib.f90.var297 function omp_get_wtime() bind(c)
299 real (kind=kmp_double_kind) omp_get_wtime
300 end function omp_get_wtime
Domp.h.var128 extern double __KAI_KMPC_CONVENTION omp_get_wtime (void);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu24 EXTERN double omp_get_wtime(void) { in omp_get_wtime() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h51 EXTERN double omp_get_wtime(void);
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll143 %call17 = call double @omp_get_wtime()
382 declare dso_local double @omp_get_wtime()
775 ; CHECK: declare dso_local double @omp_get_wtime()
1312 ; OPTIMISTIC: declare dso_local double @omp_get_wtime()