|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ExtractArrayOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ExtractArrayOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::array::ArrayType > | getArrRef () |
| ::mlir::Operation::operand_range | getIndices () |
| ::mlir::OpOperand & | getArrRefMutable () |
| ::mlir::MutableOperandRange | getIndicesMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::llzk::array::ArrayType > | getResult () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| bool | isRead () |
| Return true if the op is a read, false if it's a write. | |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| inline ::llzk::array::ArrayType | getArrRefType () |
| Gets the type of the referenced base array. | |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value arr_ref, ::mlir::ValueRange indices) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::llvm::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| ::llvm::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, std::optional<::mlir::Location > location, Adaptor adaptor, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
| static bool | isCompatibleReturnTypes (::mlir::TypeRange l, ::mlir::TypeRange r) |
| using llzk::array::ExtractArrayOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::array::ExtractArrayOp::GenericAdaptor = ExtractArrayOpGenericAdaptor<RangeT> |
|
static |
Definition at line 823 of file Ops.cpp.inc.
|
static |
Definition at line 794 of file Ops.cpp.inc.
|
static |
Definition at line 816 of file Ops.cpp.inc.
|
static |
Definition at line 800 of file Ops.cpp.inc.
|
static |
Definition at line 831 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| mlir::MutableOperandRange llzk::array::ExtractArrayOp::getIndicesMutable | ( | ) |
Definition at line 788 of file Ops.cpp.inc.
| std::pair< unsigned, unsigned > llzk::array::ExtractArrayOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 770 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 953 of file Ops.cpp.inc.
|
static |
|
static |
| bool llzk::array::ExtractArrayOp::isRead | ( | ) |
Return true if the op is a read, false if it's a write.
Definition at line 965 of file Ops.cpp.inc.
|
static |
Definition at line 881 of file Ops.cpp.inc.
| void llzk::array::ExtractArrayOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 933 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::array::ExtractArrayOp::verifyInvariants | ( | ) |
Definition at line 877 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::array::ExtractArrayOp::verifyInvariantsImpl | ( | ) |
Definition at line 849 of file Ops.cpp.inc.
| LogicalResult llzk::array::ExtractArrayOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |