LLZK 3.0.0
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 1172 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 1244 of file Ops.h.inc.

◆ IncludeOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getCallee()

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

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

◆ getCalleeAttr()

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

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

◆ getMapOpGroupSizes()

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

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

◆ getMapOpGroupSizesAttr()

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

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

◆ getNumDimsPerMap()

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

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

◆ getNumDimsPerMapAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getTemplateParams()

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

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

◆ getTemplateParamsAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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