Searched refs:BufferDeallocation (Results 1 – 7 of 7) sorted by relevance
3 This section covers the internal functionality of the BufferDeallocation5 called BufferDeallocation can be applied via “-buffer-deallocation” on MLIR10 In order to use BufferDeallocation on an arbitrary dialect, several control-flow62 The first step of the BufferDeallocation transformation is to identify89 Example of using a conditional branch with alloc and alloca. BufferDeallocation260 BufferDeallocation performs a fix-point iteration taking all aliases of all299 Applying BufferDeallocation yields the following output:335 Since %3 is a critical alias, BufferDeallocation introduces an additional471 causes BufferDeallocation to introduce additional copies:587 The BufferDeallocation transformation relies on one primary control-flow[all …]
4 BufferDeallocation.cpp
196 class BufferDeallocation : public BufferPlacementTransformationBase { class201 BufferDeallocation(Operation *op) in BufferDeallocation() function in __anonf063894c0211::BufferDeallocation677 BufferDeallocation deallocation(op); in deallocateBuffers()
3 // This file checks the behaviour of BufferDeallocation pass for moving and13 // BufferDeallocation expected behavior: bb2 contains an AllocOp which is52 // BufferDeallocation expected behavior: The existing AllocOp has a dynamic142 // BufferDeallocation expected behavior: The existing AllocOp has a dynamic202 // BufferDeallocation expected behavior: It should insert a DeallocOp right282 // BufferDeallocation expected behavior: It only inserts two missing357 // BufferDeallocation expected behavior: Two missing DeallocOps should be394 // BufferDeallocation expected behavior: It only inserts the two missing474 // BufferDeallocation expected behavior: The existing DeallocOp should be1114 // The BufferDeallocation transformation should fail on this explicit[all …]
46 /// BufferDeallocation pass.
14 def BufferDeallocation : Pass<"buffer-deallocation", "func::FuncOp"> {
8120 mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp