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

Public Member Functions

 IncludeOpAdaptor (IncludeOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 IncludeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IncludeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 IncludeOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 IncludeOpGenericAdaptor (RangeT values, const IncludeOpGenericAdaptorBase &base)
template<typename LateInst = IncludeOp, typename = std::enable_if_t<std::is_same_v<LateInst, IncludeOp>>>
 IncludeOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::verif::IncludeOpGenericAdaptor<::mlir::ValueRange >
 IncludeOpGenericAdaptor (::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 getArgOperands ()
::llvm::SmallVector< ::mlir::ValueRange > getMapOperands ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::verif::detail::IncludeOpGenericAdaptorBase
 IncludeOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 IncludeOpGenericAdaptorBase (IncludeOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::SymbolRefAttr getCalleeAttr ()
::mlir::SymbolRefAttr getCallee ()
::mlir::ArrayAttr getTemplateParamsAttr ()
::std::optional< ::mlir::ArrayAttr > getTemplateParams ()
::mlir::DenseI32ArrayAttr getNumDimsPerMapAttr ()
::llvm::ArrayRef< int32_t > getNumDimsPerMap ()
::mlir::DenseI32ArrayAttr getMapOpGroupSizesAttr ()
::llvm::ArrayRef< int32_t > getMapOpGroupSizes ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ IncludeOpAdaptor()

llzk::verif::IncludeOpAdaptor::IncludeOpAdaptor ( IncludeOp op)

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

Member Function Documentation

◆ IncludeOpGenericAdaptor() [1/5]

llzk::verif::IncludeOpGenericAdaptor< RangeT >::IncludeOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs )
inline

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

◆ IncludeOpGenericAdaptor() [2/5]

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

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

◆ IncludeOpGenericAdaptor() [3/5]

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

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

◆ IncludeOpGenericAdaptor() [4/5]

llzk::verif::IncludeOpGenericAdaptor< RangeT >::IncludeOpGenericAdaptor ( RangeT values,
const IncludeOpGenericAdaptorBase & base )
inline

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

◆ IncludeOpGenericAdaptor() [5/5]

template<typename LateInst = IncludeOp, typename = std::enable_if_t<std::is_same_v<LateInst, IncludeOp>>>
llzk::verif::IncludeOpGenericAdaptor< RangeT >::IncludeOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::verif::IncludeOpAdaptor::verify ( ::mlir::Location loc)

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


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