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

Public Types

using Adaptor = PopOpAdaptor
template<typename RangeT>
using GenericAdaptor = PopOpGenericAdaptor<RangeT>
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>
using Properties = FoldAdaptor::Properties

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
::mlir::StringAttr getCountAttrName ()
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)
void writeProperties (::mlir::DialectBytecodeWriter &writer)
::mlir::IntegerAttr getCountAttr ()
uint32_t getCount ()
void setCountAttr (::mlir::IntegerAttr attr)
void setCount (uint32_t attrValue)
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
void print (::mlir::OpAsmPrinter &_odsPrinter)

Static Public Member Functions

::mlir::StringAttr getCountAttrName (::mlir::OperationName name)
static constexpr ::llvm::StringLiteral getOperationName ()
::llvm::LogicalResult setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
::mlir::Attribute getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop)
static llvm::hash_code computePropertiesHash (const Properties &prop)
static std::optional< mlir::Attribute > getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name)
static void setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value)
static void populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs)
::llvm::LogicalResult verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
::llvm::LogicalResult readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::IntegerAttr count)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::IntegerAttr count)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, uint32_t count)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, uint32_t count)
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 8058 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 8062 of file SMT.h.inc.

◆ FoldAdaptor

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

Definition at line 8065 of file SMT.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::PopOp::GenericAdaptor = PopOpGenericAdaptor<RangeT>

Definition at line 8064 of file SMT.h.inc.

◆ Properties

Member Function Documentation

◆ build() [1/5]

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

Definition at line 9580 of file SMT.cpp.inc.

◆ build() [2/5]

void llzk::smt::PopOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::IntegerAttr count )
static

Definition at line 9560 of file SMT.cpp.inc.

◆ build() [3/5]

void llzk::smt::PopOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::IntegerAttr count )
static

Definition at line 9564 of file SMT.cpp.inc.

◆ build() [4/5]

void llzk::smt::PopOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
uint32_t count )
static

Definition at line 9574 of file SMT.cpp.inc.

◆ build() [5/5]

void llzk::smt::PopOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
uint32_t count )
static

Definition at line 9570 of file SMT.cpp.inc.

◆ computePropertiesHash()

llvm::hash_code llzk::smt::PopOp::computePropertiesHash ( const Properties & prop)
static

Definition at line 9508 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::PopOp::getAttributeNames ( )
inline

Definition at line 8067 of file SMT.h.inc.

◆ getCount()

uint32_t llzk::smt::PopOp::getCount ( )

Definition at line 9551 of file SMT.cpp.inc.

◆ getCountAttr()

::mlir::IntegerAttr llzk::smt::PopOp::getCountAttr ( )
inline

Definition at line 8113 of file SMT.h.inc.

◆ getCountAttrName() [1/2]

::mlir::StringAttr llzk::smt::PopOp::getCountAttrName ( )
inline

Definition at line 8072 of file SMT.h.inc.

◆ getCountAttrName() [2/2]

::mlir::StringAttr llzk::smt::PopOp::getCountAttrName ( ::mlir::OperationName name)
inlinestatic

Definition at line 8076 of file SMT.h.inc.

◆ getInherentAttr()

std::optional< mlir::Attribute > llzk::smt::PopOp::getInherentAttr ( ::mlir::MLIRContext * ctx,
const Properties & prop,
llvm::StringRef name )
static

Definition at line 9513 of file SMT.cpp.inc.

◆ getODSOperandIndexAndLength()

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

Definition at line 8084 of file SMT.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::PopOp::getODSOperands ( unsigned index)
inline

Definition at line 8088 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

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

Definition at line 8094 of file SMT.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::PopOp::getODSResults ( unsigned index)
inline

Definition at line 8098 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::PopOp::getOperationName ( )
inlinestatic

Definition at line 8080 of file SMT.h.inc.

◆ getPropertiesAsAttr()

mlir::Attribute llzk::smt::PopOp::getPropertiesAsAttr ( ::mlir::MLIRContext * ctx,
const Properties & prop )
static

Definition at line 9492 of file SMT.cpp.inc.

◆ parse()

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

Definition at line 9611 of file SMT.cpp.inc.

◆ populateInherentAttrs()

void llzk::smt::PopOp::populateInherentAttrs ( ::mlir::MLIRContext * ctx,
const Properties & prop,
::mlir::NamedAttrList & attrs )
static

Definition at line 9526 of file SMT.cpp.inc.

◆ print()

void llzk::smt::PopOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 9630 of file SMT.cpp.inc.

◆ readProperties()

llvm::LogicalResult llzk::smt::PopOp::readProperties ( ::mlir::DialectBytecodeReader & reader,
::mlir::OperationState & state )
static

Definition at line 9539 of file SMT.cpp.inc.

◆ setCount()

void llzk::smt::PopOp::setCount ( uint32_t attrValue)

Definition at line 9556 of file SMT.cpp.inc.

◆ setCountAttr()

void llzk::smt::PopOp::setCountAttr ( ::mlir::IntegerAttr attr)
inline

Definition at line 8118 of file SMT.h.inc.

◆ setInherentAttr()

void llzk::smt::PopOp::setInherentAttr ( Properties & prop,
llvm::StringRef name,
mlir::Attribute value )
static

Definition at line 9519 of file SMT.cpp.inc.

◆ setPropertiesFromAttr()

llvm::LogicalResult llzk::smt::PopOp::setPropertiesFromAttr ( Properties & prop,
::mlir::Attribute attr,
::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError )
static

Definition at line 9469 of file SMT.cpp.inc.

◆ verifyInherentAttrs()

llvm::LogicalResult llzk::smt::PopOp::verifyInherentAttrs ( ::mlir::OperationName opName,
::mlir::NamedAttrList & attrs,
llvm::function_ref<::mlir::InFlightDiagnostic()> emitError )
static

Definition at line 9530 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::PopOp::verifyInvariants ( )

Definition at line 9607 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::PopOp::verifyInvariantsImpl ( )

Definition at line 9598 of file SMT.cpp.inc.

◆ writeProperties()

void llzk::smt::PopOp::writeProperties ( ::mlir::DialectBytecodeWriter & writer)

Definition at line 9546 of file SMT.cpp.inc.


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