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

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<::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 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)
::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 1018 of file Ops.h.inc.

Member Typedef Documentation

◆ Adaptor

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

◆ FoldAdaptor

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

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

◆ GenericAdaptor

template<typename RangeT>
using llzk::felt::InvFeltOp::GenericAdaptor = InvFeltOpGenericAdaptor<RangeT>

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

Member Function Documentation

◆ build() [1/5]

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

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

◆ build() [2/5]

void llzk::felt::InvFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value operand )
static

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

◆ build() [3/5]

void llzk::felt::InvFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value operand )
static

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

◆ build() [4/5]

void llzk::felt::InvFeltOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value operand )
static

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

◆ build() [5/5]

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

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

◆ getAttributeNames()

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

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

◆ getEffects()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getODSResultIndexAndLength()

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

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

◆ getODSResults()

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

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

◆ getOperand()

::mlir::TypedValue<::mlir::Type > llzk::felt::InvFeltOp::getOperand ( )
inline

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

◆ getOperandMutable()

::mlir::OpOperand & llzk::felt::InvFeltOp::getOperandMutable ( )
inline

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

◆ getOperationName()

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

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

◆ getResult()

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

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

◆ inferReturnTypes()

llvm::LogicalResult llzk::felt::InvFeltOp::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 1061 of file Ops.cpp.inc.

◆ parse()

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

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

◆ parseInferredOrParsedType()

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

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

◆ print()

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

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

◆ printInferredOrParsedType()

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

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

◆ verifyInvariants()

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

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

◆ verifyInvariantsImpl()

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

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


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