|
MLIR 22.0.0git
|
This is the type of Action that is dispatched when a conversion is applied. More...
Public Types | |
| using | Base = tracing::ActionImpl<ApplyConversionAction> |
Public Member Functions | |
| ApplyConversionAction (ArrayRef< IRUnit > irUnits) | |
| void | print (raw_ostream &os) const override |
| Public Member Functions inherited from mlir::tracing::ActionImpl< ApplyConversionAction > | |
| ActionImpl (ArrayRef< IRUnit > irUnits={}) | |
| StringRef | getTag () const final |
| Forward tag access to the derived class. | |
| Public Member Functions inherited from mlir::tracing::Action | |
| virtual | ~Action ()=default |
| TypeID | getActionID () const |
| Return the unique action id of this action, use for casting functionality. | |
| virtual ArrayRef< IRUnit > | getContextIRUnits () const |
| Return the set of IR units that are associated with this action. | |
Static Public Attributes | |
| static constexpr StringLiteral | tag = "apply-conversion" |
| static constexpr StringLiteral | desc |
Additional Inherited Members | |
| Static Public Member Functions inherited from mlir::tracing::ActionImpl< ApplyConversionAction > | |
| static bool | classof (const Action *action) |
| Provide classof to allow casting between action types. | |
| Protected Member Functions inherited from mlir::tracing::Action | |
| Action (TypeID actionID, ArrayRef< IRUnit > irUnits) | |
| Protected Attributes inherited from mlir::tracing::Action | |
| TypeID | actionID |
| The type of the derived action class, used for isa/dyn_cast. | |
| ArrayRef< IRUnit > | irUnits |
| Set of IR units (operations, regions, blocks, values) that are associated with this action. | |
This is the type of Action that is dispatched when a conversion is applied.
Definition at line 4092 of file DialectConversion.cpp.
Definition at line 4095 of file DialectConversion.cpp.
Definition at line 4096 of file DialectConversion.cpp.
References mlir::tracing::Action::irUnits.
|
inlineoverridevirtual |
Reimplemented from mlir::tracing::Action.
Definition at line 4101 of file DialectConversion.cpp.
References tag.
|
staticconstexpr |
Definition at line 4098 of file DialectConversion.cpp.
|
staticconstexpr |
Definition at line 4097 of file DialectConversion.cpp.
Referenced by print().