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 174 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 = {} )

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

◆ CreateArrayOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getMapOpGroupSizes()

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

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

◆ getMapOpGroupSizesAttr()

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

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

◆ getNumDimsPerMap()

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

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

◆ getNumDimsPerMapAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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