TT-MLIR
Classes | Public Member Functions | Protected Attributes | List of all members
mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase Class Reference
Inheritance diagram for mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase:
mlir::tt::ttnn::TraceOpGenericAdaptor<::mlir::ValueRange > mlir::tt::ttnn::TraceOpGenericAdaptor< RangeT > mlir::tt::ttnn::TraceOpAdaptor

Classes

struct  Properties
 

Public Member Functions

 TraceOpGenericAdaptorBase (::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 TraceOpGenericAdaptorBase (TraceOp op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index, unsigned odsOperandsSize)
 
const PropertiesgetProperties ()
 
::mlir::DictionaryAttr getAttributes ()
 
::mlir::IntegerAttr getCqIdAttr ()
 
uint32_t getCqId ()
 
::mlir::BoolAttr getBlockingAttr ()
 
bool getBlocking ()
 
::mlir::FlatSymbolRefAttr getCalleeAttr ()
 
::llvm::StringRef getCallee ()
 

Protected Attributes

::mlir::DictionaryAttr odsAttrs
 
::std::optional<::mlir::OperationName > odsOpName
 
Properties properties
 
::mlir::RegionRange odsRegions
 

Constructor & Destructor Documentation

◆ TraceOpGenericAdaptorBase() [1/2]

mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::TraceOpGenericAdaptorBase ( ::mlir::DictionaryAttr  attrs,
const Properties properties,
::mlir::RegionRange  regions = {} 
)
inline

◆ TraceOpGenericAdaptorBase() [2/2]

mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::TraceOpGenericAdaptorBase ( TraceOp  op)

Member Function Documentation

◆ getAttributes()

::mlir::DictionaryAttr mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getAttributes ( )
inline

◆ getBlocking()

bool mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getBlocking ( )

◆ getBlockingAttr()

::mlir::BoolAttr mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getBlockingAttr ( )
inline

◆ getCallee()

llvm::StringRef mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getCallee ( )

◆ getCalleeAttr()

::mlir::FlatSymbolRefAttr mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getCalleeAttr ( )
inline

◆ getCqId()

uint32_t mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getCqId ( )

◆ getCqIdAttr()

::mlir::IntegerAttr mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getCqIdAttr ( )
inline

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getODSOperandIndexAndLength ( unsigned  index,
unsigned  odsOperandsSize 
)

◆ getProperties()

const Properties& mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::getProperties ( )
inline

Member Data Documentation

◆ odsAttrs

::mlir::DictionaryAttr mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::odsAttrs
protected

◆ odsOpName

::std::optional<::mlir::OperationName> mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::odsOpName
protected

◆ odsRegions

::mlir::RegionRange mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::odsRegions
protected

◆ properties

Properties mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase::properties
protected

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