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, 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 & getBodyRegion ()
::mlir::RegionRange getRegions ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ StructDefOpGenericAdaptorBase() [1/2]

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

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

◆ StructDefOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getBodyRegion()

::mlir::Region & llzk::component::detail::StructDefOpGenericAdaptorBase::getBodyRegion ( )
inline

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

◆ getConstParams()

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

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

◆ getConstParamsAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getRegions()

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

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

◆ getSymName()

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

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

◆ getSymNameAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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