|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ArrayLengthOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ArrayLengthOpGenericAdaptor<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::TypedValue<::mlir::IndexType > | getDim () |
| ::mlir::OpOperand & | getArrRefMutable () |
| ::mlir::OpOperand & | getDimMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::IndexType > | getLength () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
| 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 length, ::mlir::Value arr_ref, ::mlir::Value dim) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value arr_ref, ::mlir::Value dim) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value arr_ref, ::mlir::Value dim) |
| 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) |
| using llzk::array::ArrayLengthOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::array::ArrayLengthOp::GenericAdaptor = ArrayLengthOpGenericAdaptor<RangeT> |
|
static |
Definition at line 141 of file Ops.cpp.inc.
|
static |
Definition at line 112 of file Ops.cpp.inc.
|
static |
Definition at line 134 of file Ops.cpp.inc.
|
static |
Definition at line 118 of file Ops.cpp.inc.
|
static |
Definition at line 149 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void llzk::array::ArrayLengthOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 268 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 199 of file Ops.cpp.inc.
|
static |
Definition at line 207 of file Ops.cpp.inc.
| void llzk::array::ArrayLengthOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 249 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::array::ArrayLengthOp::verifyInvariants | ( | ) |
Definition at line 195 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::array::ArrayLengthOp::verifyInvariantsImpl | ( | ) |
Definition at line 167 of file Ops.cpp.inc.
| LogicalResult llzk::array::ArrayLengthOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |