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

Classes

struct  Properties

Public Member Functions

 ReadPodOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ReadPodOpGenericAdaptorBase (ReadPodOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::FlatSymbolRefAttr getRecordNameAttr ()
::llvm::StringRef getRecordName ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ReadPodOpGenericAdaptorBase() [1/2]

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

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

◆ ReadPodOpGenericAdaptorBase() [2/2]

llzk::pod::detail::ReadPodOpGenericAdaptorBase::ReadPodOpGenericAdaptorBase ( ReadPodOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::pod::detail::ReadPodOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::pod::detail::ReadPodOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

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

◆ getProperties()

const Properties & llzk::pod::detail::ReadPodOpGenericAdaptorBase::getProperties ( )
inline

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

◆ getRecordName()

llvm::StringRef llzk::pod::detail::ReadPodOpGenericAdaptorBase::getRecordName ( )

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

◆ getRecordNameAttr()

::mlir::FlatSymbolRefAttr llzk::pod::detail::ReadPodOpGenericAdaptorBase::getRecordNameAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::pod::detail::ReadPodOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::pod::detail::ReadPodOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::pod::detail::ReadPodOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::pod::detail::ReadPodOpGenericAdaptorBase::properties
protected

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


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