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

Public Member Functions

 TraceOpAdaptor (TraceOp op)
 
::llvm::LogicalResult verify (::mlir::Location loc)
 
 TraceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 TraceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 TraceOpGenericAdaptor (RangeT values, ::mlir::DictionaryAttr attrs=nullptr)
 
 TraceOpGenericAdaptor (RangeT values, const TraceOpGenericAdaptorBase &base)
 
template<typename LateInst = TraceOp, typename = std::enable_if_t<std::is_same_v<LateInst, TraceOp>>>
 TraceOpGenericAdaptor (RangeT values, LateInst op)
 
- Public Member Functions inherited from mlir::tt::ttnn::TraceOpGenericAdaptor<::mlir::ValueRange >
 TraceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, const Properties &properties, ::mlir::RegionRange regions={})
 
 TraceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions={})
 
 TraceOpGenericAdaptor (::mlir::ValueRange values, ::mlir::DictionaryAttr attrs=nullptr)
 
 TraceOpGenericAdaptor (::mlir::ValueRange values, const TraceOpGenericAdaptorBase &base)
 
 TraceOpGenericAdaptor (::mlir::ValueRange values, LateInst op)
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::ValueRange getODSOperands (unsigned index)
 
ValueT getDevice ()
 
::mlir::ValueRange getInputs ()
 
::mlir::ValueRange getOperands ()
 
- Public Member Functions inherited from mlir::tt::ttnn::detail::TraceOpGenericAdaptorBase
 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 ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ TraceOpAdaptor()

mlir::tt::ttnn::TraceOpAdaptor::TraceOpAdaptor ( TraceOp  op)

Member Function Documentation

◆ TraceOpGenericAdaptor() [1/5]

◆ TraceOpGenericAdaptor() [2/5]

◆ TraceOpGenericAdaptor() [3/5]

◆ TraceOpGenericAdaptor() [4/5]

◆ TraceOpGenericAdaptor() [5/5]

template<typename LateInst = TraceOp, typename = std::enable_if_t<std::is_same_v<LateInst, TraceOp>>>
mlir::tt::ttnn::TraceOpGenericAdaptor< RangeT >::TraceOpGenericAdaptor ( typename LateInst  = TraceOp,
typename  = std::enable_if_t<std::is_same_v<LateInst, TraceOp>> 
)
inline

◆ verify()

llvm::LogicalResult mlir::tt::ttnn::TraceOpAdaptor::verify ( ::mlir::Location  loc)

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