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

Public Member Functions

 ReturnOpAdaptor (ReturnOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ReturnOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ReturnOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ReturnOpGenericAdaptor (RangeT values, const ReturnOpGenericAdaptorBase &base)
template<typename LateInst = ReturnOp, typename = std::enable_if_t<std::is_same_v<LateInst, ReturnOp>>>
 ReturnOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::function::ReturnOpGenericAdaptor<::mlir::ValueRange >
 ReturnOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::function::detail::ReturnOpGenericAdaptorBase
 ReturnOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ReturnOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

Protected Attributes inherited from llzk::function::detail::ReturnOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ ReturnOpAdaptor()

llzk::function::ReturnOpAdaptor::ReturnOpAdaptor ( ReturnOp op)

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

Member Function Documentation

◆ ReturnOpGenericAdaptor() [1/4]

llzk::function::ReturnOpGenericAdaptor< RangeT >::ReturnOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
::mlir::OpaqueProperties properties,
::mlir::RegionRange regions = {} )
inline

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

◆ ReturnOpGenericAdaptor() [2/4]

llzk::function::ReturnOpGenericAdaptor< RangeT >::ReturnOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = {},
const ::mlir::EmptyProperties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ ReturnOpGenericAdaptor() [3/4]

llzk::function::ReturnOpGenericAdaptor< RangeT >::ReturnOpGenericAdaptor ( RangeT values,
const ReturnOpGenericAdaptorBase & base )
inline

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

◆ ReturnOpGenericAdaptor() [4/4]

template<typename LateInst = ReturnOp, typename = std::enable_if_t<std::is_same_v<LateInst, ReturnOp>>>
llzk::function::ReturnOpGenericAdaptor< RangeT >::ReturnOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::function::ReturnOpAdaptor::verify ( ::mlir::Location loc)

Definition at line 1115 of file Ops.cpp.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