Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp335 SmallVector<Value, 4> printfArgs; in matchAndRewrite() local
336 printfArgs.reserve(argsRange.size() + 1); in matchAndRewrite()
337 printfArgs.push_back(stringStart); in matchAndRewrite()
338 printfArgs.append(argsRange.begin(), argsRange.end()); in matchAndRewrite()
340 rewriter.create<LLVM::CallOp>(loc, printfDecl, printfArgs); in matchAndRewrite()