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

Public Member Functions

 FillOpAdaptor (FillOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 FillOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FillOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = FillOp, typename = std::enable_if_t<std::is_same_v<LateInst, FillOp>>>
 FillOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttir::FillOpGenericAdaptor<::mlir::ValueRange >
 FillOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 FillOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 FillOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getOutput ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttir::detail::FillOpGenericAdaptorBase
 FillOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 FillOpGenericAdaptorBase (FillOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::ElementsAttr getValueAttr ()
 
::mlir::ElementsAttr getValue ()
 
::mlir::ArrayAttr getOperandConstraintsAttr ()
 
::mlir::ArrayAttr getOperandConstraints ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ FillOpAdaptor()

mlir::tt::ttir::FillOpAdaptor::FillOpAdaptor ( FillOp  op)

Member Function Documentation

◆ FillOpGenericAdaptor() [1/4]

◆ FillOpGenericAdaptor() [2/4]

◆ FillOpGenericAdaptor() [3/4]

◆ FillOpGenericAdaptor() [4/4]

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

◆ verify()

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

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