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

Classes

struct  Properties
 

Public Member Functions

 FuncDefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 FuncDefOpGenericAdaptorBase (FuncDefOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::StringAttr getSymNameAttr ()
 
::llvm::StringRef getSymName ()
 
::mlir::TypeAttr getFunctionTypeAttr ()
 
::mlir::FunctionType getFunctionType ()
 
::mlir::ArrayAttr getArgAttrsAttr ()
 
::std::optional< ::mlir::ArrayAttr > getArgAttrs ()
 
::mlir::ArrayAttr getResAttrsAttr ()
 
::std::optional< ::mlir::ArrayAttr > getResAttrs ()
 
::mlir::Region & getBody ()
 
::mlir::RegionRange getRegions ()
 

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ FuncDefOpGenericAdaptorBase() [1/2]

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

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

◆ FuncDefOpGenericAdaptorBase() [2/2]

llzk::function::detail::FuncDefOpGenericAdaptorBase::FuncDefOpGenericAdaptorBase ( FuncDefOp op)

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

Member Function Documentation

◆ getArgAttrs()

std::optional<::mlir::ArrayAttr > llzk::function::detail::FuncDefOpGenericAdaptorBase::getArgAttrs ( )

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

◆ getArgAttrsAttr()

mlir::ArrayAttr llzk::function::detail::FuncDefOpGenericAdaptorBase::getArgAttrsAttr ( )

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

◆ getAttributes()

mlir::DictionaryAttr llzk::function::detail::FuncDefOpGenericAdaptorBase::getAttributes ( )

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

◆ getBody()

mlir::Region & llzk::function::detail::FuncDefOpGenericAdaptorBase::getBody ( )

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

◆ getFunctionType()

mlir::FunctionType llzk::function::detail::FuncDefOpGenericAdaptorBase::getFunctionType ( )

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

◆ getFunctionTypeAttr()

mlir::TypeAttr llzk::function::detail::FuncDefOpGenericAdaptorBase::getFunctionTypeAttr ( )

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

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > llzk::function::detail::FuncDefOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned index,
unsigned odsOperandsSize )

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

◆ getProperties()

const Properties & llzk::function::detail::FuncDefOpGenericAdaptorBase::getProperties ( )
inline

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

◆ getRegions()

mlir::RegionRange llzk::function::detail::FuncDefOpGenericAdaptorBase::getRegions ( )

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

◆ getResAttrs()

std::optional<::mlir::ArrayAttr > llzk::function::detail::FuncDefOpGenericAdaptorBase::getResAttrs ( )

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

◆ getResAttrsAttr()

mlir::ArrayAttr llzk::function::detail::FuncDefOpGenericAdaptorBase::getResAttrsAttr ( )

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

◆ getSymName()

llvm::StringRef llzk::function::detail::FuncDefOpGenericAdaptorBase::getSymName ( )

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

◆ getSymNameAttr()

mlir::StringAttr llzk::function::detail::FuncDefOpGenericAdaptorBase::getSymNameAttr ( )

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

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr llzk::function::detail::FuncDefOpGenericAdaptorBase::odsAttrs
protected

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

◆ odsOpName

::std::optional<::mlir::OperationName> llzk::function::detail::FuncDefOpGenericAdaptorBase::odsOpName
protected

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

◆ odsRegions

::mlir::RegionRange llzk::function::detail::FuncDefOpGenericAdaptorBase::odsRegions
protected

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

◆ properties

Properties llzk::function::detail::FuncDefOpGenericAdaptorBase::properties
protected

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


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