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

Public Member Functions

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

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

Constructor & Destructor Documentation

◆ CreateArrayOpAdaptor()

llzk::array::CreateArrayOpAdaptor::CreateArrayOpAdaptor ( CreateArrayOp op)

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

Member Function Documentation

◆ CreateArrayOpGenericAdaptor() [1/5]

llzk::array::CreateArrayOpGenericAdaptor< RangeT >::CreateArrayOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs )
inline

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

◆ CreateArrayOpGenericAdaptor() [2/5]

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

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

◆ CreateArrayOpGenericAdaptor() [3/5]

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

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

◆ CreateArrayOpGenericAdaptor() [4/5]

llzk::array::CreateArrayOpGenericAdaptor< RangeT >::CreateArrayOpGenericAdaptor ( RangeT values,
const CreateArrayOpGenericAdaptorBase & base )
inline

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

◆ CreateArrayOpGenericAdaptor() [5/5]

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 297 of file Ops.h.inc.

◆ verify()

llvm::LogicalResult llzk::array::CreateArrayOpAdaptor::verify ( ::mlir::Location loc)

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


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