Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/test/api/
Domp_get_wtick.c9 tick = omp_get_wtick (); in test_omp_get_wtick()
/external/llvm-project/flang/module/
Domp_lib.h418 function omp_get_wtick() bind(c)
419 double precision omp_get_wtick
420 end function omp_get_wtick
/external/llvm-project/openmp/runtime/src/include/
Domp_lib.h.var385 function omp_get_wtick() bind(c)
386 double precision omp_get_wtick
387 end function omp_get_wtick
783 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_wtick
866 !$omp declare target(omp_get_wtick )
Domp_lib.f90.var302 function omp_get_wtick() bind(c)
304 real (kind=kmp_double_kind) omp_get_wtick
305 end function omp_get_wtick
Domp.h.var129 extern double __KAI_KMPC_CONVENTION omp_get_wtick (void);
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dlibcall.cu18 EXTERN double omp_get_wtick(void) { in omp_get_wtick() function
/external/llvm-project/openmp/libomptarget/deviceRTLs/
Dinterface.h50 EXTERN double omp_get_wtick(void);
/external/llvm-project/openmp/runtime/src/
Dkmp_ftn_os.h95 #define FTN_GET_WTICK omp_get_wtick
Ddllexports405 omp_get_wtick 708
/external/llvm-project/llvm/test/Transforms/OpenMP/
Dadd_attributes.ll147 %call18 = call double @omp_get_wtick()
386 declare dso_local double @omp_get_wtick()
781 ; CHECK: declare dso_local double @omp_get_wtick()
1318 ; OPTIMISTIC: declare dso_local double @omp_get_wtick()