Searched refs:deallocs (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/ |
| H A D | one-shot-bufferize-compat.mlir | 2 // RUN: -one-shot-bufferize="allow-unknown-ops create-deallocs=0" \ 7 // RUN: -one-shot-bufferize="allow-unknown-ops create-deallocs=0" \
|
| H A D | tensor-copy-insertion.mlir | 3 // RUN: mlir-opt %s -tensor-copy-insertion="create-deallocs=0" -split-input-file | FileCheck %s --c…
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/ |
| H A D | copy_assign.pass.cpp | 95 std::ptrdiff_t const deallocs = std::count(ca_deallocs.begin(), ca_deallocs.end(), *it); in balanced_allocs() local 96 std::printf("%d: %td vs %td\n", *it, allocs, deallocs); in balanced_allocs() 97 if (allocs != deallocs) in balanced_allocs() 109 std::ptrdiff_t const deallocs = std::count(ca_deallocs.begin(), ca_deallocs.end(), *it); in balanced_allocs() local 110 std::printf("%d: %td vs %td\n", *it, allocs, deallocs); in balanced_allocs() 111 if (allocs != deallocs) in balanced_allocs()
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/ |
| H A D | Passes.td | 279 Option<"createDeallocs", "create-deallocs", "bool", /*default=*/"true", 348 Option<"createDeallocs", "create-deallocs", "bool", /*default=*/"true",
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | BufferDeallocationInternals.md | 499 After introducing allocs and copies, deallocs have to be placed to free 506 instances from the previous iteration by inserting additional deallocs. 614 deallocs in the buffer deallocation step. The canonicalization inludes both, the
|
| H A D | Bufferization.md | 300 buffer deallocations with `create-deallocs=0`. This can be useful for
|