|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = StoreOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = StoreOpGenericAdaptor<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<::mlir::IndexType > | getAddr () |
| ::mlir::TypedValue<::llzk::felt::FeltType > | getVal () |
| ::mlir::OpOperand & | getAddrMutable () |
| ::mlir::OpOperand & | getValMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value addr, ::mlir::Value val) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value addr, ::mlir::Value val) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| using llzk::ram::StoreOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::ram::StoreOp::GenericAdaptor = StoreOpGenericAdaptor<RangeT> |
|
static |
Definition at line 191 of file Ops.cpp.inc.
|
static |
Definition at line 184 of file Ops.cpp.inc.
|
static |
Definition at line 179 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
| void llzk::ram::StoreOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 282 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
static |
Definition at line 222 of file Ops.cpp.inc.
| void llzk::ram::StoreOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 263 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::ram::StoreOp::verifyInvariants | ( | ) |
Definition at line 218 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::ram::StoreOp::verifyInvariantsImpl | ( | ) |
Definition at line 199 of file Ops.cpp.inc.