|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
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 Properties & | getProperties () |
| ::mlir::DictionaryAttr | getAttributes () |
| ::mlir::SymbolRefAttr | getCalleeAttr () |
| ::mlir::SymbolRefAttr | getCallee () |
| ::mlir::ArrayAttr | getTemplateParamsAttr () |
| ::std::optional< ::mlir::ArrayAttr > | getTemplateParams () |
| ::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::function::detail::CallOpGenericAdaptorBase::CallOpGenericAdaptorBase | ( | CallOp | op | ) |
Definition at line 153 of file Ops.cpp.inc.
|
inline |
| mlir::SymbolRefAttr llzk::function::detail::CallOpGenericAdaptorBase::getCallee | ( | ) |
Definition at line 164 of file Ops.cpp.inc.
|
inline |
| llvm::ArrayRef< int32_t > llzk::function::detail::CallOpGenericAdaptorBase::getMapOpGroupSizes | ( | ) |
Definition at line 184 of file Ops.cpp.inc.
|
inline |
| llvm::ArrayRef< int32_t > llzk::function::detail::CallOpGenericAdaptorBase::getNumDimsPerMap | ( | ) |
Definition at line 179 of file Ops.cpp.inc.
| mlir::DenseI32ArrayAttr llzk::function::detail::CallOpGenericAdaptorBase::getNumDimsPerMapAttr | ( | ) |
Definition at line 174 of file Ops.cpp.inc.
| std::pair< unsigned, unsigned > llzk::function::detail::CallOpGenericAdaptorBase::getODSOperandIndexAndLength | ( | unsigned | index, |
| unsigned | odsOperandsSize ) |
Definition at line 155 of file Ops.cpp.inc.
|
inline |
| std::optional<::mlir::ArrayAttr > llzk::function::detail::CallOpGenericAdaptorBase::getTemplateParams | ( | ) |
Definition at line 169 of file Ops.cpp.inc.
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |