|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = PowFeltOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = PowFeltOpGenericAdaptor<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::TypedValue<::mlir::Type > | getLhs () |
| ::mlir::TypedValue<::mlir::Type > | getRhs () |
| ::mlir::OpOperand & | getLhsMutable () |
| ::mlir::OpOperand & | getRhsMutable () |
| std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
| ::mlir::Operation::result_range | getODSResults (unsigned index) |
| ::mlir::TypedValue<::mlir::Type > | getResult () |
| ::llvm::LogicalResult | verifyInvariantsImpl () |
| ::llvm::LogicalResult | verifyInvariants () |
| ::mlir::OpFoldResult | fold (FoldAdaptor adaptor) |
| 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, ::mlir::Type result, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value lhs, ::mlir::Value rhs) |
| static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
| ::llvm::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
| ::mlir::ParseResult | parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result) |
| ::llvm::LogicalResult | inferReturnTypes (::mlir::MLIRContext *context, std::optional<::mlir::Location > location, Adaptor adaptor, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes) |
| static bool | isCompatibleReturnTypes (::mlir::TypeRange l, ::mlir::TypeRange r) |
| using llzk::felt::PowFeltOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::felt::PowFeltOp::GenericAdaptor = PowFeltOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1900 of file Ops.cpp.inc.
|
static |
Definition at line 1871 of file Ops.cpp.inc.
|
static |
Definition at line 1893 of file Ops.cpp.inc.
|
static |
Definition at line 1877 of file Ops.cpp.inc.
|
static |
Definition at line 1908 of file Ops.cpp.inc.
| OpFoldResult llzk::felt::PowFeltOp::fold | ( | FoldAdaptor | adaptor | ) |
|
inline |
| void llzk::felt::PowFeltOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 2026 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
static |
Definition at line 2030 of file Ops.cpp.inc.
|
static |
|
static |
Definition at line 2051 of file Ops.cpp.inc.
|
static |
Definition at line 1964 of file Ops.cpp.inc.
| void llzk::felt::PowFeltOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 2014 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::felt::PowFeltOp::verifyInvariants | ( | ) |
Definition at line 1960 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::felt::PowFeltOp::verifyInvariantsImpl | ( | ) |
Definition at line 1926 of file Ops.cpp.inc.