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

Public Member Functions

 CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = CallOp, typename = std::enable_if_t<std::is_same_v<LateInst, CallOp>>>
 CallOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
RangeT getArgOperands ()
 
::llvm::SmallVector< RangeT > getMapOperands ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from llzk::function::detail::CallOpGenericAdaptorBase
 CallOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 CallOpGenericAdaptorBase (CallOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::SymbolRefAttr getCalleeAttr ()
 
::mlir::SymbolRefAttr getCallee ()
 
::mlir::DenseI32ArrayAttr getNumDimsPerMapAttr ()
 
::llvm::ArrayRef< int32_t > getNumDimsPerMap ()
 
::mlir::DenseI32ArrayAttr getMapOpGroupSizesAttr ()
 
::llvm::ArrayRef< int32_t > getMapOpGroupSizes ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::function::detail::CallOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Detailed Description

template<typename RangeT>
class llzk::function::CallOpGenericAdaptor< RangeT >

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

Constructor & Destructor Documentation

◆ CallOpGenericAdaptor() [1/3]

template<typename RangeT>
llzk::function::CallOpGenericAdaptor< RangeT >::CallOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties = {},
::mlir::RegionRange regions = {} )
inline

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

◆ CallOpGenericAdaptor() [2/3]

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

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

◆ CallOpGenericAdaptor() [3/3]

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

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

Member Function Documentation

◆ getArgOperands()

template<typename RangeT>
RangeT llzk::function::CallOpGenericAdaptor< RangeT >::getArgOperands ( )
inline

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

◆ getMapOperands()

template<typename RangeT>
::llvm::SmallVector< RangeT > llzk::function::CallOpGenericAdaptor< RangeT >::getMapOperands ( )
inline

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

◆ getODSOperandIndexAndLength()

template<typename RangeT>
std::pair< unsigned, unsigned > llzk::function::CallOpGenericAdaptor< RangeT >::getODSOperandIndexAndLength ( unsigned index)
inline

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

◆ getODSOperands()

template<typename RangeT>
RangeT llzk::function::CallOpGenericAdaptor< RangeT >::getODSOperands ( unsigned index)
inline

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

◆ getOperands()

template<typename RangeT>
RangeT llzk::function::CallOpGenericAdaptor< RangeT >::getOperands ( )
inline

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


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