Home
last modified time | relevance | path

Searched refs:createConstantBufferizePass (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Arithmetic/Transforms/
H A DPasses.h21 std::unique_ptr<Pass> createConstantBufferizePass(uint64_t alignment = 0);
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferize.cpp61 mlir::arith::createConstantBufferizePass(uint64_t alignment) { in createConstantBufferizePass() function in mlir::arith