|
| | ~BoolDialect () override |
| ::mlir::Attribute | parseAttribute (::mlir::DialectAsmParser &parser, ::mlir::Type type) const override |
| | Parse an attribute registered to this dialect.
|
| void | printAttribute (::mlir::Attribute attr, ::mlir::DialectAsmPrinter &os) const override |
| | Print an attribute registered to this dialect.
|
| ::mlir::Operation * | materializeConstant (::mlir::OpBuilder &builder, ::mlir::Attribute value, ::mlir::Type type, ::mlir::Location loc) override |
| | Materialize a single constant operation from a given attribute value with the desired resultant type.
|
Definition at line 13 of file Dialect.h.inc.
◆ ~BoolDialect()
| llzk::boolean::BoolDialect::~BoolDialect |
( |
| ) |
|
|
overridedefault |
◆ getDialectNamespace()
| constexpr ::llvm::StringLiteral llzk::boolean::BoolDialect::getDialectNamespace |
( |
| ) |
|
|
inlinestatic |
◆ materializeConstant()
| mlir::Operation * llzk::boolean::BoolDialect::materializeConstant |
( |
::mlir::OpBuilder & | builder, |
|
|
::mlir::Attribute | value, |
|
|
::mlir::Type | type, |
|
|
::mlir::Location | loc ) |
|
override |
Materialize a single constant operation from a given attribute value with the desired resultant type.
Definition at line 35 of file Dialect.cpp.
◆ parseAttribute()
| ::mlir::Attribute llzk::boolean::BoolDialect::parseAttribute |
( |
::mlir::DialectAsmParser & | parser, |
|
|
::mlir::Type | type ) const |
|
override |
Parse an attribute registered to this dialect.
◆ printAttribute()
| void llzk::boolean::BoolDialect::printAttribute |
( |
::mlir::Attribute | attr, |
|
|
::mlir::DialectAsmPrinter & | os ) const |
|
override |
Print an attribute registered to this dialect.
◆ ::mlir::MLIRContext
| friend class ::mlir::MLIRContext |
|
friend |
The documentation for this class was generated from the following files: