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

Public Member Functions

 DeclareFunOpAdaptor (DeclareFunOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 DeclareFunOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 DeclareFunOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 DeclareFunOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 DeclareFunOpGenericAdaptor (RangeT values, const DeclareFunOpGenericAdaptorBase &base)
template<typename LateInst = DeclareFunOp, typename = std::enable_if_t<std::is_same_v<LateInst, DeclareFunOp>>>
 DeclareFunOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::smt::DeclareFunOpGenericAdaptor<::mlir::ValueRange >
 DeclareFunOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::smt::detail::DeclareFunOpGenericAdaptorBase
 DeclareFunOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 DeclareFunOpGenericAdaptorBase (DeclareFunOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getNamePrefixAttr ()
::std::optional< ::llvm::StringRef > getNamePrefix ()

Additional Inherited Members

Protected Attributes inherited from llzk::smt::detail::DeclareFunOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ DeclareFunOpAdaptor()

llzk::smt::DeclareFunOpAdaptor::DeclareFunOpAdaptor ( DeclareFunOp op)

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

Member Function Documentation

◆ DeclareFunOpGenericAdaptor() [1/5]

llzk::smt::DeclareFunOpGenericAdaptor< RangeT >::DeclareFunOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

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

◆ DeclareFunOpGenericAdaptor() [2/5]

llzk::smt::DeclareFunOpGenericAdaptor< RangeT >::DeclareFunOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

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

◆ DeclareFunOpGenericAdaptor() [3/5]

llzk::smt::DeclareFunOpGenericAdaptor< RangeT >::DeclareFunOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ DeclareFunOpGenericAdaptor() [4/5]

llzk::smt::DeclareFunOpGenericAdaptor< RangeT >::DeclareFunOpGenericAdaptor ( RangeT values,
const DeclareFunOpGenericAdaptorBase & base )
inline

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

◆ DeclareFunOpGenericAdaptor() [5/5]

template<typename LateInst = DeclareFunOp, typename = std::enable_if_t<std::is_same_v<LateInst, DeclareFunOp>>>
llzk::smt::DeclareFunOpGenericAdaptor< RangeT >::DeclareFunOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::smt::DeclareFunOpAdaptor::verify ( ::mlir::Location loc)

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


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