Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dsgemm-naive-codegen.mlir15 %t_start = call @rtclock() : () -> f64
20 %t_end = call @rtclock() : () -> f64
76 func.func private @rtclock() -> f64
/llvm-project-15.0.7/mlir/test/Integration/Dialect/Async/CPU/
H A Dmicrobench-linalg-async-parallel-for.mlir112 %t0 = call @rtclock() : () -> f64
117 %t1 = call @rtclock() : () -> f64
131 func.func private @rtclock() -> f64
H A Dmicrobench-scf-async-parallel-for.mlir134 %t0 = call @rtclock() : () -> f64
139 %t1 = call @rtclock() : () -> f64
153 func.func private @rtclock() -> f64
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp112 extern "C" double rtclock() { in rtclock() function
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DCRunnerUtils.h356 extern "C" MLIR_CRUNNERUTILS_EXPORT double rtclock();