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

Classes

struct  Properties

Public Member Functions

 ApplyMapOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ApplyMapOpGenericAdaptorBase (ApplyMapOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::AffineMapAttr getMapAttr ()
::mlir::AffineMap getMap ()
::mlir::IntegerAttr getNumDimsAttr ()
::llvm::APInt getNumDims ()

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ApplyMapOpGenericAdaptorBase() [1/2]

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

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

◆ ApplyMapOpGenericAdaptorBase() [2/2]

llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::ApplyMapOpGenericAdaptorBase ( ApplyMapOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getMap()

mlir::AffineMap llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getMap ( )

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

◆ getMapAttr()

::mlir::AffineMapAttr llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getMapAttr ( )
inline

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

◆ getNumDims()

llvm::APInt llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getNumDims ( )

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

◆ getNumDimsAttr()

::mlir::IntegerAttr llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getNumDimsAttr ( )
inline

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

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

◆ getProperties()

const Properties & llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::getProperties ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase::properties
protected

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


The documentation for this class was generated from the following files:
  • build/include/llzk/Dialect/Polymorphic/IR/Ops.h.inc
  • build/include/llzk/Dialect/Polymorphic/IR/Ops.cpp.inc