Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DRuntime.cpp335 auto makeCall = [&](mlir::func::FuncOp func, mlir::Value arg) { in genSystemClock() local
368 makeCall(getRuntimeFunc<mkRTKey(SystemClockCount)>(loc, builder), count); in genSystemClock()
370 makeCall(getRuntimeFunc<mkRTKey(SystemClockCountRate)>(loc, builder), rate); in genSystemClock()
372 makeCall(getRuntimeFunc<mkRTKey(SystemClockCountMax)>(loc, builder), max); in genSystemClock()