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

Public Member Functions

 ApplyMapOpAdaptor (ApplyMapOp op)
::llvm::LogicalResult verify (::mlir::Location loc)
 ApplyMapOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ApplyMapOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 ApplyMapOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 ApplyMapOpGenericAdaptor (RangeT values, const ApplyMapOpGenericAdaptorBase &base)
template<typename LateInst = ApplyMapOp, typename = std::enable_if_t<std::is_same_v<LateInst, ApplyMapOp>>>
 ApplyMapOpGenericAdaptor (RangeT values, LateInst op)
Public Member Functions inherited from llzk::polymorphic::ApplyMapOpGenericAdaptor<::mlir::ValueRange >
 ApplyMapOpGenericAdaptor (::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 getMapOperands ()
::mlir::ValueRange getOperands ()
Public Member Functions inherited from llzk::polymorphic::detail::ApplyMapOpGenericAdaptorBase
 ApplyMapOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 ApplyMapOpGenericAdaptorBase (ApplyMapOp op)
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
const PropertiesgetProperties ()
::mlir::DictionaryAttr getAttributes ()
::mlir::AffineMapAttr getMapAttr ()
::mlir::AffineMap getMap ()
::mlir::IntegerAttr getNumDimsAttr ()
::llvm::APInt getNumDims ()

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ApplyMapOpAdaptor()

llzk::polymorphic::ApplyMapOpAdaptor::ApplyMapOpAdaptor ( ApplyMapOp op)

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

Member Function Documentation

◆ ApplyMapOpGenericAdaptor() [1/5]

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

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

◆ ApplyMapOpGenericAdaptor() [2/5]

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

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

◆ ApplyMapOpGenericAdaptor() [3/5]

llzk::polymorphic::ApplyMapOpGenericAdaptor< RangeT >::ApplyMapOpGenericAdaptor ( RangeT values,
::mlir::DictionaryAttr attrs = nullptr )
inline

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

◆ ApplyMapOpGenericAdaptor() [4/5]

llzk::polymorphic::ApplyMapOpGenericAdaptor< RangeT >::ApplyMapOpGenericAdaptor ( RangeT values,
const ApplyMapOpGenericAdaptorBase & base )
inline

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

◆ ApplyMapOpGenericAdaptor() [5/5]

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

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

◆ verify()

llvm::LogicalResult llzk::polymorphic::ApplyMapOpAdaptor::verify ( ::mlir::Location loc)

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


The documentation for this class was generated from the following files:
  • build/include/llzk/Dialect/Polymorphic/IR/Ops.h.inc
  • build/include/llzk/Dialect/Polymorphic/IR/Ops.cpp.inc