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

Public Member Functions

 IndexSelectOpAdaptor (IndexSelectOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 IndexSelectOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 IndexSelectOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 IndexSelectOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 IndexSelectOpGenericAdaptor (RangeT values, const IndexSelectOpGenericAdaptorBase &base)
 
template<typename LateInst = IndexSelectOp, typename = std::enable_if_t<std::is_same_v<LateInst, IndexSelectOp>>>
 IndexSelectOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::IndexSelectOpGenericAdaptor<::mlir::ValueRange >
 IndexSelectOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 IndexSelectOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 IndexSelectOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 IndexSelectOpGenericAdaptor (::mlir::ValueRange values, const IndexSelectOpGenericAdaptorBase &base)
 
 IndexSelectOpGenericAdaptor (::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::IndexSelectOpGenericAdaptorBase
 IndexSelectOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 IndexSelectOpGenericAdaptorBase (IndexSelectOp 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 ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ IndexSelectOpAdaptor()

mlir::tt::ttir::IndexSelectOpAdaptor::IndexSelectOpAdaptor ( IndexSelectOp  op)

Member Function Documentation

◆ IndexSelectOpGenericAdaptor() [1/5]

◆ IndexSelectOpGenericAdaptor() [2/5]

◆ IndexSelectOpGenericAdaptor() [3/5]

◆ IndexSelectOpGenericAdaptor() [4/5]

◆ IndexSelectOpGenericAdaptor() [5/5]

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

◆ verify()

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

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