|
LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = TemplateExprOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = TemplateExprOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| ::mlir::StringAttr | getSymNameAttrName () |
| 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) |
| ::mlir::Region & | getInitializerRegion () |
| void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
| ::mlir::StringAttr | getSymNameAttr () |
| ::llvm::StringRef | getSymName () |
| void | setSymNameAttr (::mlir::StringAttr attr) |
| void | setSymName (::llvm::StringRef attrValue) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verifyRegions () |
| ::std::optional<::mlir::Type > | getTypeOpt () |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| ::mlir::Type | getType () |
| Returns the type of the poly.yield op in the initializer region. | |
Static Public Member Functions | |
| ::mlir::StringAttr | getSymNameAttrName (::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 sym_name) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::StringAttr sym_name) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::llvm::StringRef sym_name) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::llvm::StringRef sym_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::polymorphic::TemplateExprOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::polymorphic::TemplateExprOp::GenericAdaptor = TemplateExprOpGenericAdaptor<RangeT> |
|
static |
Definition at line 871 of file Ops.cpp.inc.
|
static |
Definition at line 859 of file Ops.cpp.inc.
|
static |
Definition at line 847 of file Ops.cpp.inc.
|
static |
Definition at line 864 of file Ops.cpp.inc.
|
static |
Definition at line 852 of file Ops.cpp.inc.
|
static |
Definition at line 795 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 800 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
Definition at line 779 of file Ops.cpp.inc.
| llvm::StringRef llzk::polymorphic::TemplateExprOp::getSymName | ( | ) |
Definition at line 838 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inlinestatic |
| Type llzk::polymorphic::TemplateExprOp::getType | ( | ) |
| std::optional< Type > llzk::polymorphic::TemplateExprOp::getTypeOpt | ( | ) |
|
static |
Definition at line 911 of file Ops.cpp.inc.
|
static |
Definition at line 813 of file Ops.cpp.inc.
| void llzk::polymorphic::TemplateExprOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 936 of file Ops.cpp.inc.
|
static |
Definition at line 826 of file Ops.cpp.inc.
|
static |
Definition at line 806 of file Ops.cpp.inc.
|
static |
Definition at line 756 of file Ops.cpp.inc.
| void llzk::polymorphic::TemplateExprOp::setSymName | ( | ::llvm::StringRef | attrValue | ) |
Definition at line 843 of file Ops.cpp.inc.
|
inline |
|
static |
Definition at line 817 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::polymorphic::TemplateExprOp::verifyInvariants | ( | ) |
Definition at line 907 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::polymorphic::TemplateExprOp::verifyInvariantsImpl | ( | ) |
Definition at line 891 of file Ops.cpp.inc.
| LogicalResult llzk::polymorphic::TemplateExprOp::verifyRegions | ( | ) |
| LogicalResult llzk::polymorphic::TemplateExprOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |
| void llzk::polymorphic::TemplateExprOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |
Definition at line 833 of file Ops.cpp.inc.