LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::array::CreateArrayOpGenericAdaptor< RangeT > Class Template Reference
Inheritance diagram for llzk::array::CreateArrayOpGenericAdaptor< RangeT >:
[legend]
Collaboration diagram for llzk::array::CreateArrayOpGenericAdaptor< RangeT >:
[legend]

Public Member Functions

 CreateArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 CreateArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = CreateArrayOp, typename = std::enable_if_t<std::is_same_v<LateInst, CreateArrayOp>>>
 CreateArrayOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getElements ()
 
::llvm::SmallVector< RangeT > getMapOperands ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from llzk::array::detail::CreateArrayOpGenericAdaptorBase
 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::array::detail::CreateArrayOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Detailed Description

template<typename RangeT>
class llzk::array::CreateArrayOpGenericAdaptor< RangeT >

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

Constructor & Destructor Documentation

◆ CreateArrayOpGenericAdaptor() [1/3]

template<typename RangeT>
llzk::array::CreateArrayOpGenericAdaptor< RangeT >::CreateArrayOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ CreateArrayOpGenericAdaptor() [2/3]

template<typename RangeT>
llzk::array::CreateArrayOpGenericAdaptor< RangeT >::CreateArrayOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

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

◆ CreateArrayOpGenericAdaptor() [3/3]

template<typename RangeT>
template<typename LateInst = CreateArrayOp, typename = std::enable_if_t<std::is_same_v<LateInst, CreateArrayOp>>>
llzk::array::CreateArrayOpGenericAdaptor< RangeT >::CreateArrayOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

Member Function Documentation

◆ getElements()

template<typename RangeT>
RangeT llzk::array::CreateArrayOpGenericAdaptor< RangeT >::getElements ( )
inline

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

◆ getMapOperands()

template<typename RangeT>
::llvm::SmallVector< RangeT > llzk::array::CreateArrayOpGenericAdaptor< RangeT >::getMapOperands ( )
inline

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

◆ getODSOperandIndexAndLength()

template<typename RangeT>
std::pair< unsigned, unsigned > llzk::array::CreateArrayOpGenericAdaptor< RangeT >::getODSOperandIndexAndLength ( unsigned index)
inline

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

◆ getODSOperands()

template<typename RangeT>
RangeT llzk::array::CreateArrayOpGenericAdaptor< RangeT >::getODSOperands ( unsigned index)
inline

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

◆ getOperands()

template<typename RangeT>
RangeT llzk::array::CreateArrayOpGenericAdaptor< RangeT >::getOperands ( )
inline

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


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