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

Classes

struct  Properties

Public Member Functions

 IncludeOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IncludeOpGenericAdaptorBase (IncludeOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::SymbolRefAttr getCalleeAttr ()
::mlir::SymbolRefAttr getCallee ()
::mlir::ArrayAttr getTemplateParamsAttr ()
::std::optional< ::mlir::ArrayAttr > getTemplateParams ()
::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 845 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ IncludeOpGenericAdaptorBase() [1/2]

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

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

◆ IncludeOpGenericAdaptorBase() [2/2]

llzk::verif::detail::IncludeOpGenericAdaptorBase::IncludeOpGenericAdaptorBase ( IncludeOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getCallee()

mlir::SymbolRefAttr llzk::verif::detail::IncludeOpGenericAdaptorBase::getCallee ( )

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

◆ getCalleeAttr()

::mlir::SymbolRefAttr llzk::verif::detail::IncludeOpGenericAdaptorBase::getCalleeAttr ( )
inline

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

◆ getMapOpGroupSizes()

llvm::ArrayRef< int32_t > llzk::verif::detail::IncludeOpGenericAdaptorBase::getMapOpGroupSizes ( )

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

◆ getMapOpGroupSizesAttr()

::mlir::DenseI32ArrayAttr llzk::verif::detail::IncludeOpGenericAdaptorBase::getMapOpGroupSizesAttr ( )
inline

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

◆ getNumDimsPerMap()

llvm::ArrayRef< int32_t > llzk::verif::detail::IncludeOpGenericAdaptorBase::getNumDimsPerMap ( )

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

◆ getNumDimsPerMapAttr()

mlir::DenseI32ArrayAttr llzk::verif::detail::IncludeOpGenericAdaptorBase::getNumDimsPerMapAttr ( )

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getTemplateParams()

std::optional<::mlir::ArrayAttr > llzk::verif::detail::IncludeOpGenericAdaptorBase::getTemplateParams ( )

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

◆ getTemplateParamsAttr()

::mlir::ArrayAttr llzk::verif::detail::IncludeOpGenericAdaptorBase::getTemplateParamsAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::verif::detail::IncludeOpGenericAdaptorBase::properties
protected

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


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