Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/
H A DBufferDeallocationOpInterfaceImpl.cpp90 auto deallocOp = builder.create<bufferization::DeallocOp>( in process() local
/llvm-project/mlir/lib/Conversion/BufferizationToMemRef/
H A DBufferizationToMemRef.cpp142 deallocOp->getParentWithTrait<OpTrait::SymbolTable>(); in runOnOperation() argument
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DMultiBuffer.cpp224 auto deallocOp = dyn_cast<memref::DeallocOp>(use.getOwner()); in multiBuffer() local
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.cpp297 auto deallocOp = builder.create<bufferization::DeallocOp>( insertDeallocOpForReturnLike() local
H A DBufferizationOps.cpp909 updateDeallocIfChanged(DeallocOp deallocOp,ValueRange memrefs,ValueRange conditions,PatternRewriter & rewriter) updateDeallocIfChanged() argument
[all...]
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferDeallocationSimplification.cpp45 static LogicalResult updateDeallocIfChanged(DeallocOp deallocOp, in updateDeallocIfChanged() argument
[all...]
H A DLowerDeallocations.cpp395 __anon5b7691f10702(bufferization::DeallocOp deallocOp) runOnOperation() argument
H A DOwnershipBasedBufferDeallocation.cpp799 auto deallocOp = builder.create<bufferization::DeallocOp>( in handleInterface() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp797 matchAndRewrite(gpu::DeallocOp deallocOp,OpAdaptor adaptor,ConversionPatternRewriter & rewriter) const matchAndRewrite() argument