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)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 ReturnOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 ReturnOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
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=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 ReturnOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ReturnOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 ReturnOpGenericAdaptorBase (ReturnOp 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 686 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ ReturnOpAdaptor()

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

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

Member Function Documentation

◆ ReturnOpGenericAdaptor() [1/3]

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

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

◆ ReturnOpGenericAdaptor() [2/3]

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

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

◆ ReturnOpGenericAdaptor() [3/3]

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

◆ verify()

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

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


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