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

Public Member Functions

 SelectOpAdaptor (SelectOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 SelectOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SelectOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 SelectOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = SelectOp, typename = std::enable_if_t<std::is_same_v<LateInst, SelectOp>>>
 SelectOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::SelectOpGenericAdaptor<::mlir::ValueRange >
 SelectOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 SelectOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 SelectOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 SelectOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getInput ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::SelectOpGenericAdaptorBase
 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 ()
 

Additional Inherited Members

- Protected Attributes inherited from mlir::tt::ttir::detail::SelectOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ SelectOpAdaptor()

mlir::tt::ttir::SelectOpAdaptor::SelectOpAdaptor ( SelectOp  op)

Member Function Documentation

◆ SelectOpGenericAdaptor() [1/4]

◆ SelectOpGenericAdaptor() [2/4]

◆ SelectOpGenericAdaptor() [3/4]

◆ SelectOpGenericAdaptor() [4/4]

template<typename LateInst = SelectOp, typename = std::enable_if_t<std::is_same_v<LateInst, SelectOp>>>
mlir::tt::ttir::SelectOpGenericAdaptor< RangeT >::SelectOpGenericAdaptor ( typename LateInst  = SelectOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, SelectOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttir::SelectOpAdaptor::verify ( ::mlir::Location  loc)

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