|
LLZK 3.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 10360 of file SMT.cpp.inc.
|
static |
Definition at line 10350 of file SMT.cpp.inc.
|
static |
Definition at line 10340 of file SMT.cpp.inc.
|
static |
Definition at line 10354 of file SMT.cpp.inc.
|
static |
Definition at line 10344 of file SMT.cpp.inc.
|
static |
Definition at line 10288 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 10293 of file SMT.cpp.inc.
| llvm::StringRef llzk::smt::SetLogicOp::getLogic | ( | ) |
Definition at line 10331 of file SMT.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 10272 of file SMT.cpp.inc.
|
static |
Definition at line 10391 of file SMT.cpp.inc.
|
static |
Definition at line 10306 of file SMT.cpp.inc.
| void llzk::smt::SetLogicOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 10410 of file SMT.cpp.inc.
|
static |
Definition at line 10319 of file SMT.cpp.inc.
|
static |
Definition at line 10299 of file SMT.cpp.inc.
| void llzk::smt::SetLogicOp::setLogic | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 10336 of file SMT.cpp.inc.
|
inline |
|
static |
Definition at line 10249 of file SMT.cpp.inc.
|
static |
Definition at line 10310 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SetLogicOp::verifyInvariants | ( | ) |
Definition at line 10387 of file SMT.cpp.inc.
| llvm::LogicalResult llzk::smt::SetLogicOp::verifyInvariantsImpl | ( | ) |
Definition at line 10378 of file SMT.cpp.inc.
| void llzk::smt::SetLogicOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 10326 of file SMT.cpp.inc.