LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::component::CreateStructOpAdaptor Class Reference
Inheritance diagram for llzk::component::CreateStructOpAdaptor:
[legend]
Collaboration diagram for llzk::component::CreateStructOpAdaptor:
[legend]

Public Member Functions

 CreateStructOpAdaptor (CreateStructOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 CreateStructOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 CreateStructOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 CreateStructOpGenericAdaptor (RangeT values, const CreateStructOpGenericAdaptorBase &base)
template<typename LateInst = CreateStructOp, typename = std::enable_if_t<std::is_same_v<LateInst, CreateStructOp>>>
 CreateStructOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::component::CreateStructOpGenericAdaptor<::mlir::ValueRange >
 CreateStructOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &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::component::detail::CreateStructOpGenericAdaptorBase
 CreateStructOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 CreateStructOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

Protected Attributes inherited from llzk::component::detail::CreateStructOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ CreateStructOpAdaptor()

llzk::component::CreateStructOpAdaptor::CreateStructOpAdaptor ( CreateStructOp op)

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

Member Function Documentation

◆ CreateStructOpGenericAdaptor() [1/4]

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

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

◆ CreateStructOpGenericAdaptor() [2/4]

llzk::component::CreateStructOpGenericAdaptor< RangeT >::CreateStructOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = {},
const ::mlir::EmptyProperties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ CreateStructOpGenericAdaptor() [3/4]

llzk::component::CreateStructOpGenericAdaptor< RangeT >::CreateStructOpGenericAdaptor ( RangeT values,
const CreateStructOpGenericAdaptorBase & base )
inline

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

◆ CreateStructOpGenericAdaptor() [4/4]

template<typename LateInst = CreateStructOp, typename = std::enable_if_t<std::is_same_v<LateInst, CreateStructOp>>>
llzk::component::CreateStructOpGenericAdaptor< RangeT >::CreateStructOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::component::CreateStructOpAdaptor::verify ( ::mlir::Location loc)

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


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