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

Classes

struct  Properties

Public Member Functions

 FieldDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 FieldDefOpGenericAdaptorBase (FieldDefOp 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 ()

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

◆ FieldDefOpGenericAdaptorBase() [1/2]

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

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

◆ FieldDefOpGenericAdaptorBase() [2/2]

llzk::component::detail::FieldDefOpGenericAdaptorBase::FieldDefOpGenericAdaptorBase ( FieldDefOp op)

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getColumn()

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

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

◆ getColumnAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getSymName()

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

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

◆ getSymNameAttr()

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

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

◆ getType()

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

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

◆ getTypeAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

Properties llzk::component::detail::FieldDefOpGenericAdaptorBase::properties
protected

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


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