TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttkernel::UnpackAOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttkernel::UnpackAOpAdaptor:
mlir::tt::ttkernel::UnpackAOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttkernel::detail::UnpackAOpGenericAdaptorBase

Public Member Functions

 UnpackAOpAdaptor (UnpackAOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 UnpackAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UnpackAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = UnpackAOp, typename = std::enable_if_t<std::is_same_v<LateInst, UnpackAOp>>>
 UnpackAOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttkernel::UnpackAOpGenericAdaptor<::mlir::ValueRange >
 UnpackAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UnpackAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 UnpackAOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getCb ()
 
ValueT getSrcIndex ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttkernel::detail::UnpackAOpGenericAdaptorBase
 UnpackAOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 UnpackAOpGenericAdaptorBase (::mlir::Operation *op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

- Protected Attributes inherited from mlir::tt::ttkernel::detail::UnpackAOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ UnpackAOpAdaptor()

mlir::tt::ttkernel::UnpackAOpAdaptor::UnpackAOpAdaptor ( UnpackAOp  op)

Member Function Documentation

◆ UnpackAOpGenericAdaptor() [1/3]

◆ UnpackAOpGenericAdaptor() [2/3]

◆ UnpackAOpGenericAdaptor() [3/3]

template<typename LateInst = UnpackAOp, typename = std::enable_if_t<std::is_same_v<LateInst, UnpackAOp>>>
mlir::tt::ttkernel::UnpackAOpGenericAdaptor< RangeT >::UnpackAOpGenericAdaptor ( typename LateInst  = UnpackAOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, UnpackAOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttkernel::UnpackAOpAdaptor::verify ( ::mlir::Location  loc)

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