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=nullptr, 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 150 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ FieldDefOpGenericAdaptorBase() [1/2]

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

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

◆ FieldDefOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getAttributes()

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

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

◆ getColumn()

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

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

◆ getColumnAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getSymName()

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

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

◆ getSymNameAttr()

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

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

◆ getType()

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

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

◆ getTypeAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


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