Lines Matching refs:buffers
85 This implies reusing already allocated buffers when possible, turning
92 contrary, it may not even be possible to allocate new buffers at runtime on some
118 There may be other buffers in the same function that could potentially be used
121 buffers in the future to achieve a better quality of bufferization.
227 One-Shot Bufferize deallocates all buffers that it allocates. This is in
267 the block. Deallocation of such buffers is tricky and not currently implemented
274 deallocation pass resolves yields of newly allocated buffers with copies. E.g.,
301 compatibility with legacy code that has its own method of deallocating buffers.
396 2. The buffer is not writable. E.g., `memref.global` buffers that are the
463 Bufferization itself does not free any of the buffers that have been allocated,
464 nor does it do anything particularly intelligent with the placement of buffers
470 `promote-buffers-to-stack`, which do optimizations that are only exposed