MLIR  22.0.0git
Public Types | Public Member Functions | Static Public Attributes | List of all members
ApplyConversionAction Class Reference

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< IRUnitgetContextIRUnits () 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< IRUnitirUnits
 Set of IR units (operations, regions, blocks, values) that are associated with this action. More...
 

Detailed Description

This is the type of Action that is dispatched when a conversion is applied.

Definition at line 3964 of file DialectConversion.cpp.

Member Typedef Documentation

◆ Base

Definition at line 3967 of file DialectConversion.cpp.

Constructor & Destructor Documentation

◆ ApplyConversionAction()

ApplyConversionAction::ApplyConversionAction ( ArrayRef< IRUnit irUnits)
inline

Definition at line 3968 of file DialectConversion.cpp.

Member Function Documentation

◆ print()

void ApplyConversionAction::print ( raw_ostream &  os) const
inlineoverridevirtual

Reimplemented from mlir::tracing::Action.

Definition at line 3973 of file DialectConversion.cpp.

Member Data Documentation

◆ desc

constexpr StringLiteral ApplyConversionAction::desc
staticconstexpr
Initial value:
=
"Encapsulate the application of a dialect conversion"

Definition at line 3970 of file DialectConversion.cpp.

◆ tag

constexpr StringLiteral ApplyConversionAction::tag = "apply-conversion"
staticconstexpr

Definition at line 3969 of file DialectConversion.cpp.


The documentation for this class was generated from the following file: