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

Public Member Functions

 AwaitOpAdaptor (AwaitOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 AwaitOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AwaitOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 AwaitOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 AwaitOpGenericAdaptor (RangeT values, const AwaitOpGenericAdaptorBase &base)
 
template<typename LateInst = AwaitOp, typename = std::enable_if_t<std::is_same_v<LateInst, AwaitOp>>>
 AwaitOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::AwaitOpGenericAdaptor<::mlir::ValueRange >
 AwaitOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AwaitOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 AwaitOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 AwaitOpGenericAdaptor (::mlir::ValueRange values, const AwaitOpGenericAdaptorBase &base)
 
 AwaitOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getValues ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::AwaitOpGenericAdaptorBase
 AwaitOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 AwaitOpGenericAdaptorBase (AwaitOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 

Additional Inherited Members

- Public Types inherited from mlir::tt::ttir::detail::AwaitOpGenericAdaptorBase
using Properties = ::mlir::EmptyProperties
 
- Protected Attributes inherited from mlir::tt::ttir::detail::AwaitOpGenericAdaptorBase
::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ AwaitOpAdaptor()

mlir::tt::ttir::AwaitOpAdaptor::AwaitOpAdaptor ( AwaitOp  op)

Member Function Documentation

◆ AwaitOpGenericAdaptor() [1/5]

◆ AwaitOpGenericAdaptor() [2/5]

◆ AwaitOpGenericAdaptor() [3/5]

◆ AwaitOpGenericAdaptor() [4/5]

◆ AwaitOpGenericAdaptor() [5/5]

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

◆ verify()

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

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