LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for llzk::ram::StoreOp:
[legend]
Collaboration diagram for llzk::ram::StoreOp:
[legend]

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::FeltTypegetVal ()
::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)

Detailed Description

Definition at line 236 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 240 of file Ops.h.inc.

◆ FoldAdaptor

using llzk::ram::StoreOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 243 of file Ops.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::ram::StoreOp::GenericAdaptor = StoreOpGenericAdaptor<RangeT>

Definition at line 242 of file Ops.h.inc.

Member Function Documentation

◆ build() [1/3]

void llzk::ram::StoreOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 191 of file Ops.cpp.inc.

◆ build() [2/3]

void llzk::ram::StoreOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value addr,
::mlir::Value val )
static

Definition at line 184 of file Ops.cpp.inc.

◆ build() [3/3]

void llzk::ram::StoreOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value addr,
::mlir::Value val )
static

Definition at line 179 of file Ops.cpp.inc.

◆ getAddr()

::mlir::TypedValue<::mlir::IndexType > llzk::ram::StoreOp::getAddr ( )
inline

Definition at line 262 of file Ops.h.inc.

◆ getAddrMutable()

::mlir::OpOperand & llzk::ram::StoreOp::getAddrMutable ( )
inline

Definition at line 270 of file Ops.h.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::ram::StoreOp::getAttributeNames ( )
inline

Definition at line 244 of file Ops.h.inc.

◆ getEffects()

void llzk::ram::StoreOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

Definition at line 282 of file Ops.cpp.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::ram::StoreOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 252 of file Ops.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::ram::StoreOp::getODSOperands ( unsigned index)
inline

Definition at line 256 of file Ops.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::ram::StoreOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 280 of file Ops.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::ram::StoreOp::getODSResults ( unsigned index)
inline

Definition at line 284 of file Ops.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::ram::StoreOp::getOperationName ( )
inlinestatic

Definition at line 248 of file Ops.h.inc.

◆ getVal()

::mlir::TypedValue<::llzk::felt::FeltType > llzk::ram::StoreOp::getVal ( )
inline

Definition at line 266 of file Ops.h.inc.

◆ getValMutable()

::mlir::OpOperand & llzk::ram::StoreOp::getValMutable ( )
inline

Definition at line 275 of file Ops.h.inc.

◆ parse()

mlir::ParseResult llzk::ram::StoreOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 222 of file Ops.cpp.inc.

◆ print()

void llzk::ram::StoreOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 263 of file Ops.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::ram::StoreOp::verifyInvariants ( )

Definition at line 218 of file Ops.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::ram::StoreOp::verifyInvariantsImpl ( )

Definition at line 199 of file Ops.cpp.inc.


The documentation for this class was generated from the following files: