Home
last modified time | relevance | path

Searched defs:newDeallocOp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocationSimplification.cpp257 auto newDeallocOp = rewriter.create<DeallocOp>( in matchAndRewrite() local
329 auto newDeallocOp = rewriter.create<DeallocOp>(loc, memref, cond, in matchAndRewrite() local
340 auto newDeallocOp = rewriter.create<DeallocOp>( in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp229 auto newDeallocOp = in multiBuffer() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp1010 auto newDeallocOp = matchAndRewrite() local