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, 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 372 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ FuncDefOpGenericAdaptorBase() [1/2]

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

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

◆ FuncDefOpGenericAdaptorBase() [2/2]

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

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

Member Function Documentation

◆ getArgAttrs()

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

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

◆ getArgAttrsAttr()

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

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

◆ getAttributes()

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

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

◆ getBody()

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

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

◆ getFunctionType()

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

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

◆ getFunctionTypeAttr()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getProperties()

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

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

◆ getRegions()

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

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

◆ getResAttrs()

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

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

◆ getResAttrsAttr()

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

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

◆ getSymName()

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

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

◆ getSymNameAttr()

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

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

Member Data Documentation

◆ odsAttrs

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

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

◆ odsOpName

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

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

◆ odsRegions

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

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

◆ properties

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

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


The documentation for this class was generated from the following files:
  • build/include/llzk/Dialect/Function/IR/Ops.h.inc
  • build/include/llzk/Dialect/Function/IR/Ops.cpp.inc