Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dbare-ptr-call-conv.mlir32 func.func private @printComma()
53 call @printComma() : () -> ()
60 call @printComma() : () -> ()
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp46 extern "C" void printComma() { fputs(", ", stdout); } in printComma() function
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DCRunnerUtils.h349 extern "C" MLIR_CRUNNERUTILS_EXPORT void printComma();
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1143 Operation *printComma = in emitRanks() local
1156 emitCall(rewriter, loc, printComma); in emitRanks()
1173 emitCall(rewriter, loc, printComma); in emitRanks()
/llvm-project-15.0.7/mlir/test/Conversion/VectorToLLVM/
H A Dvector-to-llvm.mlir940 // CHECK: llvm.call @printComma() : () -> ()
945 // CHECK: llvm.call @printComma() : () -> ()
951 // CHECK: llvm.call @printComma() : () -> ()