|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = AssertOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = AssertOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getMsgAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::mlir::IntegerType > | getCondition () |
| ::mlir::OpOperand & | getConditionMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::StringAttr | getMsgAttr () |
| ::std::optional< ::llvm::StringRef > | getMsg () |
| void | setMsgAttr (::mlir::StringAttr attr) |
| void | setMsg (::std::optional<::llvm::StringRef > attrValue) |
| ::mlir::Attribute | removeMsgAttr () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| ::mlir::StringAttr | getMsgAttrName (::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::Value condition, ::mlir::StringAttr msg) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value condition, ::mlir::StringAttr msg) |
| 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::boolean::AssertOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::boolean::AssertOp::GenericAdaptor = AssertOpGenericAdaptor<RangeT> |
|
static |
Definition at line 677 of file Ops.cpp.inc.
|
static |
Definition at line 668 of file Ops.cpp.inc.
|
static |
Definition at line 661 of file Ops.cpp.inc.
|
static |
Definition at line 604 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
| void llzk::boolean::AssertOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
|
static |
Definition at line 609 of file Ops.cpp.inc.
| std::optional<::llvm::StringRef > llzk::boolean::AssertOp::getMsg | ( | ) |
Definition at line 648 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 588 of file Ops.cpp.inc.
|
static |
Definition at line 716 of file Ops.cpp.inc.
|
static |
Definition at line 622 of file Ops.cpp.inc.
| void llzk::boolean::AssertOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 747 of file Ops.cpp.inc.
|
static |
Definition at line 635 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 615 of file Ops.cpp.inc.
| void llzk::boolean::AssertOp::setMsg | ( | ::std::optional<::llvm::StringRef > | attrValue | ) |
Definition at line 653 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 565 of file Ops.cpp.inc.
|
static |
Definition at line 626 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::boolean::AssertOp::verifyInvariants | ( | ) |
Definition at line 712 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::boolean::AssertOp::verifyInvariantsImpl | ( | ) |
Definition at line 695 of file Ops.cpp.inc.
| void llzk::boolean::AssertOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 642 of file Ops.cpp.inc.