|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = CreateStructOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = CreateStructOpGenericAdaptor<RangeT> |
| using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
Public Member Functions | |
| static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
| 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::TypedValue<::llzk::component::StructType > | getResult () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| void | getAsmResultNames (::mlir::OpAsmSetValueNameFn setNameFn) |
| ::llvm::LogicalResult | verifySymbolUses (::mlir::SymbolTableCollection &symbolTable) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes) |
| 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::component::CreateStructOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::component::CreateStructOp::GenericAdaptor = CreateStructOpGenericAdaptor<RangeT> |
|
static |
Definition at line 181 of file Ops.cpp.inc.
|
static |
Definition at line 172 of file Ops.cpp.inc.
|
static |
Definition at line 176 of file Ops.cpp.inc.
| void llzk::component::CreateStructOp::getAsmResultNames | ( | ::mlir::OpAsmSetValueNameFn | setNameFn | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 206 of file Ops.cpp.inc.
| void llzk::component::CreateStructOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 227 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::CreateStructOp::verifyInvariants | ( | ) |
Definition at line 202 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::component::CreateStructOp::verifyInvariantsImpl | ( | ) |
Definition at line 189 of file Ops.cpp.inc.
| LogicalResult llzk::component::CreateStructOp::verifySymbolUses | ( | ::mlir::SymbolTableCollection & | symbolTable | ) |