Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp167 gpu::PrintfOp gpuPrintfOp, gpu::PrintfOpAdaptor adaptor, in matchAndRewrite() argument
169 Location loc = gpuPrintfOp->getLoc(); in matchAndRewrite()
179 auto moduleOp = gpuPrintfOp->getParentOfType<gpu::GPUModuleOp>(); in matchAndRewrite()
281 rewriter.eraseOp(gpuPrintfOp); in matchAndRewrite()
286 gpu::PrintfOp gpuPrintfOp, gpu::PrintfOpAdaptor adaptor, in matchAndRewrite() argument
288 Location loc = gpuPrintfOp->getLoc(); in matchAndRewrite()
297 auto moduleOp = gpuPrintfOp->getParentOfType<gpu::GPUModuleOp>(); in matchAndRewrite()
341 rewriter.eraseOp(gpuPrintfOp); in matchAndRewrite()
H A DGPUOpsLowering.h45 matchAndRewrite(gpu::PrintfOp gpuPrintfOp, gpu::PrintfOpAdaptor adaptor,
63 matchAndRewrite(gpu::PrintfOp gpuPrintfOp, gpu::PrintfOpAdaptor adaptor,