|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
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) |
| using llzk::smt::PopOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::PopOp::GenericAdaptor = PopOpGenericAdaptor<RangeT> |
|
static |
Definition at line 9580 of file SMT.cpp.inc.
|
static |
Definition at line 9560 of file SMT.cpp.inc.
|
static |
Definition at line 9564 of file SMT.cpp.inc.
|
static |
Definition at line 9574 of file SMT.cpp.inc.
|
static |
Definition at line 9570 of file SMT.cpp.inc.
|
static |
Definition at line 9508 of file SMT.cpp.inc.
|
inline |
| uint32_t llzk::smt::PopOp::getCount | ( | ) |
Definition at line 9551 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 9513 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 9492 of file SMT.cpp.inc.
|
static |
Definition at line 9611 of file SMT.cpp.inc.
|
static |
Definition at line 9526 of file SMT.cpp.inc.
| void llzk::smt::PopOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 9630 of file SMT.cpp.inc.
|
static |
Definition at line 9539 of file SMT.cpp.inc.
| void llzk::smt::PopOp::setCount | ( | uint32_t | attrValue | ) |
Definition at line 9556 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 9519 of file SMT.cpp.inc.
|
static |
Definition at line 9469 of file SMT.cpp.inc.
|
static |
Definition at line 9530 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::PopOp::verifyInvariants | ( | ) |
Definition at line 9607 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::PopOp::verifyInvariantsImpl | ( | ) |
Definition at line 9598 of file SMT.cpp.inc.
| void llzk::smt::PopOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 9546 of file SMT.cpp.inc.