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

Public Types

using Adaptor = NonDetOpAdaptor
template<typename RangeT>
using GenericAdaptor = NonDetOpGenericAdaptor<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)
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
::mlir::Operation::result_range getODSResults (unsigned index)
::mlir::TypedValue<::mlir::Type > getRes ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void getAsmResultNames (::mlir::OpAsmSetValueNameFn setNameFn)
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 res)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes)
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 84 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::NonDetOp::GenericAdaptor = NonDetOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/3]

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

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

◆ build() [2/3]

void llzk::NonDetOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type res )
static

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

◆ build() [3/3]

void llzk::NonDetOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes )
static

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

◆ getAsmResultNames()

void llzk::NonDetOp::getAsmResultNames ( ::mlir::OpAsmSetValueNameFn setNameFn)

Definition at line 25 of file Ops.cpp.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::NonDetOp::getAttributeNames ( )
inline

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

◆ getEffects()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

::mlir::Operation::operand_range llzk::NonDetOp::getODSOperands ( unsigned index)
inline

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

::mlir::Operation::result_range llzk::NonDetOp::getODSResults ( unsigned index)
inline

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

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::NonDetOp::getOperationName ( )
inlinestatic

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

◆ getRes()

::mlir::TypedValue<::mlir::Type > llzk::NonDetOp::getRes ( )
inline

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

◆ parse()

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

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

◆ print()

void llzk::NonDetOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

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

◆ verifyInvariants()

llvm::LogicalResult llzk::NonDetOp::verifyInvariants ( )

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

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::NonDetOp::verifyInvariantsImpl ( )

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


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