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

Public Member Functions

 UndefOpAdaptor (UndefOp op)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 UndefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UndefOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = UndefOp, typename = std::enable_if_t<std::is_same_v<LateInst, UndefOp>>>
 UndefOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from llzk::undef::UndefOpGenericAdaptor<::mlir::ValueRange >
 UndefOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UndefOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 UndefOpGenericAdaptor (::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::undef::detail::UndefOpGenericAdaptorBase
 UndefOpGenericAdaptorBase (::mlir::DictionaryAttr attrs=nullptr, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UndefOpGenericAdaptorBase (UndefOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

- Protected Attributes inherited from llzk::undef::detail::UndefOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
::mlir::RegionRange odsRegions
 

Detailed Description

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

Constructor & Destructor Documentation

◆ UndefOpAdaptor()

llzk::undef::UndefOpAdaptor::UndefOpAdaptor ( UndefOp op)

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

Member Function Documentation

◆ UndefOpGenericAdaptor() [1/3]

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

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

◆ UndefOpGenericAdaptor() [2/3]

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

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

◆ UndefOpGenericAdaptor() [3/3]

template<typename LateInst = UndefOp, typename = std::enable_if_t<std::is_same_v<LateInst, UndefOp>>>
llzk::undef::UndefOpGenericAdaptor< RangeT >::UndefOpGenericAdaptor ( RangeT values,
LateInst op )
inline

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

◆ verify()

mlir::LogicalResult llzk::undef::UndefOpAdaptor::verify ( ::mlir::Location loc)

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


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