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

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DeallocOpAdaptor()

mlir::tt::ttir::DeallocOpAdaptor::DeallocOpAdaptor ( DeallocOp  op)

Member Function Documentation

◆ DeallocOpGenericAdaptor() [1/3]

◆ DeallocOpGenericAdaptor() [2/3]

◆ DeallocOpGenericAdaptor() [3/3]

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

◆ verify()

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

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