MLIR 22.0.0git
TransformOps.h
Go to the documentation of this file.
1//===- TransformDialect.h - Transform dialect operations --------*- C++ -*-===//
2//
3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6//
7//===----------------------------------------------------------------------===//
8
9#ifndef MLIR_DIALECT_TRANSFORM_IR_TRANSFORMOPS_H
10#define MLIR_DIALECT_TRANSFORM_IR_TRANSFORMOPS_H
11
21#include "mlir/IR/SymbolTable.h"
27
28namespace mlir {
29namespace transform {
30
31enum class FailurePropagationMode : uint32_t;
32class FailurePropagationModeAttr;
33
34/// A builder function that populates the body of a SequenceOp.
40
41} // namespace transform
42} // namespace mlir
43
44#define GET_OP_CLASSES
45#include "mlir/Dialect/Transform/IR/TransformOps.h.inc"
46
47#endif // MLIR_DIALECT_TRANSFORM_IR_TRANSFORMOPS_H
This class represents an argument of a Block.
Definition Value.h:309
This class defines the main interface for locations in MLIR and acts as a non-nullable wrapper around...
Definition Location.h:76
This class helps build Operations.
Definition Builders.h:207
This class provides an abstraction over the different types of ranges over Values.
Definition ValueRange.h:387
::llvm::function_ref< void( ::mlir::OpBuilder &, ::mlir::Location, ::mlir::BlockArgument)> SequenceBodyBuilderFn
A builder function that populates the body of a SequenceOp.
::llvm::function_ref< void(::mlir::OpBuilder &, ::mlir::Location, ::mlir::BlockArgument, ::mlir::ValueRange)> SequenceBodyBuilderArgsFn
Include the generated interface declarations.