Home
last modified time | relevance | path

Searched refs:CpuTime (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/test/Runtime/
H A Dno-cpp-dep.c21 double RTNAME(CpuTime)();
30 double x = RTNAME(CpuTime)(); in main()
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp18 TEST(TimeIntrinsics, CpuTime) { in TEST() argument
22 double start{RTNAME(CpuTime)()}; in TEST()
28 for (double end = start; end == start; end = RTNAME(CpuTime)()) { in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtime-intrinsic.h27 double RTNAME(CpuTime)();
/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp346 double RTNAME(CpuTime)() { return GetCpuTime(0); } in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp194 fir::runtime::getRuntimeFunc<mkRTKey(CpuTime)>(loc, builder); in genCpuTime()