|
LLZK 0.1.0
Veridise's ZK Language IR
|
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 189 of file LLZKR1CSLoweringPass.cpp.
| using llzk::impl::R1CSLoweringPassBase< DerivedT >::Base = R1CSLoweringPassBase |
Definition at line 191 of file LLZKR1CSLoweringPass.cpp.
|
inline |
Definition at line 193 of file LLZKR1CSLoweringPass.cpp.
|
inline |
Definition at line 194 of file LLZKR1CSLoweringPass.cpp.
|
delete |
|
default |
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 215 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 220 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Definition at line 204 of file LLZKR1CSLoweringPass.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 201 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 225 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Definition at line 206 of file LLZKR1CSLoweringPass.cpp.
|
inlineoverride |
Definition at line 212 of file LLZKR1CSLoweringPass.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 209 of file LLZKR1CSLoweringPass.cpp.
|
delete |
|
delete |