|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Classes | |
| struct | Properties |
Public Member Functions | |
| CreateArrayOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| CreateArrayOpGenericAdaptorBase (CreateArrayOp op) | |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize) |
| const Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::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 |
|
inline |
| llzk::array::detail::CreateArrayOpGenericAdaptorBase::CreateArrayOpGenericAdaptorBase | ( | CreateArrayOp | op | ) |
Definition at line 283 of file Ops.cpp.inc.
|
inline |
| llvm::ArrayRef< int32_t > llzk::array::detail::CreateArrayOpGenericAdaptorBase::getMapOpGroupSizes | ( | ) |
Definition at line 304 of file Ops.cpp.inc.
|
inline |
| llvm::ArrayRef< int32_t > llzk::array::detail::CreateArrayOpGenericAdaptorBase::getNumDimsPerMap | ( | ) |
Definition at line 299 of file Ops.cpp.inc.
| mlir::DenseI32ArrayAttr llzk::array::detail::CreateArrayOpGenericAdaptorBase::getNumDimsPerMapAttr | ( | ) |
Definition at line 294 of file Ops.cpp.inc.
| std::pair< unsigned, unsigned > llzk::array::detail::CreateArrayOpGenericAdaptorBase::getODSOperandIndexAndLength | ( | unsigned | index, |
| unsigned | odsOperandsSize ) |
Definition at line 285 of file Ops.cpp.inc.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |