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

Classes

struct  Properties

Public Member Functions

 NewPodOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 NewPodOpGenericAdaptorBase (NewPodOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::ArrayAttr getInitializedRecordsAttr ()
::mlir::ArrayAttr getInitializedRecords ()
::mlir::DenseI32ArrayAttr getNumDimsPerMapAttr ()
::llvm::ArrayRef< int32_t > getNumDimsPerMap ()
::mlir::DenseI32ArrayAttr getMapOpGroupSizesAttr ()
::llvm::ArrayRef< int32_t > getMapOpGroupSizes ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ NewPodOpGenericAdaptorBase() [1/2]

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

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

◆ NewPodOpGenericAdaptorBase() [2/2]

llzk::pod::detail::NewPodOpGenericAdaptorBase::NewPodOpGenericAdaptorBase ( NewPodOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getInitializedRecords()

mlir::ArrayAttr llzk::pod::detail::NewPodOpGenericAdaptorBase::getInitializedRecords ( )

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

◆ getInitializedRecordsAttr()

mlir::ArrayAttr llzk::pod::detail::NewPodOpGenericAdaptorBase::getInitializedRecordsAttr ( )

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

◆ getMapOpGroupSizes()

llvm::ArrayRef< int32_t > llzk::pod::detail::NewPodOpGenericAdaptorBase::getMapOpGroupSizes ( )

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

◆ getMapOpGroupSizesAttr()

::mlir::DenseI32ArrayAttr llzk::pod::detail::NewPodOpGenericAdaptorBase::getMapOpGroupSizesAttr ( )
inline

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

◆ getNumDimsPerMap()

llvm::ArrayRef< int32_t > llzk::pod::detail::NewPodOpGenericAdaptorBase::getNumDimsPerMap ( )

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

◆ getNumDimsPerMapAttr()

mlir::DenseI32ArrayAttr llzk::pod::detail::NewPodOpGenericAdaptorBase::getNumDimsPerMapAttr ( )

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::pod::detail::NewPodOpGenericAdaptorBase::properties
protected

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


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