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

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ IndexOpAdaptor()

mlir::tt::ttir::IndexOpAdaptor::IndexOpAdaptor ( IndexOp  op)

Member Function Documentation

◆ IndexOpGenericAdaptor() [1/4]

◆ IndexOpGenericAdaptor() [2/4]

◆ IndexOpGenericAdaptor() [3/4]

◆ IndexOpGenericAdaptor() [4/4]

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

◆ verify()

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

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