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

Public Member Functions

 GlobalWriteOpAdaptor (GlobalWriteOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 GlobalWriteOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 GlobalWriteOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 GlobalWriteOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 GlobalWriteOpGenericAdaptor (RangeT values, const GlobalWriteOpGenericAdaptorBase &base)
template<typename LateInst = GlobalWriteOp, typename = std::enable_if_t<std::is_same_v<LateInst, GlobalWriteOp>>>
 GlobalWriteOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::global::GlobalWriteOpGenericAdaptor<::mlir::ValueRange >
 GlobalWriteOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
::mlir::ValueRange getODSOperands (unsigned index)
ValueT getVal ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::global::detail::GlobalWriteOpGenericAdaptorBase
 GlobalWriteOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 GlobalWriteOpGenericAdaptorBase (GlobalWriteOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::SymbolRefAttr getNameRefAttr ()
::mlir::SymbolRefAttr getNameRef ()

Additional Inherited Members

Protected Attributes inherited from llzk::global::detail::GlobalWriteOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ GlobalWriteOpAdaptor()

llzk::global::GlobalWriteOpAdaptor::GlobalWriteOpAdaptor ( GlobalWriteOp op)

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

Member Function Documentation

◆ GlobalWriteOpGenericAdaptor() [1/5]

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

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

◆ GlobalWriteOpGenericAdaptor() [2/5]

llzk::global::GlobalWriteOpGenericAdaptor< RangeT >::GlobalWriteOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs,
const Properties & properties,
::mlir::RegionRange regions = {} )
inline

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

◆ GlobalWriteOpGenericAdaptor() [3/5]

llzk::global::GlobalWriteOpGenericAdaptor< RangeT >::GlobalWriteOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ GlobalWriteOpGenericAdaptor() [4/5]

llzk::global::GlobalWriteOpGenericAdaptor< RangeT >::GlobalWriteOpGenericAdaptor ( RangeT values,
const GlobalWriteOpGenericAdaptorBase & base )
inline

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

◆ GlobalWriteOpGenericAdaptor() [5/5]

template<typename LateInst = GlobalWriteOp, typename = std::enable_if_t<std::is_same_v<LateInst, GlobalWriteOp>>>
llzk::global::GlobalWriteOpGenericAdaptor< RangeT >::GlobalWriteOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

llvm::LogicalResult llzk::global::GlobalWriteOpAdaptor::verify ( ::mlir::Location loc)

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


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