|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = InvFeltOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = InvFeltOpGenericAdaptor<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 > | getOperand () |
| ::mlir::OpOperand & | getOperandMutable () |
| 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 operand) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value operand) |
| static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value operand) |
| 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::InvFeltOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::felt::InvFeltOp::GenericAdaptor = InvFeltOpGenericAdaptor<RangeT> |
|
static |
Definition at line 989 of file Ops.cpp.inc.
|
static |
Definition at line 963 of file Ops.cpp.inc.
|
static |
Definition at line 983 of file Ops.cpp.inc.
|
static |
Definition at line 968 of file Ops.cpp.inc.
|
static |
Definition at line 997 of file Ops.cpp.inc.
| OpFoldResult llzk::felt::InvFeltOp::fold | ( | FoldAdaptor | adaptor | ) |
|
inline |
| void llzk::felt::InvFeltOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 1084 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 1088 of file Ops.cpp.inc.
|
static |
|
static |
Definition at line 1109 of file Ops.cpp.inc.
|
static |
Definition at line 1043 of file Ops.cpp.inc.
| void llzk::felt::InvFeltOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1076 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::felt::InvFeltOp::verifyInvariants | ( | ) |
Definition at line 1039 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::felt::InvFeltOp::verifyInvariantsImpl | ( | ) |
Definition at line 1015 of file Ops.cpp.inc.