|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Base = R1CSLoweringPassBase |
Public Member Functions | |
| R1CSLoweringPassBase () | |
| R1CSLoweringPassBase (const R1CSLoweringPassBase &other) | |
| R1CSLoweringPassBase & | operator= (const R1CSLoweringPassBase &)=delete |
| R1CSLoweringPassBase (R1CSLoweringPassBase &&)=delete | |
| R1CSLoweringPassBase & | operator= (R1CSLoweringPassBase &&)=delete |
| ~R1CSLoweringPassBase ()=default | |
| ::llvm::StringRef | getArgument () const override |
| ::llvm::StringRef | getDescription () const override |
| ::llvm::StringRef | getName () const override |
| std::unique_ptr<::mlir::Pass > | clonePass () const override |
| A clone method to create a copy of this pass. | |
| void | getDependentDialects (::mlir::DialectRegistry ®istry) const override |
| Return the dialect that must be loaded in the context before this pass. | |
Static Public Member Functions | |
| static constexpr ::llvm::StringLiteral | getArgumentName () |
| Returns the command-line argument attached to this pass. | |
| static constexpr ::llvm::StringLiteral | getPassName () |
| Returns the derived pass name. | |
| static bool | classof (const ::mlir::Pass *pass) |
| Support isa/dyn_cast functionality for the derived pass class. | |
Definition at line 426 of file LLZKR1CSLoweringPass.cpp.
| using llzk::impl::R1CSLoweringPassBase< DerivedT >::Base = R1CSLoweringPassBase |
Definition at line 428 of file LLZKR1CSLoweringPass.cpp.
|
inline |
Definition at line 430 of file LLZKR1CSLoweringPass.cpp.
|
inline |
Definition at line 431 of file LLZKR1CSLoweringPass.cpp.
|
delete |
|
default |
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 452 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 457 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Definition at line 441 of file LLZKR1CSLoweringPass.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 438 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 462 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Definition at line 443 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Definition at line 449 of file LLZKR1CSLoweringPass.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 446 of file LLZKR1CSLoweringPass.cpp.
|
delete |
|
delete |