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

Classes

struct  Properties
 

Public Member Functions

 IndexOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 IndexOpGenericAdaptorBase (IndexOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getDimAttr ()
 
uint32_t getDim ()
 
::mlir::IntegerAttr getBeginAttr ()
 
uint32_t getBegin ()
 
::mlir::IntegerAttr getEndAttr ()
 
uint32_t getEnd ()
 
::mlir::IntegerAttr getStepAttr ()
 
uint32_t getStep ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ IndexOpGenericAdaptorBase() [1/2]

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

◆ IndexOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::IndexOpGenericAdaptorBase ( IndexOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getBegin()

uint32_t mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getBegin ( )

◆ getBeginAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getBeginAttr ( )
inline

◆ getDim()

uint32_t mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getDim ( )

◆ getDimAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getDimAttr ( )
inline

◆ getEnd()

uint32_t mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getEnd ( )

◆ getEndAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getEndAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getOperandConstraints()

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

◆ getOperandConstraintsAttr()

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

◆ getProperties()

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

◆ getStep()

uint32_t mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getStep ( )

◆ getStepAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::IndexOpGenericAdaptorBase::getStepAttr ( )
inline

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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