Home
last modified time | relevance | path

Searched refs:deallocs (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Done-shot-bufferize-compat.mlir2 // RUN: -one-shot-bufferize="allow-unknown-ops create-deallocs=0" \
7 // RUN: -one-shot-bufferize="allow-unknown-ops create-deallocs=0" \
H A Dtensor-copy-insertion.mlir3 // 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 Dcopy_assign.pass.cpp95 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 DPasses.td279 Option<"createDeallocs", "create-deallocs", "bool", /*default=*/"true",
348 Option<"createDeallocs", "create-deallocs", "bool", /*default=*/"true",
/llvm-project-15.0.7/mlir/docs/
H A DBufferDeallocationInternals.md499 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 DBufferization.md300 buffer deallocations with `create-deallocs=0`. This can be useful for