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)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 CreateStructOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 CreateStructOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
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=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 CreateStructOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 CreateStructOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 CreateStructOpGenericAdaptorBase (CreateStructOp 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 99 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ CreateStructOpAdaptor()

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

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

Member Function Documentation

◆ CreateStructOpGenericAdaptor() [1/3]

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

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

◆ CreateStructOpGenericAdaptor() [2/3]

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

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

◆ CreateStructOpGenericAdaptor() [3/3]

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 80 of file Ops.h.inc.

◆ verify()

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

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


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