|
MLIR 22.0.0git
|
#include "mlir/Dialect/Transform/IR/TransformDialect.h"#include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.h"#include "mlir/Dialect/Transform/Transforms/Passes.h"#include "mlir/Dialect/Transform/Transforms/TransformInterpreterUtils.h"#include "mlir/Dialect/Transform/Transforms/Passes.h.inc"Go to the source code of this file.
Classes | |
| class | mlir::transform::impl::InterpreterPassBase< DerivedT > |
Namespaces | |
| namespace | mlir |
| Include the generated interface declarations. | |
| namespace | mlir::transform |
| namespace | mlir::transform::impl |
Macros | |
| #define | GEN_PASS_DEF_INTERPRETERPASS |
Functions | |
| std::unique_ptr<::mlir::Pass > | mlir::transform::impl::createInterpreterPass () |
| std::unique_ptr<::mlir::Pass > | mlir::transform::impl::createInterpreterPass (InterpreterPassOptions options) |
| std::unique_ptr<::mlir::Pass > | mlir::transform::createInterpreterPass () |
| std::unique_ptr<::mlir::Pass > | mlir::transform::createInterpreterPass (InterpreterPassOptions options) |
| static Operation * | findPayloadRoot (Operation *passRoot, StringRef tag) |
| Returns the payload operation to be used as payload root: | |
| #define GEN_PASS_DEF_INTERPRETERPASS |
Definition at line 18 of file InterpreterPass.cpp.
Returns the payload operation to be used as payload root:
Definition at line 27 of file InterpreterPass.cpp.
References mlir::WalkResult::advance(), diag(), mlir::Operation::emitError(), mlir::Operation::getAttrOfType(), mlir::Operation::getContext(), mlir::WalkResult::interrupt(), nullptr, target, mlir::Operation::walk(), and mlir::WalkResult::wasInterrupted().