|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = SetInfoOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = SetInfoOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getKeyAttrName () |
| ::mlir::StringAttr | getValueAttrName () |
| 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) |
| ::llzk::smt::KeywordAttr | getKeyAttr () |
| ::llzk::smt::KeywordAttr | getKey () |
| ::mlir::Attribute | getValueAttr () |
| ::mlir::Attribute | getValue () |
| void | setKeyAttr (::llzk::smt::KeywordAttr attr) |
| void | setValueAttr (::mlir::Attribute attr) |
| void | print (::mlir::OpAsmPrinter &p) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
Static Public Member Functions | |
| ::mlir::StringAttr | getKeyAttrName (::mlir::OperationName name) |
| ::mlir::StringAttr | getValueAttrName (::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, ::llzk::smt::KeywordAttr key, ::mlir::Attribute value) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llzk::smt::KeywordAttr key, ::mlir::Attribute value) |
| 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::SetInfoOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::SetInfoOp::GenericAdaptor = SetInfoOpGenericAdaptor<RangeT> |
|
static |
Definition at line 10180 of file SMT.cpp.inc.
|
static |
Definition at line 10168 of file SMT.cpp.inc.
|
static |
Definition at line 10173 of file SMT.cpp.inc.
|
static |
Definition at line 10094 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 10100 of file SMT.cpp.inc.
| llzk::smt::KeywordAttr llzk::smt::SetInfoOp::getKey | ( | ) |
Definition at line 10158 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 10071 of file SMT.cpp.inc.
| mlir::Attribute llzk::smt::SetInfoOp::getValue | ( | ) |
Definition at line 10163 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 167 of file SMTOps.cpp.
|
static |
Definition at line 10121 of file SMT.cpp.inc.
| void SetInfoOp::print | ( | ::mlir::OpAsmPrinter & | p | ) |
Definition at line 190 of file SMTOps.cpp.
|
static |
Definition at line 10142 of file SMT.cpp.inc.
|
static |
Definition at line 10109 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 10034 of file SMT.cpp.inc.
|
inline |
| LogicalResult SetInfoOp::verify | ( | ) |
Definition at line 198 of file SMTOps.cpp.
|
static |
Definition at line 10127 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SetInfoOp::verifyInvariants | ( | ) |
Definition at line 10212 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SetInfoOp::verifyInvariantsImpl | ( | ) |
Definition at line 10198 of file SMT.cpp.inc.
| void llzk::smt::SetInfoOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 10152 of file SMT.cpp.inc.