Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp61 extern "C" void printF64(double d) { in printF64() function
/llvm-project/mlir/include/mlir/ExecutionEngine/
H A DCRunnerUtils.h467 extern "C" MLIR_CRUNNERUTILS_EXPORT void printF64(double d);
/llvm-project/mlir/test/Conversion/VectorToLLVM/
H A Dvector-to-llvm.mlir1954 // CHECK: llvm.call @printF64(%[[A]]) : (f64) -> ()