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

Classes

struct  Properties

Public Member Functions

 MemberDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 MemberDefOpGenericAdaptorBase (MemberDefOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::StringAttr getSymNameAttr ()
::llvm::StringRef getSymName ()
::mlir::TypeAttr getTypeAttr ()
::mlir::Type getType ()
::mlir::UnitAttr getColumnAttr ()
bool getColumn ()
::mlir::UnitAttr getSignalAttr ()
bool getSignal ()

Protected Attributes

::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ MemberDefOpGenericAdaptorBase() [1/2]

llzk::component::detail::MemberDefOpGenericAdaptorBase::MemberDefOpGenericAdaptorBase ( ::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

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

◆ MemberDefOpGenericAdaptorBase() [2/2]

llzk::component::detail::MemberDefOpGenericAdaptorBase::MemberDefOpGenericAdaptorBase ( MemberDefOp op)

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

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr llzk::component::detail::MemberDefOpGenericAdaptorBase::getAttributes ( )
inline

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

◆ getColumn()

bool llzk::component::detail::MemberDefOpGenericAdaptorBase::getColumn ( )

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

◆ getColumnAttr()

mlir::UnitAttr llzk::component::detail::MemberDefOpGenericAdaptorBase::getColumnAttr ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::component::detail::MemberDefOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )
inline

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

◆ getProperties()

const Properties & llzk::component::detail::MemberDefOpGenericAdaptorBase::getProperties ( )
inline

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

◆ getSignal()

bool llzk::component::detail::MemberDefOpGenericAdaptorBase::getSignal ( )

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

◆ getSignalAttr()

mlir::UnitAttr llzk::component::detail::MemberDefOpGenericAdaptorBase::getSignalAttr ( )

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

◆ getSymName()

llvm::StringRef llzk::component::detail::MemberDefOpGenericAdaptorBase::getSymName ( )

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

◆ getSymNameAttr()

::mlir::StringAttr llzk::component::detail::MemberDefOpGenericAdaptorBase::getSymNameAttr ( )
inline

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

◆ getType()

mlir::Type llzk::component::detail::MemberDefOpGenericAdaptorBase::getType ( )

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

◆ getTypeAttr()

::mlir::TypeAttr llzk::component::detail::MemberDefOpGenericAdaptorBase::getTypeAttr ( )
inline

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::component::detail::MemberDefOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::component::detail::MemberDefOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::component::detail::MemberDefOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::component::detail::MemberDefOpGenericAdaptorBase::properties
protected

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


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