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

Public Member Functions

 WriteArrayOpAdaptor (WriteArrayOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 WriteArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 WriteArrayOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 WriteArrayOpGenericAdaptor (RangeT values, const WriteArrayOpGenericAdaptorBase &base)
template<typename LateInst = WriteArrayOp, typename = std::enable_if_t<std::is_same_v<LateInst, WriteArrayOp>>>
 WriteArrayOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::array::WriteArrayOpGenericAdaptor<::mlir::ValueRange >
 WriteArrayOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
ValueT getArrRef ()
::mlir::ValueRange getIndices ()
ValueT getRvalue ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::array::detail::WriteArrayOpGenericAdaptorBase
 WriteArrayOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 WriteArrayOpGenericAdaptorBase (::mlir::Operation *op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
::mlir::DictionaryAttr getAttributes ()

Additional Inherited Members

Protected Attributes inherited from llzk::array::detail::WriteArrayOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ WriteArrayOpAdaptor()

llzk::array::WriteArrayOpAdaptor::WriteArrayOpAdaptor ( WriteArrayOp op)

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

Member Function Documentation

◆ verify()

llvm::LogicalResult llzk::array::WriteArrayOpAdaptor::verify ( ::mlir::Location loc)

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

◆ WriteArrayOpGenericAdaptor() [1/4]

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

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

◆ WriteArrayOpGenericAdaptor() [2/4]

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

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

◆ WriteArrayOpGenericAdaptor() [3/4]

llzk::array::WriteArrayOpGenericAdaptor< RangeT >::WriteArrayOpGenericAdaptor ( RangeT values,
const WriteArrayOpGenericAdaptorBase & base )
inline

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

◆ WriteArrayOpGenericAdaptor() [4/4]

template<typename LateInst = WriteArrayOp, typename = std::enable_if_t<std::is_same_v<LateInst, WriteArrayOp>>>
llzk::array::WriteArrayOpGenericAdaptor< RangeT >::WriteArrayOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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


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