LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::component::detail::StructDefOpGenericAdaptorBase Class Reference
Inheritance diagram for llzk::component::detail::StructDefOpGenericAdaptorBase:
[legend]
Collaboration diagram for llzk::component::detail::StructDefOpGenericAdaptorBase:
[legend]

Classes

struct  Properties
 

Public Member Functions

 StructDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 StructDefOpGenericAdaptorBase (StructDefOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::StringAttr getSymNameAttr ()
 
::llvm::StringRef getSymName ()
 
::mlir::ArrayAttr getConstParamsAttr ()
 
::std::optional< ::mlir::ArrayAttr > getConstParams ()
 
::mlir::Region & getBody ()
 
::mlir::RegionRange getRegions ()
 

Protected Attributes

::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Detailed Description

Definition at line 796 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ StructDefOpGenericAdaptorBase() [1/2]

llzk::component::detail::StructDefOpGenericAdaptorBase::StructDefOpGenericAdaptorBase ( ::mlir::DictionaryAttr attrs = nullptr,
const Properties & properties = {},
::mlir::RegionRange regions = {} )

Definition at line 1732 of file Ops.cpp.inc.

◆ StructDefOpGenericAdaptorBase() [2/2]

llzk::component::detail::StructDefOpGenericAdaptorBase::StructDefOpGenericAdaptorBase ( StructDefOp op)

Definition at line 1736 of file Ops.cpp.inc.

Member Function Documentation

◆ getAttributes()

mlir::DictionaryAttr llzk::component::detail::StructDefOpGenericAdaptorBase::getAttributes ( )

Definition at line 1742 of file Ops.cpp.inc.

◆ getBody()

mlir::Region & llzk::component::detail::StructDefOpGenericAdaptorBase::getBody ( )

Definition at line 1766 of file Ops.cpp.inc.

◆ getConstParams()

std::optional<::mlir::ArrayAttr > llzk::component::detail::StructDefOpGenericAdaptorBase::getConstParams ( )

Definition at line 1761 of file Ops.cpp.inc.

◆ getConstParamsAttr()

mlir::ArrayAttr llzk::component::detail::StructDefOpGenericAdaptorBase::getConstParamsAttr ( )

Definition at line 1756 of file Ops.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::component::detail::StructDefOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

Definition at line 1738 of file Ops.cpp.inc.

◆ getProperties()

const Properties & llzk::component::detail::StructDefOpGenericAdaptorBase::getProperties ( )
inline

Definition at line 840 of file Ops.h.inc.

◆ getRegions()

mlir::RegionRange llzk::component::detail::StructDefOpGenericAdaptorBase::getRegions ( )

Definition at line 1770 of file Ops.cpp.inc.

◆ getSymName()

llvm::StringRef llzk::component::detail::StructDefOpGenericAdaptorBase::getSymName ( )

Definition at line 1751 of file Ops.cpp.inc.

◆ getSymNameAttr()

mlir::StringAttr llzk::component::detail::StructDefOpGenericAdaptorBase::getSymNameAttr ( )

Definition at line 1746 of file Ops.cpp.inc.

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::component::detail::StructDefOpGenericAdaptorBase::odsAttrs
protected

Definition at line 830 of file Ops.h.inc.

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::component::detail::StructDefOpGenericAdaptorBase::odsOpName
protected

Definition at line 831 of file Ops.h.inc.

◆ odsRegions

::mlir::RegionRange llzk::component::detail::StructDefOpGenericAdaptorBase::odsRegions
protected

Definition at line 833 of file Ops.h.inc.

◆ properties

Properties llzk::component::detail::StructDefOpGenericAdaptorBase::properties
protected

Definition at line 832 of file Ops.h.inc.


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