|
MLIR
22.0.0git
|
#include "mlir/Dialect/XeGPU/Transforms/Passes.h"#include "mlir/Dialect/Affine/ViewLikeInterfaceUtils.h"#include "mlir/Dialect/MemRef/IR/MemRef.h"#include "mlir/Dialect/XeGPU/IR/XeGPU.h"#include "mlir/Dialect/XeGPU/Transforms/Transforms.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "mlir/Dialect/XeGPU/Transforms/Passes.h.inc"Go to the source code of this file.
Namespaces | |
| mlir | |
| Include the generated interface declarations. | |
| mlir::xegpu | |
Macros | |
| #define | GEN_PASS_DEF_XEGPUFOLDALIASOPS |
| #define | DEBUG_TYPE "xegpu-fold-alias-ops" |
| #define | DBGS() (llvm::dbgs() << "[" DEBUG_TYPE "]: ") |
| #define DBGS | ( | ) | (llvm::dbgs() << "[" DEBUG_TYPE "]: ") |
Definition at line 25 of file XeGPUFoldAliasOps.cpp.
| #define DEBUG_TYPE "xegpu-fold-alias-ops" |
Definition at line 24 of file XeGPUFoldAliasOps.cpp.
| #define GEN_PASS_DEF_XEGPUFOLDALIASOPS |
Definition at line 19 of file XeGPUFoldAliasOps.cpp.