TT-MLIR
Public Member Functions | List of all members
mlir::tt::GetTupleElementOpAdaptor Class Reference
Inheritance diagram for mlir::tt::GetTupleElementOpAdaptor:
mlir::tt::GetTupleElementOpGenericAdaptor<::mlir::ValueRange > mlir::tt::detail::GetTupleElementOpGenericAdaptorBase

Public Member Functions

 GetTupleElementOpAdaptor (GetTupleElementOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 GetTupleElementOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GetTupleElementOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 GetTupleElementOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = GetTupleElementOp, typename = std::enable_if_t<std::is_same_v<LateInst, GetTupleElementOp>>>
 GetTupleElementOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::GetTupleElementOpGenericAdaptor<::mlir::ValueRange >
 GetTupleElementOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GetTupleElementOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 GetTupleElementOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 GetTupleElementOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getOperand ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::detail::GetTupleElementOpGenericAdaptorBase
 GetTupleElementOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 GetTupleElementOpGenericAdaptorBase (GetTupleElementOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getIndexAttr ()
 
uint32_t getIndex ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ GetTupleElementOpAdaptor()

mlir::tt::GetTupleElementOpAdaptor::GetTupleElementOpAdaptor ( GetTupleElementOp  op)

Member Function Documentation

◆ GetTupleElementOpGenericAdaptor() [1/4]

◆ GetTupleElementOpGenericAdaptor() [2/4]

◆ GetTupleElementOpGenericAdaptor() [3/4]

◆ GetTupleElementOpGenericAdaptor() [4/4]

template<typename LateInst = GetTupleElementOp, typename = std::enable_if_t<std::is_same_v<LateInst, GetTupleElementOp>>>
mlir::tt::GetTupleElementOpGenericAdaptor< RangeT >::GetTupleElementOpGenericAdaptor ( typename LateInst  = GetTupleElementOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, GetTupleElementOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::GetTupleElementOpAdaptor::verify ( ::mlir::Location  loc)

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