MLIR
18.0.0git
|
#include "mlir/Analysis/Liveness.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h"
#include "mlir/IR/Builders.h"
#include "mlir/IR/BuiltinOps.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/Operation.h"
#include "mlir/Transforms/DialectConversion.h"
Go to the source code of this file.
Classes | |
class | mlir::bufferization::BufferPlacementAllocs |
A simple analysis that detects allocation operations. More... | |
class | mlir::bufferization::BufferPlacementTransformationBase |
The base class for all BufferPlacement transformations. More... | |
Namespaces | |
mlir | |
This header declares functions that assist transformations in the MemRef dialect. | |
mlir::memref | |
mlir::bufferization | |
Functions | |
FailureOr< memref::GlobalOp > | mlir::bufferization::getGlobalFor (arith::ConstantOp constantOp, uint64_t alignment, Attribute memorySpace={}) |