Home
last modified time | relevance | path

Searched refs:SystemClockCountRate (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dtime-intrinsic.h37 std::int64_t RTNAME(SystemClockCountRate)(int kind = 8);
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DTime.cpp44 EXPECT_GT(RTNAME(SystemClockCountRate)(), 0); in TEST()
/llvm-project-15.0.7/flang/runtime/
H A Dtime-intrinsic.cpp352 std::int64_t RTNAME(SystemClockCountRate)(int kind) { in RTNAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp370 makeCall(getRuntimeFunc<mkRTKey(SystemClockCountRate)>(loc, builder), rate); in genSystemClock()