TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttkernel::MaxOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttkernel::MaxOpAdaptor:
mlir::tt::ttkernel::MaxOpGenericAdaptor< RangeT > mlir::tt::ttkernel::detail::MaxOpGenericAdaptorBase

Public Member Functions

 MaxOpAdaptor (MaxOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = MaxOp, typename = std::enable_if_t<std::is_same_v<LateInst, MaxOp>>>
 MaxOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttkernel::MaxOpGenericAdaptor< RangeT >
 MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 MaxOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
template<typename LateInst = MaxOp, typename = std::enable_if_t<std::is_same_v<LateInst, MaxOp>>>
 MaxOpGenericAdaptor (RangeT values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
RangeT getODSOperands (unsigned index)
 
ValueT getDstIndex ()
 
RangeT getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttkernel::detail::MaxOpGenericAdaptorBase
 MaxOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 MaxOpGenericAdaptorBase (::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::MaxOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ MaxOpAdaptor()

mlir::tt::ttkernel::MaxOpAdaptor::MaxOpAdaptor ( MaxOp  op)

Member Function Documentation

◆ MaxOpGenericAdaptor() [1/3]

◆ MaxOpGenericAdaptor() [2/3]

◆ MaxOpGenericAdaptor() [3/3]

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

◆ verify()

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

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