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

Classes

struct  Properties

Public Member Functions

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

Constructor & Destructor Documentation

◆ CallOpGenericAdaptorBase() [1/2]

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

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

◆ CallOpGenericAdaptorBase() [2/2]

llzk::function::detail::CallOpGenericAdaptorBase::CallOpGenericAdaptorBase ( CallOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::function::detail::CallOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getCallee()

mlir::SymbolRefAttr llzk::function::detail::CallOpGenericAdaptorBase::getCallee ( )

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

◆ getCalleeAttr()

::mlir::SymbolRefAttr llzk::function::detail::CallOpGenericAdaptorBase::getCalleeAttr ( )
inline

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

◆ getMapOpGroupSizes()

llvm::ArrayRef< int32_t > llzk::function::detail::CallOpGenericAdaptorBase::getMapOpGroupSizes ( )

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

◆ getMapOpGroupSizesAttr()

::mlir::DenseI32ArrayAttr llzk::function::detail::CallOpGenericAdaptorBase::getMapOpGroupSizesAttr ( )
inline

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

◆ getNumDimsPerMap()

llvm::ArrayRef< int32_t > llzk::function::detail::CallOpGenericAdaptorBase::getNumDimsPerMap ( )

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

◆ getNumDimsPerMapAttr()

mlir::DenseI32ArrayAttr llzk::function::detail::CallOpGenericAdaptorBase::getNumDimsPerMapAttr ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::function::detail::CallOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

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

◆ getProperties()

const Properties & llzk::function::detail::CallOpGenericAdaptorBase::getProperties ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::function::detail::CallOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::function::detail::CallOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::function::detail::CallOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::function::detail::CallOpGenericAdaptorBase::properties
protected

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


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