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

Public Member Functions

 DMAOpAdaptor (DMAOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 DMAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DMAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 DMAOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
 DMAOpGenericAdaptor (RangeT values, const DMAOpGenericAdaptorBase &base)
 
template<typename LateInst = DMAOp, typename = std::enable_if_t<std::is_same_v<LateInst, DMAOp>>>
 DMAOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::DMAOpGenericAdaptor<::mlir::ValueRange >
 DMAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DMAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 DMAOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs)
 
 DMAOpGenericAdaptor (::mlir::ValueRange values, const DMAOpGenericAdaptorBase &base)
 
 DMAOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getSrc ()
 
::mlir::ValueRange getSrcIndices ()
 
ValueT getDst ()
 
::mlir::ValueRange getDstIndices ()
 
::mlir::ValueRange getMcastStartIndex ()
 
::mlir::ValueRange getMcastShape ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::DMAOpGenericAdaptorBase
 DMAOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DMAOpGenericAdaptorBase (DMAOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::AffineMapAttr getSrcAffineMapAttr ()
 
::std::optional< ::mlir::AffineMap > getSrcAffineMap ()
 
::mlir::AffineMapAttr getDstAffineMapAttr ()
 
::std::optional< ::mlir::AffineMap > getDstAffineMap ()
 
::mlir::IntegerAttr getOptNumElemsAttr ()
 
::std::optional< uint64_t > getOptNumElems ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DMAOpAdaptor()

mlir::tt::ttir::DMAOpAdaptor::DMAOpAdaptor ( DMAOp  op)

Member Function Documentation

◆ DMAOpGenericAdaptor() [1/5]

◆ DMAOpGenericAdaptor() [2/5]

◆ DMAOpGenericAdaptor() [3/5]

◆ DMAOpGenericAdaptor() [4/5]

◆ DMAOpGenericAdaptor() [5/5]

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

◆ verify()

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

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