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

Public Member Functions

 ArrayLengthOpAdaptor (ArrayLengthOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ArrayLengthOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ArrayLengthOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ArrayLengthOpGenericAdaptor (RangeT values, const ArrayLengthOpGenericAdaptorBase &base)
template<typename LateInst = ArrayLengthOp, typename = std::enable_if_t<std::is_same_v<LateInst, ArrayLengthOp>>>
 ArrayLengthOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::array::ArrayLengthOpGenericAdaptor<::mlir::ValueRange >
 ArrayLengthOpGenericAdaptor (::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 ()
ValueT getDim ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::array::detail::ArrayLengthOpGenericAdaptorBase
 ArrayLengthOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 ArrayLengthOpGenericAdaptorBase (::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::ArrayLengthOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ ArrayLengthOpAdaptor()

llzk::array::ArrayLengthOpAdaptor::ArrayLengthOpAdaptor ( ArrayLengthOp op)

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

Member Function Documentation

◆ ArrayLengthOpGenericAdaptor() [1/4]

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

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

◆ ArrayLengthOpGenericAdaptor() [2/4]

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

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

◆ ArrayLengthOpGenericAdaptor() [3/4]

llzk::array::ArrayLengthOpGenericAdaptor< RangeT >::ArrayLengthOpGenericAdaptor ( RangeT values,
const ArrayLengthOpGenericAdaptorBase & base )
inline

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

◆ ArrayLengthOpGenericAdaptor() [4/4]

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

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

◆ verify()

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

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


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