|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = ReturnOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = ReturnOpGenericAdaptor<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) |
| ::mlir::Operation::operand_range | getOperands () |
| ::mlir::MutableOperandRange | getOperandsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::llvm::LogicalResult | verify () |
| ::mlir::MutableOperandRange | getMutableSuccessorOperands (::mlir::RegionBranchPoint point) |
| void | print (::mlir::OpAsmPrinter &_odsPrinter) |
| void | getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > &effects) |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getOperationName () |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands) |
| 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::function::ReturnOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::function::ReturnOp::GenericAdaptor = ReturnOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1184 of file Ops.cpp.inc.
|
static |
Definition at line 1175 of file Ops.cpp.inc.
|
static |
Definition at line 1180 of file Ops.cpp.inc.
|
inline |
| void llzk::function::ReturnOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 1248 of file Ops.cpp.inc.
| mlir::MutableOperandRange llzk::function::ReturnOp::getMutableSuccessorOperands | ( | ::mlir::RegionBranchPoint | point | ) |
Definition at line 1251 of file Ops.cpp.inc.
| std::pair< unsigned, unsigned > llzk::function::ReturnOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
Definition at line 1151 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
| mlir::MutableOperandRange llzk::function::ReturnOp::getOperandsMutable | ( | ) |
Definition at line 1169 of file Ops.cpp.inc.
|
inlinestatic |
|
static |
Definition at line 1210 of file Ops.cpp.inc.
| void llzk::function::ReturnOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1236 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::function::ReturnOp::verifyInvariants | ( | ) |
Definition at line 1204 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::function::ReturnOp::verifyInvariantsImpl | ( | ) |
Definition at line 1191 of file Ops.cpp.inc.