Lines Matching refs:bufferize
13 then bufferize the remaining IR.
50 analyze the entire IR and make bufferization decisions. Then, bufferize
258 [`-one-shot-bufferize`](https://mlir.llvm.org/docs/Passes/#-one-shot-bufferize-one-shot-bufferize)
273 One-Shot Bufferize can be configured to bufferize only ops from a set of
285 boundary bufferization can be enabled with `bufferize-function-boundaries`. Each
362 * `bufferize`: Rewrite the op with the given rewriter. Ops should be replaced
372 method implementations except for `bufferize`.
385 1. Due to a RaW conflict, it is not safe to bufferize in-place. I.e., the
406 // RUN: mlir-opt %s -one-shot-bufferize="bufferize-function-boundaries test-analysis-only print-conflicts"