|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = SetLogicOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = SetLogicOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getLogicAttrName () |
| 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::StringAttr | getLogicAttr () |
| ::llvm::StringRef | getLogic () |
| void | setLogicAttr (::mlir::StringAttr attr) |
| void | setLogic (::llvm::StringRef attrValue) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| ::mlir::StringAttr | getLogicAttrName (::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::StringAttr logic) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::StringAttr logic) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llvm::StringRef logic) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llvm::StringRef logic) |
| 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::SetLogicOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::smt::SetLogicOp::GenericAdaptor = SetLogicOpGenericAdaptor<RangeT> |
|
static |
Definition at line 10106 of file SMT.cpp.inc.
|
static |
Definition at line 10096 of file SMT.cpp.inc.
|
static |
Definition at line 10086 of file SMT.cpp.inc.
|
static |
Definition at line 10100 of file SMT.cpp.inc.
|
static |
Definition at line 10090 of file SMT.cpp.inc.
|
static |
Definition at line 10034 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 10039 of file SMT.cpp.inc.
| llvm::StringRef llzk::smt::SetLogicOp::getLogic | ( | ) |
Definition at line 10077 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 10018 of file SMT.cpp.inc.
|
static |
Definition at line 10137 of file SMT.cpp.inc.
|
static |
Definition at line 10052 of file SMT.cpp.inc.
| void llzk::smt::SetLogicOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 10156 of file SMT.cpp.inc.
|
static |
Definition at line 10065 of file SMT.cpp.inc.
|
static |
Definition at line 10045 of file SMT.cpp.inc.
| void llzk::smt::SetLogicOp::setLogic | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 10082 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 9995 of file SMT.cpp.inc.
|
static |
Definition at line 10056 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SetLogicOp::verifyInvariants | ( | ) |
Definition at line 10133 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SetLogicOp::verifyInvariantsImpl | ( | ) |
Definition at line 10124 of file SMT.cpp.inc.
| void llzk::smt::SetLogicOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 10072 of file SMT.cpp.inc.