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={})
 CallOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 CallOpGenericAdaptor (RangeT values, const CallOpGenericAdaptorBase &base)
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 129 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ CallOpGenericAdaptor() [1/5]

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

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

◆ CallOpGenericAdaptor() [2/5]

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

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

◆ CallOpGenericAdaptor() [3/5]

template<typename RangeT>
llzk::function::CallOpGenericAdaptor< RangeT >::CallOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs )
inline

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

◆ CallOpGenericAdaptor() [4/5]

template<typename RangeT>
llzk::function::CallOpGenericAdaptor< RangeT >::CallOpGenericAdaptor ( RangeT values,
const CallOpGenericAdaptorBase & base )
inline

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

◆ CallOpGenericAdaptor() [5/5]

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

Member Function Documentation

◆ getArgOperands()

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

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

◆ getMapOperands()

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

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

◆ getODSOperandIndexAndLength()

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

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

◆ getODSOperands()

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

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

◆ getOperands()

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

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


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