LLZK 0.1.0
Veridise's ZK Language IR
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=nullptr, 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 45 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ ApplyMapOpGenericAdaptorBase() [1/2]

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

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

◆ ApplyMapOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getMap()

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

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

◆ getMapAttr()

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

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

◆ getNumDims()

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

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

◆ getNumDimsAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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