LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
Inheritance diagram for llzk::felt::SubFeltOp:
[legend]
Collaboration diagram for llzk::felt::SubFeltOp:
[legend]

Public Types

using Adaptor = SubFeltOpAdaptor
template<typename RangeT>
using GenericAdaptor = SubFeltOpGenericAdaptor<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<::llzk::felt::FeltTypegetResult ()
::llvm::LogicalResult verifyInvariantsImpl ()
::llvm::LogicalResult verifyInvariants ()
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)
::mlir::ParseResult parseInferredOrParsedType (::mlir::OpAsmParser &parser, ::mlir::Type &opType, bool isFirst)
static void printInferredOrParsedType (::mlir::OpAsmPrinter &printer, ::mlir::Operation *op, ::mlir::Type opType, bool isFirst)

Detailed Description

Definition at line 2391 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 2395 of file Ops.h.inc.

◆ FoldAdaptor

using llzk::felt::SubFeltOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 2398 of file Ops.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::felt::SubFeltOp::GenericAdaptor = SubFeltOpGenericAdaptor<RangeT>

Definition at line 2397 of file Ops.h.inc.

Member Function Documentation

◆ build() [1/5]

void llzk::felt::SubFeltOp::build ( ::mlir::OpBuilder & ,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 2322 of file Ops.cpp.inc.

◆ build() [2/5]

void llzk::felt::SubFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value lhs,
::mlir::Value rhs )
static

Definition at line 2293 of file Ops.cpp.inc.

◆ build() [3/5]

void llzk::felt::SubFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value lhs,
::mlir::Value rhs )
static

Definition at line 2315 of file Ops.cpp.inc.

◆ build() [4/5]

void llzk::felt::SubFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value lhs,
::mlir::Value rhs )
static

Definition at line 2299 of file Ops.cpp.inc.

◆ build() [5/5]

void llzk::felt::SubFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::ValueRange operands,
::llvm::ArrayRef<::mlir::NamedAttribute > attributes = {} )
static

Definition at line 2330 of file Ops.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::felt::SubFeltOp::getAttributeNames ( )
inline

Definition at line 2399 of file Ops.h.inc.

◆ getEffects()

void llzk::felt::SubFeltOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect > > & effects)

Definition at line 2447 of file Ops.cpp.inc.

◆ getLhs()

::mlir::TypedValue<::mlir::Type > llzk::felt::SubFeltOp::getLhs ( )
inline

Definition at line 2417 of file Ops.h.inc.

◆ getLhsMutable()

::mlir::OpOperand & llzk::felt::SubFeltOp::getLhsMutable ( )
inline

Definition at line 2425 of file Ops.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::felt::SubFeltOp::getODSOperandIndexAndLength ( unsigned index)
inline

Definition at line 2407 of file Ops.h.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::felt::SubFeltOp::getODSOperands ( unsigned index)
inline

Definition at line 2411 of file Ops.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::felt::SubFeltOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 2435 of file Ops.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::felt::SubFeltOp::getODSResults ( unsigned index)
inline

Definition at line 2439 of file Ops.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::felt::SubFeltOp::getOperationName ( )
inlinestatic

Definition at line 2403 of file Ops.h.inc.

◆ getResult()

::mlir::TypedValue<::llzk::felt::FeltType > llzk::felt::SubFeltOp::getResult ( )
inline

Definition at line 2445 of file Ops.h.inc.

◆ getRhs()

::mlir::TypedValue<::mlir::Type > llzk::felt::SubFeltOp::getRhs ( )
inline

Definition at line 2421 of file Ops.h.inc.

◆ getRhsMutable()

::mlir::OpOperand & llzk::felt::SubFeltOp::getRhsMutable ( )
inline

Definition at line 2430 of file Ops.h.inc.

◆ inferReturnTypes()

llvm::LogicalResult llzk::felt::SubFeltOp::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 )
static

Definition at line 2384 of file Ops.cpp.inc.

◆ parse()

mlir::ParseResult llzk::felt::SubFeltOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 2392 of file Ops.cpp.inc.

◆ parseInferredOrParsedType()

::mlir::ParseResult llzk::felt::SubFeltOp::parseInferredOrParsedType ( ::mlir::OpAsmParser & parser,
::mlir::Type & opType,
bool isFirst )
inlinestatic

Definition at line 2461 of file Ops.h.inc.

◆ print()

void llzk::felt::SubFeltOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 2435 of file Ops.cpp.inc.

◆ printInferredOrParsedType()

void llzk::felt::SubFeltOp::printInferredOrParsedType ( ::mlir::OpAsmPrinter & printer,
::mlir::Operation * op,
::mlir::Type opType,
bool isFirst )
inlinestatic

Definition at line 2479 of file Ops.h.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::felt::SubFeltOp::verifyInvariants ( )

Definition at line 2380 of file Ops.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::felt::SubFeltOp::verifyInvariantsImpl ( )

Definition at line 2348 of file Ops.cpp.inc.


The documentation for this class was generated from the following files: