|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Member Functions | |
| CallOpAdaptor (CallOp op) | |
| ::llvm::LogicalResult | verify (::mlir::Location loc) |
| CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={}) | |
| CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={}) | |
| CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs) | |
| CallOpGenericAdaptor (RangeT values, const CallOpGenericAdaptorBase &base) | |
| template<typename LateInst = CallOp, typename = std::enable_if_t<std::is_same_v<LateInst, CallOp>>> | |
| CallOpGenericAdaptor (RangeT values, LateInst op) | |
| Public Member Functions inherited from llzk::function::CallOpGenericAdaptor<::mlir::ValueRange > | |
| CallOpGenericAdaptor (::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 | getArgOperands () |
| ::llvm::SmallVector< ::mlir::ValueRange > | getMapOperands () |
| ::mlir::ValueRange | getOperands () |
| Public Member Functions inherited from llzk::function::detail::CallOpGenericAdaptorBase | |
| 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 () |
Additional Inherited Members | |
| Protected Attributes inherited from llzk::function::detail::CallOpGenericAdaptorBase | |
| ::mlir::DictionaryAttr | odsAttrs |
| ::std::optional<::mlir::OperationName > | odsOpName |
| Properties | properties |
| ::mlir::RegionRange | odsRegions |
| llzk::function::CallOpAdaptor::CallOpAdaptor | ( | CallOp | op | ) |
Definition at line 190 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| llvm::LogicalResult llzk::function::CallOpAdaptor::verify | ( | ::mlir::Location | loc | ) |
Definition at line 192 of file Ops.cpp.inc.