TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttmetal::DispatchOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttmetal::DispatchOpAdaptor:
mlir::tt::ttmetal::DispatchOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase

Public Member Functions

 DispatchOpAdaptor (DispatchOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 DispatchOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DispatchOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 DispatchOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = DispatchOp, typename = std::enable_if_t<std::is_same_v<LateInst, DispatchOp>>>
 DispatchOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttmetal::DispatchOpGenericAdaptor<::mlir::ValueRange >
 DispatchOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DispatchOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 DispatchOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs)
 
 DispatchOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getInputs ()
 
::mlir::ValueRange getOutputs ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttmetal::detail::DispatchOpGenericAdaptorBase
 DispatchOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DispatchOpGenericAdaptorBase (DispatchOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ArrayAttr getCoreRangesAttr ()
 
::mlir::ArrayAttr getCoreRanges ()
 
::mlir::ArrayAttr getKernelConfigsAttr ()
 
::mlir::ArrayAttr getKernelConfigs ()
 
::mlir::RegionRange getRegions ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DispatchOpAdaptor()

mlir::tt::ttmetal::DispatchOpAdaptor::DispatchOpAdaptor ( DispatchOp  op)

Member Function Documentation

◆ DispatchOpGenericAdaptor() [1/4]

◆ DispatchOpGenericAdaptor() [2/4]

◆ DispatchOpGenericAdaptor() [3/4]

◆ DispatchOpGenericAdaptor() [4/4]

template<typename LateInst = DispatchOp, typename = std::enable_if_t<std::is_same_v<LateInst, DispatchOp>>>
mlir::tt::ttmetal::DispatchOpGenericAdaptor< RangeT >::DispatchOpGenericAdaptor ( typename LateInst  = DispatchOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, DispatchOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttmetal::DispatchOpAdaptor::verify ( ::mlir::Location  loc)

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