LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::felt::ShrFeltOp Class Reference
Inheritance diagram for llzk::felt::ShrFeltOp:
[legend]
Collaboration diagram for llzk::felt::ShrFeltOp:
[legend]

Public Types

using Adaptor = ShrFeltOpAdaptor
 
template<typename RangeT>
using GenericAdaptor = ShrFeltOpGenericAdaptor<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::Value getLhs ()
 
::mlir::Value getRhs ()
 
::mlir::OpOperand & getLhsMutable ()
 
::mlir::OpOperand & getRhsMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::llzk::felt::FeltTypegetResult ()
 
::mlir::LogicalResult verifyInvariantsImpl ()
 
::mlir::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::Type result, ::mlir::Value lhs, ::mlir::Value rhs)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value lhs, ::mlir::Value rhs)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value lhs, ::mlir::Value rhs)
 
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={})
 
::mlir::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)
 
::mlir::ParseResult parseInferredOrParsedType (::mlir::OpAsmParser &parser, ::mlir::Type &opType, bool isFirst)
 
static void printInferredOrParsedType (::mlir::OpAsmPrinter &printer, ::mlir::Operation *op, ::mlir::Type opType, bool isFirst)
 

Detailed Description

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

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

using llzk::felt::ShrFeltOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::felt::ShrFeltOp::GenericAdaptor = ShrFeltOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/5]

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

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

◆ build() [2/5]

void llzk::felt::ShrFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value lhs,
::mlir::Value rhs )
static

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

◆ build() [3/5]

void llzk::felt::ShrFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value lhs,
::mlir::Value rhs )
static

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

◆ build() [4/5]

void llzk::felt::ShrFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value lhs,
::mlir::Value rhs )
static

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

◆ build() [5/5]

void llzk::felt::ShrFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

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

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef > llzk::felt::ShrFeltOp::getAttributeNames ( )
inline

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

◆ getEffects()

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

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

◆ getLhs()

mlir::Value llzk::felt::ShrFeltOp::getLhs ( )

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

◆ getLhsMutable()

mlir::OpOperand & llzk::felt::ShrFeltOp::getLhsMutable ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::felt::ShrFeltOp::getODSOperandIndexAndLength ( unsigned index)

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

◆ getODSOperands()

mlir::Operation::operand_range llzk::felt::ShrFeltOp::getODSOperands ( unsigned index)

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

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::felt::ShrFeltOp::getODSResultIndexAndLength ( unsigned index)

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

◆ getODSResults()

mlir::Operation::result_range llzk::felt::ShrFeltOp::getODSResults ( unsigned index)

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

◆ getOperationName()

static constexpr ::llvm::StringLiteral llzk::felt::ShrFeltOp::getOperationName ( )
inlinestatic

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

◆ getResult()

mlir::TypedValue<::llzk::felt::FeltType > llzk::felt::ShrFeltOp::getResult ( )

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

◆ getRhs()

mlir::Value llzk::felt::ShrFeltOp::getRhs ( )

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

◆ getRhsMutable()

mlir::OpOperand & llzk::felt::ShrFeltOp::getRhsMutable ( )

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

◆ inferReturnTypes()

mlir::LogicalResult llzk::felt::ShrFeltOp::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 )
static

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

◆ parse()

mlir::ParseResult llzk::felt::ShrFeltOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

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

◆ parseInferredOrParsedType()

::mlir::ParseResult llzk::felt::ShrFeltOp::parseInferredOrParsedType ( ::mlir::OpAsmParser & parser,
::mlir::Type & opType,
bool isFirst )
inlinestatic

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

◆ print()

void llzk::felt::ShrFeltOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

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

◆ printInferredOrParsedType()

static void llzk::felt::ShrFeltOp::printInferredOrParsedType ( ::mlir::OpAsmPrinter & printer,
::mlir::Operation * op,
::mlir::Type opType,
bool isFirst )
inlinestatic

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

◆ verifyInvariants()

mlir::LogicalResult llzk::felt::ShrFeltOp::verifyInvariants ( )

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

◆ verifyInvariantsImpl()

mlir::LogicalResult llzk::felt::ShrFeltOp::verifyInvariantsImpl ( )

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


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