|
MLIR 22.0.0git
|
Concrete base class for CRTP TransformDialectDataBase. More...
#include "mlir/Dialect/Transform/IR/TransformDialect.h"
Public Member Functions | |
| virtual | ~TransformDialectDataBase ()=default |
| TypeID | getTypeID () const |
| Returns the dynamic type ID of the subclass. | |
Protected Member Functions | |
| TransformDialectDataBase (TypeID typeID, MLIRContext *ctx) | |
| Must be called by the subclass with the appropriate type ID. | |
| MLIRContext * | getContext () const |
| Return the MLIR context. | |
Concrete base class for CRTP TransformDialectDataBase.
Must not be used directly.
Definition at line 26 of file TransformDialect.h.
|
virtualdefault |
|
inlineexplicitprotected |
Must be called by the subclass with the appropriate type ID.
Definition at line 35 of file TransformDialect.h.
Referenced by mlir::transform::TransformDialectData< DerivedTy >::TransformDialectData().
|
inlineprotected |
Return the MLIR context.
Definition at line 39 of file TransformDialect.h.
|
inline |
Returns the dynamic type ID of the subclass.
Definition at line 31 of file TransformDialect.h.