Searched refs:printComma (Results 1 – 5 of 5) sorted by relevance
32 func.func private @printComma()53 call @printComma() : () -> ()60 call @printComma() : () -> ()
46 extern "C" void printComma() { fputs(", ", stdout); } in printComma() function
349 extern "C" MLIR_CRUNNERUTILS_EXPORT void printComma();
1143 Operation *printComma = in emitRanks() local1156 emitCall(rewriter, loc, printComma); in emitRanks()1173 emitCall(rewriter, loc, printComma); in emitRanks()
940 // CHECK: llvm.call @printComma() : () -> ()945 // CHECK: llvm.call @printComma() : () -> ()951 // CHECK: llvm.call @printComma() : () -> ()