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

Public Member Functions

 RepeatInterleaveOpAdaptor (RepeatInterleaveOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 RepeatInterleaveOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RepeatInterleaveOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 RepeatInterleaveOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = RepeatInterleaveOp, typename = std::enable_if_t<std::is_same_v<LateInst, RepeatInterleaveOp>>>
 RepeatInterleaveOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::RepeatInterleaveOpGenericAdaptor<::mlir::ValueRange >
 RepeatInterleaveOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RepeatInterleaveOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 RepeatInterleaveOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 RepeatInterleaveOpGenericAdaptor (::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::RepeatInterleaveOpGenericAdaptorBase
 RepeatInterleaveOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 RepeatInterleaveOpGenericAdaptorBase (RepeatInterleaveOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getRepeatsAttr ()
 
uint32_t getRepeats ()
 
::mlir::IntegerAttr getDimAttr ()
 
int32_t getDim ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ RepeatInterleaveOpAdaptor()

mlir::tt::ttir::RepeatInterleaveOpAdaptor::RepeatInterleaveOpAdaptor ( RepeatInterleaveOp  op)

Member Function Documentation

◆ RepeatInterleaveOpGenericAdaptor() [1/4]

◆ RepeatInterleaveOpGenericAdaptor() [2/4]

◆ RepeatInterleaveOpGenericAdaptor() [3/4]

◆ RepeatInterleaveOpGenericAdaptor() [4/4]

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

◆ verify()

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

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