|
MLIR
22.0.0git
|
This is the type of Action that is dispatched when a conversion is applied. More...
Inheritance diagram for ApplyConversionAction: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. More... | |
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. More... | |
| virtual ArrayRef< IRUnit > | getContextIRUnits () const |
| Return the set of IR units that are associated with this action. More... | |
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. More... | |
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. More... | |
| ArrayRef< IRUnit > | irUnits |
| Set of IR units (operations, regions, blocks, values) that are associated with this action. More... | |
This is the type of Action that is dispatched when a conversion is applied.
Definition at line 4111 of file DialectConversion.cpp.
Definition at line 4114 of file DialectConversion.cpp.
Definition at line 4115 of file DialectConversion.cpp.
|
inlineoverridevirtual |
Reimplemented from mlir::tracing::Action.
Definition at line 4120 of file DialectConversion.cpp.
|
staticconstexpr |
Definition at line 4117 of file DialectConversion.cpp.
|
staticconstexpr |
Definition at line 4116 of file DialectConversion.cpp.