Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/GPUCommon/
DConvertLaunchFuncToRuntimeCalls.cpp194 matchAndRewrite(gpu::DeallocOp deallocOp, ArrayRef<Value> operands,
388 gpu::DeallocOp deallocOp, ArrayRef<Value> operands, in matchAndRewrite() argument
390 if (failed(areAllLLVMTypes(deallocOp, operands, rewriter)) || in matchAndRewrite()
391 failed(isAsyncWithOneDependency(rewriter, deallocOp))) in matchAndRewrite()
394 Location loc = deallocOp.getLoc(); in matchAndRewrite()
397 gpu::DeallocOpAdaptor(operands, deallocOp->getAttrDictionary()); in matchAndRewrite()
404 rewriter.replaceOp(deallocOp, {stream}); in matchAndRewrite()