|
MLIR 22.0.0git
|
#include "mlir/Transforms/BubbleDownMemorySpaceCasts.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Interfaces/MemOpInterfaces.h"#include "mlir/Pass/Pass.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "mlir/Transforms/Passes.h"#include "llvm/Support/Debug.h"#include "mlir/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::impl::BubbleDownMemorySpaceCastsBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::impl |
| Attribute collections provide a dictionary-like interface. | |
Macros | |
| #define | GEN_PASS_DEF_BUBBLEDOWNMEMORYSPACECASTS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::impl::createBubbleDownMemorySpaceCasts () |
| std::unique_ptr<::mlir::Pass > | mlir::createBubbleDownMemorySpaceCasts () |
| #define GEN_PASS_DEF_BUBBLEDOWNMEMORYSPACECASTS |
Definition at line 20 of file BubbleDownMemorySpaceCasts.cpp.