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

Public Member Functions

 NotEqualOpAdaptor (NotEqualOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 NotEqualOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 NotEqualOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 NotEqualOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs)
 
template<typename LateInst = NotEqualOp, typename = std::enable_if_t<std::is_same_v<LateInst, NotEqualOp>>>
 NotEqualOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::NotEqualOpGenericAdaptor<::mlir::ValueRange >
 NotEqualOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 NotEqualOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 NotEqualOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs)
 
 NotEqualOpGenericAdaptor (::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::NotEqualOpGenericAdaptorBase
 NotEqualOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 NotEqualOpGenericAdaptorBase (NotEqualOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ NotEqualOpAdaptor()

mlir::tt::ttir::NotEqualOpAdaptor::NotEqualOpAdaptor ( NotEqualOp  op)

Member Function Documentation

◆ NotEqualOpGenericAdaptor() [1/4]

◆ NotEqualOpGenericAdaptor() [2/4]

◆ NotEqualOpGenericAdaptor() [3/4]

◆ NotEqualOpGenericAdaptor() [4/4]

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

◆ verify()

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

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