TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttkernel::SubOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttkernel::SubOpAdaptor:
mlir::tt::ttkernel::SubOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttkernel::detail::SubOpGenericAdaptorBase

Public Member Functions

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

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SubOpAdaptor()

mlir::tt::ttkernel::SubOpAdaptor::SubOpAdaptor ( SubOp  op)

Member Function Documentation

◆ SubOpGenericAdaptor() [1/3]

◆ SubOpGenericAdaptor() [2/3]

◆ SubOpGenericAdaptor() [3/3]

template<typename LateInst = SubOp, typename = std::enable_if_t<std::is_same_v<LateInst, SubOp>>>
mlir::tt::ttkernel::SubOpGenericAdaptor< RangeT >::SubOpGenericAdaptor ( typename LateInst  = SubOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, SubOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttkernel::SubOpAdaptor::verify ( ::mlir::Location  loc)

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