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

Public Member Functions

 GlobalReadOpAdaptor (GlobalReadOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 GlobalReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 GlobalReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 GlobalReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 GlobalReadOpGenericAdaptor (RangeT values, const GlobalReadOpGenericAdaptorBase &base)
template<typename LateInst = GlobalReadOp, typename = std::enable_if_t<std::is_same_v<LateInst, GlobalReadOp>>>
 GlobalReadOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::global::GlobalReadOpGenericAdaptor<::mlir::ValueRange >
 GlobalReadOpGenericAdaptor (::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 getOperands ()
Public Member Functions inherited from llzk::global::detail::GlobalReadOpGenericAdaptorBase
 GlobalReadOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 GlobalReadOpGenericAdaptorBase (GlobalReadOp 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::GlobalReadOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
::std::optional<::mlir::OperationName > odsOpName
Properties properties
::mlir::RegionRange odsRegions

Detailed Description

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

Constructor & Destructor Documentation

◆ GlobalReadOpAdaptor()

llzk::global::GlobalReadOpAdaptor::GlobalReadOpAdaptor ( GlobalReadOp op)

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

Member Function Documentation

◆ GlobalReadOpGenericAdaptor() [1/5]

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

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

◆ GlobalReadOpGenericAdaptor() [2/5]

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

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

◆ GlobalReadOpGenericAdaptor() [3/5]

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

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

◆ GlobalReadOpGenericAdaptor() [4/5]

llzk::global::GlobalReadOpGenericAdaptor< RangeT >::GlobalReadOpGenericAdaptor ( RangeT values,
const GlobalReadOpGenericAdaptorBase & base )
inline

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

◆ GlobalReadOpGenericAdaptor() [5/5]

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

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

◆ verify()

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

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


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