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)
 
::mlir::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={})
 
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={})
 
 CallOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 CallOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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 169 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ CallOpAdaptor()

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

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

Member Function Documentation

◆ CallOpGenericAdaptor() [1/3]

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() [2/3]

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

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.

◆ verify()

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

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


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