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

Public Member Functions

 StructDefOpAdaptor (StructDefOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 StructDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 StructDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 StructDefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 StructDefOpGenericAdaptor (RangeT values, const StructDefOpGenericAdaptorBase &base)
template<typename LateInst = StructDefOp, typename = std::enable_if_t<std::is_same_v<LateInst, StructDefOp>>>
 StructDefOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::component::StructDefOpGenericAdaptor<::mlir::ValueRange >
 StructDefOpGenericAdaptor (::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::component::detail::StructDefOpGenericAdaptorBase
 StructDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 StructDefOpGenericAdaptorBase (StructDefOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getSymNameAttr ()
::llvm::StringRef getSymName ()
::mlir::ArrayAttr getConstParamsAttr ()
::std::optional< ::mlir::ArrayAttr > getConstParams ()
::mlir::Region & getBodyRegion ()
::mlir::RegionRange getRegions ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ StructDefOpAdaptor()

llzk::component::StructDefOpAdaptor::StructDefOpAdaptor ( StructDefOp op)

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

Member Function Documentation

◆ StructDefOpGenericAdaptor() [1/5]

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

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

◆ StructDefOpGenericAdaptor() [2/5]

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

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

◆ StructDefOpGenericAdaptor() [3/5]

llzk::component::StructDefOpGenericAdaptor< RangeT >::StructDefOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ StructDefOpGenericAdaptor() [4/5]

llzk::component::StructDefOpGenericAdaptor< RangeT >::StructDefOpGenericAdaptor ( RangeT values,
const StructDefOpGenericAdaptorBase & base )
inline

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

◆ StructDefOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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