TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttir::detail::DMAOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttir::detail::DMAOpGenericAdaptorBase:
mlir::tt::ttir::DMAOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttir::DMAOpGenericAdaptor< RangeT > mlir::tt::ttir::DMAOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 DMAOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DMAOpGenericAdaptorBase (DMAOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::AffineMapAttr getSrcAffineMapAttr ()
 
::std::optional< ::mlir::AffineMap > getSrcAffineMap ()
 
::mlir::AffineMapAttr getDstAffineMapAttr ()
 
::std::optional< ::mlir::AffineMap > getDstAffineMap ()
 
::mlir::IntegerAttr getOptNumElemsAttr ()
 
::std::optional< uint64_t > getOptNumElems ()
 

Protected Attributes

::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ DMAOpGenericAdaptorBase() [1/2]

mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::DMAOpGenericAdaptorBase ( ::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ DMAOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::DMAOpGenericAdaptorBase ( DMAOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getAttributes ( )
inline

◆ getDstAffineMap()

std::optional<::mlir::AffineMap > mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getDstAffineMap ( )

◆ getDstAffineMapAttr()

::mlir::AffineMapAttr mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getDstAffineMapAttr ( )
inline

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned  index,
unsigned  odsOperandsSize 
)

◆ getOptNumElems()

std::optional< uint64_t > mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getOptNumElems ( )

◆ getOptNumElemsAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getOptNumElemsAttr ( )
inline

◆ getProperties()

const Properties& mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getProperties ( )
inline

◆ getSrcAffineMap()

std::optional<::mlir::AffineMap > mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getSrcAffineMap ( )

◆ getSrcAffineMapAttr()

::mlir::AffineMapAttr mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::getSrcAffineMapAttr ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttir::detail::DMAOpGenericAdaptorBase::properties
protected

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