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

Public Member Functions

 SubtractOpAdaptor (SubtractOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (RangeT values, const SubtractOpGenericAdaptorBase &base)
 
template<typename LateInst = SubtractOp, typename = std::enable_if_t<std::is_same_v<LateInst, SubtractOp>>>
 SubtractOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::SubtractOpGenericAdaptor<::mlir::ValueRange >
 SubtractOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptor (::mlir::ValueRange values, const SubtractOpGenericAdaptorBase &base)
 
 SubtractOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getLhs ()
 
ValueT getRhs ()
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::SubtractOpGenericAdaptorBase
 SubtractOpGenericAdaptorBase (::mlir::DictionaryAttr attrs={}, const ::mlir::EmptyProperties &properties={}, ::mlir::RegionRange regions={})
 
 SubtractOpGenericAdaptorBase (::mlir::Operation *op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ SubtractOpAdaptor()

mlir::tt::ttir::SubtractOpAdaptor::SubtractOpAdaptor ( SubtractOp  op)

Member Function Documentation

◆ SubtractOpGenericAdaptor() [1/4]

◆ SubtractOpGenericAdaptor() [2/4]

◆ SubtractOpGenericAdaptor() [3/4]

◆ SubtractOpGenericAdaptor() [4/4]

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

◆ verify()

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

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