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

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

◆ CallOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getCallee()

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

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

◆ getCalleeAttr()

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

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

◆ getMapOpGroupSizes()

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

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

◆ getMapOpGroupSizesAttr()

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

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

◆ getNumDimsPerMap()

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

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

◆ getNumDimsPerMapAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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