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

Classes

struct  Properties
 

Public Member Functions

 SelectOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SelectOpGenericAdaptorBase (SelectOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getDimAttr ()
 
int32_t getDim ()
 
::mlir::IntegerAttr getBeginAttr ()
 
int32_t getBegin ()
 
::mlir::IntegerAttr getLengthAttr ()
 
int32_t getLength ()
 
::mlir::IntegerAttr getStrideAttr ()
 
int32_t getStride ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Protected Attributes

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

Constructor & Destructor Documentation

◆ SelectOpGenericAdaptorBase() [1/2]

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

◆ SelectOpGenericAdaptorBase() [2/2]

mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::SelectOpGenericAdaptorBase ( SelectOp  op)

Member Function Documentation

◆ getAttributes()

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

◆ getBegin()

int32_t mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::getBegin ( )

◆ getBeginAttr()

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

◆ getDim()

int32_t mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::getDim ( )

◆ getDimAttr()

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

◆ getLength()

int32_t mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::getLength ( )

◆ getLengthAttr()

::mlir::IntegerAttr mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::getLengthAttr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getOperandConstraints()

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

◆ getOperandConstraintsAttr()

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

◆ getProperties()

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

◆ getStride()

int32_t mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::getStride ( )

◆ getStrideAttr()

mlir::IntegerAttr mlir::tt::ttir::detail::SelectOpGenericAdaptorBase::getStrideAttr ( )

Member Data Documentation

◆ odsAttrs

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

◆ odsOpName

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

◆ odsRegions

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

◆ properties

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

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