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

Classes

struct  Properties
 

Public Member Functions

 GenericOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GenericOpGenericAdaptorBase (GenericOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::GridAttr getGridAttr ()
 
::mlir::tt::GridAttr getGrid ()
 
::mlir::ArrayAttr getIndexingMapsAttr ()
 
::mlir::ArrayAttr getIndexingMaps ()
 
::mlir::ArrayAttr getIteratorTypesAttr ()
 
::mlir::ArrayAttr getIteratorTypes ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 
::mlir::Region & getRegion ()
 
::mlir::RegionRange getRegions ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ GenericOpGenericAdaptorBase() [1/2]

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

◆ GenericOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::GenericOpGenericAdaptorBase ( GenericOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getGrid()

mlir::tt::GridAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getGrid ( )

◆ getGridAttr()

::mlir::tt::GridAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getGridAttr ( )
inline

◆ getIndexingMaps()

mlir::ArrayAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getIndexingMaps ( )

◆ getIndexingMapsAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getIndexingMapsAttr ( )
inline

◆ getIteratorTypes()

mlir::ArrayAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getIteratorTypes ( )

◆ getIteratorTypesAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getIteratorTypesAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getOperandConstraints()

mlir::ArrayAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getOperandConstraints ( )

◆ getOperandConstraintsAttr()

::mlir::ArrayAttr mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getOperandConstraintsAttr ( )
inline

◆ getProperties()

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

◆ getRegion()

::mlir::Region& mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getRegion ( )
inline

◆ getRegions()

::mlir::RegionRange mlir::tt::ttir::detail::GenericOpGenericAdaptorBase::getRegions ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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