LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::function::detail::CallOpGenericAdaptorBase::Properties Struct Reference

Public Types

using calleeTy = ::mlir::SymbolRefAttr
 
using mapOpGroupSizesTy = ::mlir::DenseI32ArrayAttr
 
using numDimsPerMapTy = ::mlir::DenseI32ArrayAttr
 
using operandSegmentSizesTy = std::array<int32_t, 2>
 

Public Member Functions

auto getCallee ()
 
void setCallee (const ::mlir::SymbolRefAttr &propValue)
 
auto getMapOpGroupSizes ()
 
void setMapOpGroupSizes (const ::mlir::DenseI32ArrayAttr &propValue)
 
auto getNumDimsPerMap ()
 
void setNumDimsPerMap (const ::mlir::DenseI32ArrayAttr &propValue)
 
::llvm::ArrayRef< int32_t > getOperandSegmentSizes ()
 
void setOperandSegmentSizes (const ::llvm::ArrayRef< int32_t > &propValue)
 
bool operator== (const Properties &rhs) const
 
bool operator!= (const Properties &rhs) const
 

Public Attributes

calleeTy callee
 
mapOpGroupSizesTy mapOpGroupSizes
 
numDimsPerMapTy numDimsPerMap
 
operandSegmentSizesTy operandSegmentSizes
 

Detailed Description

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

Member Typedef Documentation

◆ calleeTy

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

◆ mapOpGroupSizesTy

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

◆ numDimsPerMapTy

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

◆ operandSegmentSizesTy

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

Member Function Documentation

◆ getCallee()

auto llzk::function::detail::CallOpGenericAdaptorBase::Properties::getCallee ( )
inline

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

◆ getMapOpGroupSizes()

auto llzk::function::detail::CallOpGenericAdaptorBase::Properties::getMapOpGroupSizes ( )
inline

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

◆ getNumDimsPerMap()

auto llzk::function::detail::CallOpGenericAdaptorBase::Properties::getNumDimsPerMap ( )
inline

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

◆ getOperandSegmentSizes()

::llvm::ArrayRef< int32_t > llzk::function::detail::CallOpGenericAdaptorBase::Properties::getOperandSegmentSizes ( )
inline

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

◆ operator!=()

bool llzk::function::detail::CallOpGenericAdaptorBase::Properties::operator!= ( const Properties & rhs) const
inline

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

◆ operator==()

bool llzk::function::detail::CallOpGenericAdaptorBase::Properties::operator== ( const Properties & rhs) const
inline

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

◆ setCallee()

void llzk::function::detail::CallOpGenericAdaptorBase::Properties::setCallee ( const ::mlir::SymbolRefAttr & propValue)
inline

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

◆ setMapOpGroupSizes()

void llzk::function::detail::CallOpGenericAdaptorBase::Properties::setMapOpGroupSizes ( const ::mlir::DenseI32ArrayAttr & propValue)
inline

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

◆ setNumDimsPerMap()

void llzk::function::detail::CallOpGenericAdaptorBase::Properties::setNumDimsPerMap ( const ::mlir::DenseI32ArrayAttr & propValue)
inline

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

◆ setOperandSegmentSizes()

void llzk::function::detail::CallOpGenericAdaptorBase::Properties::setOperandSegmentSizes ( const ::llvm::ArrayRef< int32_t > & propValue)
inline

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

Member Data Documentation

◆ callee

calleeTy llzk::function::detail::CallOpGenericAdaptorBase::Properties::callee

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

◆ mapOpGroupSizes

mapOpGroupSizesTy llzk::function::detail::CallOpGenericAdaptorBase::Properties::mapOpGroupSizes

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

◆ numDimsPerMap

numDimsPerMapTy llzk::function::detail::CallOpGenericAdaptorBase::Properties::numDimsPerMap

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

◆ operandSegmentSizes

operandSegmentSizesTy llzk::function::detail::CallOpGenericAdaptorBase::Properties::operandSegmentSizes

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


The documentation for this struct was generated from the following file: