|
LLZK 0.1.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Base = PCLLoweringPassBase |
Public Member Functions | |
| PCLLoweringPassBase () | |
| PCLLoweringPassBase (const PCLLoweringPassBase &other) | |
| PCLLoweringPassBase & | operator= (const PCLLoweringPassBase &)=delete |
| PCLLoweringPassBase (PCLLoweringPassBase &&)=delete | |
| PCLLoweringPassBase & | operator= (PCLLoweringPassBase &&)=delete |
| ~PCLLoweringPassBase ()=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. | |
| PCLLoweringPassBase (PCLLoweringPassOptions options) | |
| Explicitly declare the TypeID for this class. | |
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. | |
Protected Attributes | |
| ::mlir::Pass::Option<::llvm::APInt > | prime {*this, "prime", ::llvm::cl::desc("The prime field that the constraints operate over. This is required by PCL, and the prime must be passed in digits."), ::llvm::cl::init(llvm::APInt(31, 2130706433))} |
Definition at line 267 of file LLZKPCLLoweringPass.cpp.
| using llzk::impl::PCLLoweringPassBase< DerivedT >::Base = PCLLoweringPassBase |
Definition at line 269 of file LLZKPCLLoweringPass.cpp.
|
inline |
Definition at line 271 of file LLZKPCLLoweringPass.cpp.
|
inline |
Definition at line 272 of file LLZKPCLLoweringPass.cpp.
|
delete |
|
default |
|
inline |
Explicitly declare the TypeID for this class.
We declare an explicit private instantiation because Pass classes should only be visible by the current library.
Definition at line 324 of file LLZKPCLLoweringPass.cpp.
|
inlinestatic |
Support isa/dyn_cast functionality for the derived pass class.
Definition at line 293 of file LLZKPCLLoweringPass.cpp.
|
inlineoverride |
A clone method to create a copy of this pass.
Definition at line 298 of file LLZKPCLLoweringPass.cpp.
|
inlineoverride |
Definition at line 282 of file LLZKPCLLoweringPass.cpp.
|
inlinestatic |
Returns the command-line argument attached to this pass.
Definition at line 279 of file LLZKPCLLoweringPass.cpp.
|
inlineoverride |
Return the dialect that must be loaded in the context before this pass.
Definition at line 303 of file LLZKPCLLoweringPass.cpp.
|
inlineoverride |
Definition at line 284 of file LLZKPCLLoweringPass.cpp.
|
inlineoverride |
Definition at line 290 of file LLZKPCLLoweringPass.cpp.
|
inlinestatic |
Returns the derived pass name.
Definition at line 287 of file LLZKPCLLoweringPass.cpp.
|
delete |
|
delete |
|
protected |
Definition at line 328 of file LLZKPCLLoweringPass.cpp.