|
LLZK 3.0.0
An open-source IR for Zero Knowledge (ZK) circuits
|
Public Types | |
| using | Adaptor = NegFeltOpAdaptor |
| template<typename RangeT> | |
| using | GenericAdaptor = NegFeltOpGenericAdaptor<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::NegFeltOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>> |
| using llzk::felt::NegFeltOp::GenericAdaptor = NegFeltOpGenericAdaptor<RangeT> |
|
static |
Definition at line 1359 of file Ops.cpp.inc.
|
static |
Definition at line 1333 of file Ops.cpp.inc.
|
static |
Definition at line 1353 of file Ops.cpp.inc.
|
static |
Definition at line 1338 of file Ops.cpp.inc.
|
static |
Definition at line 1367 of file Ops.cpp.inc.
| OpFoldResult llzk::felt::NegFeltOp::fold | ( | FoldAdaptor | adaptor | ) |
|
inline |
| void llzk::felt::NegFeltOp::getEffects | ( | ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & | effects | ) |
Definition at line 1454 of file Ops.cpp.inc.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
static |
Definition at line 1458 of file Ops.cpp.inc.
|
static |
|
static |
Definition at line 1479 of file Ops.cpp.inc.
|
static |
Definition at line 1413 of file Ops.cpp.inc.
| void llzk::felt::NegFeltOp::print | ( | ::mlir::OpAsmPrinter & | _odsPrinter | ) |
Definition at line 1446 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::felt::NegFeltOp::verifyInvariants | ( | ) |
Definition at line 1409 of file Ops.cpp.inc.
| llvm::LogicalResult llzk::felt::NegFeltOp::verifyInvariantsImpl | ( | ) |
Definition at line 1385 of file Ops.cpp.inc.