LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::array::detail::CreateArrayOpGenericAdaptorBase Class Reference
Inheritance diagram for llzk::array::detail::CreateArrayOpGenericAdaptorBase:
[legend]
Collaboration diagram for llzk::array::detail::CreateArrayOpGenericAdaptorBase:
[legend]

Classes

struct  Properties

Public Member Functions

 CreateArrayOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 CreateArrayOpGenericAdaptorBase (CreateArrayOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::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 208 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ CreateArrayOpGenericAdaptorBase() [1/2]

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

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

◆ CreateArrayOpGenericAdaptorBase() [2/2]

llzk::array::detail::CreateArrayOpGenericAdaptorBase::CreateArrayOpGenericAdaptorBase ( CreateArrayOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::array::detail::CreateArrayOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getMapOpGroupSizes()

llvm::ArrayRef< int32_t > llzk::array::detail::CreateArrayOpGenericAdaptorBase::getMapOpGroupSizes ( )

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

◆ getMapOpGroupSizesAttr()

::mlir::DenseI32ArrayAttr llzk::array::detail::CreateArrayOpGenericAdaptorBase::getMapOpGroupSizesAttr ( )
inline

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

◆ getNumDimsPerMap()

llvm::ArrayRef< int32_t > llzk::array::detail::CreateArrayOpGenericAdaptorBase::getNumDimsPerMap ( )

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

◆ getNumDimsPerMapAttr()

mlir::DenseI32ArrayAttr llzk::array::detail::CreateArrayOpGenericAdaptorBase::getNumDimsPerMapAttr ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::array::detail::CreateArrayOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

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

◆ getProperties()

const Properties & llzk::array::detail::CreateArrayOpGenericAdaptorBase::getProperties ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::array::detail::CreateArrayOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::array::detail::CreateArrayOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::array::detail::CreateArrayOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::array::detail::CreateArrayOpGenericAdaptorBase::properties
protected

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


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