LLZK 2.0.0
An open-source IR for Zero Knowledge (ZK) circuits
Loading...
Searching...
No Matches
Inheritance diagram for llzk::smt::ApplyFuncOp:
[legend]
Collaboration diagram for llzk::smt::ApplyFuncOp:
[legend]

Public Types

using Adaptor = ApplyFuncOpAdaptor
template<typename RangeT>
using GenericAdaptor = ApplyFuncOpGenericAdaptor<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<::llzk::smt::SMTFuncTypegetFunc ()
::mlir::Operation::operand_range getArgs ()
::mlir::OpOperand & getFuncMutable ()
::mlir::MutableOperandRange getArgsMutable ()
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 ()
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 func, ::mlir::ValueRange args)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value func, ::mlir::ValueRange args)
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value func, ::mlir::ValueRange args)
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)

Detailed Description

Definition at line 490 of file SMT.h.inc.

Member Typedef Documentation

◆ Adaptor

Definition at line 494 of file SMT.h.inc.

◆ FoldAdaptor

using llzk::smt::ApplyFuncOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute>>

Definition at line 497 of file SMT.h.inc.

◆ GenericAdaptor

template<typename RangeT>
using llzk::smt::ApplyFuncOp::GenericAdaptor = ApplyFuncOpGenericAdaptor<RangeT>

Definition at line 496 of file SMT.h.inc.

Member Function Documentation

◆ build() [1/5]

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

Definition at line 598 of file SMT.cpp.inc.

◆ build() [2/5]

void llzk::smt::ApplyFuncOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Type result,
::mlir::Value func,
::mlir::ValueRange args )
static

Definition at line 569 of file SMT.cpp.inc.

◆ build() [3/5]

void llzk::smt::ApplyFuncOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::TypeRange resultTypes,
::mlir::Value func,
::mlir::ValueRange args )
static

Definition at line 591 of file SMT.cpp.inc.

◆ build() [4/5]

void llzk::smt::ApplyFuncOp::build ( ::mlir::OpBuilder & odsBuilder,
::mlir::OperationState & odsState,
::mlir::Value func,
::mlir::ValueRange args )
static

Definition at line 575 of file SMT.cpp.inc.

◆ build() [5/5]

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

Definition at line 606 of file SMT.cpp.inc.

◆ getArgs()

::mlir::Operation::operand_range llzk::smt::ApplyFuncOp::getArgs ( )
inline

Definition at line 517 of file SMT.h.inc.

◆ getArgsMutable()

mlir::MutableOperandRange llzk::smt::ApplyFuncOp::getArgsMutable ( )

Definition at line 563 of file SMT.cpp.inc.

◆ getAttributeNames()

::llvm::ArrayRef<::llvm::StringRef > llzk::smt::ApplyFuncOp::getAttributeNames ( )
inline

Definition at line 498 of file SMT.h.inc.

◆ getEffects()

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

Definition at line 728 of file SMT.cpp.inc.

◆ getFunc()

::mlir::TypedValue<::llzk::smt::SMTFuncType > llzk::smt::ApplyFuncOp::getFunc ( )
inline

Definition at line 513 of file SMT.h.inc.

◆ getFuncMutable()

::mlir::OpOperand & llzk::smt::ApplyFuncOp::getFuncMutable ( )
inline

Definition at line 521 of file SMT.h.inc.

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::ApplyFuncOp::getODSOperandIndexAndLength ( unsigned index)

Definition at line 545 of file SMT.cpp.inc.

◆ getODSOperands()

::mlir::Operation::operand_range llzk::smt::ApplyFuncOp::getODSOperands ( unsigned index)
inline

Definition at line 507 of file SMT.h.inc.

◆ getODSResultIndexAndLength()

std::pair< unsigned, unsigned > llzk::smt::ApplyFuncOp::getODSResultIndexAndLength ( unsigned index)
inline

Definition at line 527 of file SMT.h.inc.

◆ getODSResults()

::mlir::Operation::result_range llzk::smt::ApplyFuncOp::getODSResults ( unsigned index)
inline

Definition at line 531 of file SMT.h.inc.

◆ getOperationName()

constexpr ::llvm::StringLiteral llzk::smt::ApplyFuncOp::getOperationName ( )
inlinestatic

Definition at line 502 of file SMT.h.inc.

◆ getResult()

::mlir::TypedValue<::mlir::Type > llzk::smt::ApplyFuncOp::getResult ( )
inline

Definition at line 537 of file SMT.h.inc.

◆ inferReturnTypes()

llvm::LogicalResult llzk::smt::ApplyFuncOp::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 660 of file SMT.cpp.inc.

◆ parse()

mlir::ParseResult llzk::smt::ApplyFuncOp::parse ( ::mlir::OpAsmParser & parser,
::mlir::OperationState & result )
static

Definition at line 670 of file SMT.cpp.inc.

◆ print()

void llzk::smt::ApplyFuncOp::print ( ::mlir::OpAsmPrinter & _odsPrinter)

Definition at line 715 of file SMT.cpp.inc.

◆ verifyInvariants()

llvm::LogicalResult llzk::smt::ApplyFuncOp::verifyInvariants ( )

Definition at line 656 of file SMT.cpp.inc.

◆ verifyInvariantsImpl()

llvm::LogicalResult llzk::smt::ApplyFuncOp::verifyInvariantsImpl ( )

Definition at line 624 of file SMT.cpp.inc.


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