|
LLZK 0.1.0
Veridise's ZK Language IR
|
Public Types | |
| using | ConcreteEntity = ConcreteOp |
| Public Types inherited from llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::FallbackModel< ConcreteModel > | |
| using | Interface |
Additional Inherited Members | |
| Public Member Functions inherited from llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::FallbackModel< ConcreteModel > | |
| FallbackModel () | |
| Static Public Member Functions inherited from llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::FallbackModel< ConcreteModel > | |
| static inline ::mlir::Value | getVal (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static inline ::mlir::TypedValue<::llzk::component::StructType > | getComponent (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static inline ::mlir::OpOperand & | getComponentMutable (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static inline ::llvm::StringRef | getFieldName (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static inline ::mlir::FlatSymbolRefAttr | getFieldNameAttr (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static void | setFieldName (const Concept *impl, ::mlir::Operation *tablegen_opaque_val, ::llvm::StringRef attrValue) |
| static void | setFieldNameAttr (const Concept *impl, ::mlir::Operation *tablegen_opaque_val, ::mlir::FlatSymbolRefAttr attr) |
| static inline ::llzk::component::StructType | getStructType (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| static bool | isRead (const Concept *impl, ::mlir::Operation *tablegen_opaque_val) |
| Public Attributes inherited from llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::Concept | |
| ::mlir::Value(* | getVal )(const Concept *impl, ::mlir::Operation *) |
| The methods defined by the interface. | |
| ::mlir::TypedValue<::llzk::component::StructType >(* | getComponent )(const Concept *impl, ::mlir::Operation *) |
| ::mlir::OpOperand &(* | getComponentMutable )(const Concept *impl, ::mlir::Operation *) |
| ::llvm::StringRef(* | getFieldName )(const Concept *impl, ::mlir::Operation *) |
| ::mlir::FlatSymbolRefAttr(* | getFieldNameAttr )(const Concept *impl, ::mlir::Operation *) |
| void(* | setFieldName )(const Concept *impl, ::mlir::Operation *, ::llvm::StringRef) |
| void(* | setFieldNameAttr )(const Concept *impl, ::mlir::Operation *, ::mlir::FlatSymbolRefAttr) |
| ::llzk::component::StructType(* | getStructType )(const Concept *impl, ::mlir::Operation *) |
| bool(* | isRead )(const Concept *impl, ::mlir::Operation *) |
Definition at line 59 of file OpInterfaces.h.inc.
| using llzk::component::detail::FieldRefOpInterfaceInterfaceTraits::ExternalModel< ConcreteModel, ConcreteOp >::ConcreteEntity = ConcreteOp |
Definition at line 61 of file OpInterfaces.h.inc.