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

Public Member Functions

 CallOpAdaptor (CallOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 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)
Public Member Functions inherited from llzk::function::CallOpGenericAdaptor<::mlir::ValueRange >
 CallOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
::mlir::ValueRange getArgOperands ()
::llvm::SmallVector< ::mlir::ValueRange > getMapOperands ()
::mlir::ValueRange 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

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

Constructor & Destructor Documentation

◆ CallOpAdaptor()

llzk::function::CallOpAdaptor::CallOpAdaptor ( CallOp op)

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

Member Function Documentation

◆ CallOpGenericAdaptor() [1/5]

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

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

◆ CallOpGenericAdaptor() [2/5]

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]

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() [4/5]

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 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.

◆ verify()

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

Definition at line 173 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