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

Public Member Functions

 ConstReadOpAdaptor (ConstReadOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 ConstReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ConstReadOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = ConstReadOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstReadOp>>>
 ConstReadOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::polymorphic::ConstReadOpGenericAdaptor<::mlir::ValueRange >
 ConstReadOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ConstReadOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ConstReadOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from llzk::polymorphic::detail::ConstReadOpGenericAdaptorBase
 ConstReadOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ConstReadOpGenericAdaptorBase (ConstReadOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::FlatSymbolRefAttr getConstNameAttr ()
 
::llvm::StringRef getConstName ()
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ConstReadOpAdaptor()

llzk::polymorphic::ConstReadOpAdaptor::ConstReadOpAdaptor ( ConstReadOp op)

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

Member Function Documentation

◆ ConstReadOpGenericAdaptor() [1/3]

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

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

◆ ConstReadOpGenericAdaptor() [2/3]

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

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

◆ ConstReadOpGenericAdaptor() [3/3]

template<typename LateInst = ConstReadOp, typename = std::enable_if_t<std::is_same_v<LateInst, ConstReadOp>>>
llzk::polymorphic::ConstReadOpGenericAdaptor< RangeT >::ConstReadOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

mlir::LogicalResult llzk::polymorphic::ConstReadOpAdaptor::verify ( ::mlir::Location loc)

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


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