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)
 
::mlir::LogicalResult verify (::mlir::Location loc)
 
 ApplyMapOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ApplyMapOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
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=nullptr, const Properties &properties={}, ::mlir::RegionRange regions={})
 
 ApplyMapOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 ApplyMapOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
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=nullptr, 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 133 of file Ops.h.inc.

Constructor & Destructor Documentation

◆ ApplyMapOpAdaptor()

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

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

Member Function Documentation

◆ ApplyMapOpGenericAdaptor() [1/3]

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

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

◆ ApplyMapOpGenericAdaptor() [2/3]

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

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

◆ ApplyMapOpGenericAdaptor() [3/3]

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 110 of file Ops.h.inc.

◆ verify()

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

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


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