TT-MLIR
Public Member Functions | List of all members
mlir::tt::ttkernel::BuiltinOpAdaptor Class Reference
Inheritance diagram for mlir::tt::ttkernel::BuiltinOpAdaptor:
mlir::tt::ttkernel::BuiltinOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttkernel::detail::BuiltinOpGenericAdaptorBase

Public Member Functions

 BuiltinOpAdaptor (BuiltinOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 BuiltinOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 BuiltinOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 BuiltinOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
template<typename LateInst = BuiltinOp, typename = std::enable_if_t<std::is_same_v<LateInst, BuiltinOp>>>
 BuiltinOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttkernel::BuiltinOpGenericAdaptor<::mlir::ValueRange >
 BuiltinOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 BuiltinOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 BuiltinOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 BuiltinOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
::mlir::ValueRange getArgs ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttkernel::detail::BuiltinOpGenericAdaptorBase
 BuiltinOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 BuiltinOpGenericAdaptorBase (BuiltinOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::FlatSymbolRefAttr getOpAttr ()
 
::llvm::StringRef getOp ()
 
::mlir::FlatSymbolRefAttr getKindAttr ()
 
::llvm::StringRef getKind ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ BuiltinOpAdaptor()

mlir::tt::ttkernel::BuiltinOpAdaptor::BuiltinOpAdaptor ( BuiltinOp  op)

Member Function Documentation

◆ BuiltinOpGenericAdaptor() [1/4]

◆ BuiltinOpGenericAdaptor() [2/4]

◆ BuiltinOpGenericAdaptor() [3/4]

◆ BuiltinOpGenericAdaptor() [4/4]

template<typename LateInst = BuiltinOp, typename = std::enable_if_t<std::is_same_v<LateInst, BuiltinOp>>>
mlir::tt::ttkernel::BuiltinOpGenericAdaptor< RangeT >::BuiltinOpGenericAdaptor ( typename LateInst  = BuiltinOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, BuiltinOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttkernel::BuiltinOpAdaptor::verify ( ::mlir::Location  loc)

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