#include <Ops.h>
|
| StandardOpsDialect (MLIRContext *context) |
|
Operation * | materializeConstant (OpBuilder &builder, Attribute value, Type type, Location loc) override |
|
virtual | ~Dialect () |
|
MLIRContext * | getContext () const |
|
StringRef | getNamespace () const |
|
bool | allowsUnknownOperations () const |
|
bool | allowsUnknownTypes () const |
|
virtual Attribute | parseAttribute (DialectAsmParser &parser, Type type) const |
| Parse an attribute registered to this dialect. More...
|
|
virtual void | printAttribute (Attribute, DialectAsmPrinter &) const |
|
virtual Type | parseType (DialectAsmParser &parser) const |
| Parse a type registered to this dialect. More...
|
|
virtual void | printType (Type, DialectAsmPrinter &) const |
| Print a type registered to this dialect. More...
|
|
virtual LogicalResult | verifyRegionArgAttribute (Operation *, unsigned regionIndex, unsigned argIndex, NamedAttribute) |
|
virtual LogicalResult | verifyRegionResultAttribute (Operation *, unsigned regionIndex, unsigned resultIndex, NamedAttribute) |
|
virtual LogicalResult | verifyOperationAttribute (Operation *, NamedAttribute) |
|
const DialectInterface * | getRegisteredInterface (ClassID *interfaceID) |
|
template<typename InterfaceT > |
const InterfaceT * | getRegisteredInterface () |
|
◆ StandardOpsDialect()
StandardOpsDialect::StandardOpsDialect |
( |
MLIRContext * |
context | ) |
|
◆ getDialectNamespace()
static StringRef mlir::StandardOpsDialect::getDialectNamespace |
( |
| ) |
|
|
inlinestatic |
◆ materializeConstant()
Materialize a single constant operation from a given attribute value with the desired resultant type.
Reimplemented from mlir::Dialect.
The documentation for this class was generated from the following files:
- include/mlir/Dialect/StandardOps/Ops.h
- lib/Dialect/StandardOps/Ops.cpp