LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
llzk::verif::detail::InvariantOpGenericAdaptorBase Class Reference
Inheritance diagram for llzk::verif::detail::InvariantOpGenericAdaptorBase:
[legend]
Collaboration diagram for llzk::verif::detail::InvariantOpGenericAdaptorBase:
[legend]

Classes

struct  Properties

Public Member Functions

 InvariantOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 InvariantOpGenericAdaptorBase (InvariantOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getLoopNameAttr ()
::llvm::StringRef getLoopName ()
::mlir::ArrayAttr getLoopArgTypesAttr ()
::mlir::ArrayAttr getLoopArgTypes ()
::mlir::Region & getRegion ()
::mlir::RegionRange getRegions ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ InvariantOpGenericAdaptorBase() [1/2]

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

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

◆ InvariantOpGenericAdaptorBase() [2/2]

llzk::verif::detail::InvariantOpGenericAdaptorBase::InvariantOpGenericAdaptorBase ( InvariantOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::verif::detail::InvariantOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getLoopArgTypes()

mlir::ArrayAttr llzk::verif::detail::InvariantOpGenericAdaptorBase::getLoopArgTypes ( )

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

◆ getLoopArgTypesAttr()

::mlir::ArrayAttr llzk::verif::detail::InvariantOpGenericAdaptorBase::getLoopArgTypesAttr ( )
inline

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

◆ getLoopName()

llvm::StringRef llzk::verif::detail::InvariantOpGenericAdaptorBase::getLoopName ( )

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

◆ getLoopNameAttr()

::mlir::StringAttr llzk::verif::detail::InvariantOpGenericAdaptorBase::getLoopNameAttr ( )
inline

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::verif::detail::InvariantOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

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

◆ getProperties()

const Properties & llzk::verif::detail::InvariantOpGenericAdaptorBase::getProperties ( )
inline

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

◆ getRegion()

::mlir::Region & llzk::verif::detail::InvariantOpGenericAdaptorBase::getRegion ( )
inline

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

◆ getRegions()

::mlir::RegionRange llzk::verif::detail::InvariantOpGenericAdaptorBase::getRegions ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::verif::detail::InvariantOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::verif::detail::InvariantOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::verif::detail::InvariantOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::verif::detail::InvariantOpGenericAdaptorBase::properties
protected

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


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