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

Public Member Functions

 GenericOpAdaptor (GenericOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 GenericOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GenericOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 GenericOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = GenericOp, typename = std::enable_if_t<std::is_same_v<LateInst, GenericOp>>>
 GenericOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::GenericOpGenericAdaptor<::mlir::ValueRange >
 GenericOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GenericOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 GenericOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs)
 
 GenericOpGenericAdaptor (::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::ttir::detail::GenericOpGenericAdaptorBase
 GenericOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GenericOpGenericAdaptorBase (GenericOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::tt::GridAttr getGridAttr ()
 
::mlir::tt::GridAttr getGrid ()
 
::mlir::ArrayAttr getIndexingMapsAttr ()
 
::mlir::ArrayAttr getIndexingMaps ()
 
::mlir::ArrayAttr getIteratorTypesAttr ()
 
::mlir::ArrayAttr getIteratorTypes ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 
::mlir::Region & getRegion ()
 
::mlir::RegionRange getRegions ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ GenericOpAdaptor()

mlir::tt::ttir::GenericOpAdaptor::GenericOpAdaptor ( GenericOp  op)

Member Function Documentation

◆ GenericOpGenericAdaptor() [1/4]

◆ GenericOpGenericAdaptor() [2/4]

◆ GenericOpGenericAdaptor() [3/4]

◆ GenericOpGenericAdaptor() [4/4]

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

◆ verify()

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

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