|
MLIR 22.0.0git
|
#include "mlir/Dialect/Math/IR/Math.h"#include "mlir/Dialect/Math/Transforms/Passes.h"#include "mlir/IR/PatternMatch.h"#include "mlir/Transforms/GreedyPatternRewriteDriver.h"#include "mlir/Dialect/Math/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::math::impl::MathSincosFusionPassBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::math |
| namespace | mlir::math::impl |
Macros | |
| #define | GEN_PASS_DEF_MATHSINCOSFUSIONPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::math::impl::createMathSincosFusionPass () |
| std::unique_ptr<::mlir::Pass > | mlir::math::createMathSincosFusionPass () |
| #define GEN_PASS_DEF_MATHSINCOSFUSIONPASS |
Definition at line 59 of file SincosFusion.cpp.