|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ReadPodOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ReadPodOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getRecordNameAttrName () |
| std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
| ::mlir::Operation::operand_range | getODSOperands (unsigned index) |
| ::mlir::TypedValue<::llzk::pod::PodType > | getPodRef () |
| ::mlir::OpOperand & | getPodRefMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::Type > | getResult () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::FlatSymbolRefAttr | getRecordNameAttr () |
| ::llvm::StringRef | getRecordName () |
| void | setRecordNameAttr (::mlir::FlatSymbolRefAttr attr) |
| void | setRecordName (::llvm::StringRef attrValue) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| ::mlir::StringAttr | getRecordNameAttrName (::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::Type result, ::mlir::Value pod_ref, ::mlir::FlatSymbolRefAttr record_name) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value pod_ref, ::mlir::FlatSymbolRefAttr record_name) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value pod_ref, ::llvm::StringRef record_name) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value pod_ref, ::llvm::StringRef record_name) |
| 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::pod::ReadPodOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::pod::ReadPodOp::GenericAdaptor = ReadPodOpGenericAdaptor<RangeT> |
|
static |
Definition at line 678 of file Ops.cpp.inc.
|
static |
Definition at line 665 of file Ops.cpp.inc.
|
static |
Definition at line 652 of file Ops.cpp.inc.
|
static |
Definition at line 671 of file Ops.cpp.inc.
|
static |
Definition at line 658 of file Ops.cpp.inc.
|
static |
Definition at line 600 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 605 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
static |
Definition at line 584 of file Ops.cpp.inc.
| llvm::StringRef llzk::pod::ReadPodOp::getRecordName | ( | ) |
Definition at line 643 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 729 of file Ops.cpp.inc.
|
static |
Definition at line 618 of file Ops.cpp.inc.
| void llzk::pod::ReadPodOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 784 of file Ops.cpp.inc.
|
static |
Definition at line 631 of file Ops.cpp.inc.
|
static |
Definition at line 611 of file Ops.cpp.inc.
|
static |
Definition at line 561 of file Ops.cpp.inc.
| void llzk::pod::ReadPodOp::setRecordName | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 648 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 622 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::pod::ReadPodOp::verifyInvariants | ( | ) |
Definition at line 723 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::pod::ReadPodOp::verifyInvariantsImpl | ( | ) |
Definition at line 696 of file Ops.cpp.inc.
| void llzk::pod::ReadPodOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 638 of file Ops.cpp.inc.