TT-MLIR
Public Member Functions | List of all members
mlir::tt::DeviceOpAdaptor Class Reference
Inheritance diagram for mlir::tt::DeviceOpAdaptor:
mlir::tt::DeviceOpGenericAdaptor<::mlir::ValueRange > mlir::tt::detail::DeviceOpGenericAdaptorBase

Public Member Functions

 DeviceOpAdaptor (DeviceOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 DeviceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DeviceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 DeviceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 DeviceOpGenericAdaptor (RangeT values, const DeviceOpGenericAdaptorBase &base)
 
template<typename LateInst = DeviceOp, typename = std::enable_if_t<std::is_same_v<LateInst, DeviceOp>>>
 DeviceOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::DeviceOpGenericAdaptor<::mlir::ValueRange >
 DeviceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DeviceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 DeviceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 DeviceOpGenericAdaptor (::mlir::ValueRange values, const DeviceOpGenericAdaptorBase &base)
 
 DeviceOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::detail::DeviceOpGenericAdaptorBase
 DeviceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 DeviceOpGenericAdaptorBase (DeviceOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::StringAttr getSymNameAttr ()
 
::llvm::StringRef getSymName ()
 
::mlir::tt::DeviceAttr getDeviceAttrAttr ()
 
::mlir::tt::DeviceAttr getDeviceAttr ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ DeviceOpAdaptor()

mlir::tt::DeviceOpAdaptor::DeviceOpAdaptor ( DeviceOp  op)

Member Function Documentation

◆ DeviceOpGenericAdaptor() [1/5]

◆ DeviceOpGenericAdaptor() [2/5]

◆ DeviceOpGenericAdaptor() [3/5]

◆ DeviceOpGenericAdaptor() [4/5]

◆ DeviceOpGenericAdaptor() [5/5]

template<typename LateInst = DeviceOp, typename = std::enable_if_t<std::is_same_v<LateInst, DeviceOp>>>
mlir::tt::DeviceOpGenericAdaptor< RangeT >::DeviceOpGenericAdaptor ( typename LateInst  = DeviceOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, DeviceOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::DeviceOpAdaptor::verify ( ::mlir::Location  loc)

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