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

Classes

struct  Properties

Public Member Functions

 FieldReadOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FieldReadOpGenericAdaptorBase (FieldReadOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::FlatSymbolRefAttr getFieldNameAttr ()
::llvm::StringRef getFieldName ()
::mlir::Attribute getTableOffsetAttr ()
::std::optional<::mlir::Attribute > getTableOffset ()
::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 439 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ FieldReadOpGenericAdaptorBase() [1/2]

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

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

◆ FieldReadOpGenericAdaptorBase() [2/2]

llzk::component::detail::FieldReadOpGenericAdaptorBase::FieldReadOpGenericAdaptorBase ( FieldReadOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::component::detail::FieldReadOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getFieldName()

llvm::StringRef llzk::component::detail::FieldReadOpGenericAdaptorBase::getFieldName ( )

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

◆ getFieldNameAttr()

::mlir::FlatSymbolRefAttr llzk::component::detail::FieldReadOpGenericAdaptorBase::getFieldNameAttr ( )
inline

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

◆ getMapOpGroupSizes()

llvm::ArrayRef< int32_t > llzk::component::detail::FieldReadOpGenericAdaptorBase::getMapOpGroupSizes ( )

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

◆ getMapOpGroupSizesAttr()

::mlir::DenseI32ArrayAttr llzk::component::detail::FieldReadOpGenericAdaptorBase::getMapOpGroupSizesAttr ( )
inline

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

◆ getNumDimsPerMap()

llvm::ArrayRef< int32_t > llzk::component::detail::FieldReadOpGenericAdaptorBase::getNumDimsPerMap ( )

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

◆ getNumDimsPerMapAttr()

mlir::DenseI32ArrayAttr llzk::component::detail::FieldReadOpGenericAdaptorBase::getNumDimsPerMapAttr ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::component::detail::FieldReadOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

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

◆ getProperties()

const Properties & llzk::component::detail::FieldReadOpGenericAdaptorBase::getProperties ( )
inline

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

◆ getTableOffset()

std::optional<::mlir::Attribute > llzk::component::detail::FieldReadOpGenericAdaptorBase::getTableOffset ( )

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

◆ getTableOffsetAttr()

::mlir::Attribute llzk::component::detail::FieldReadOpGenericAdaptorBase::getTableOffsetAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::component::detail::FieldReadOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::component::detail::FieldReadOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::component::detail::FieldReadOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::component::detail::FieldReadOpGenericAdaptorBase::properties
protected

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


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