TT-MLIR
Public Types | Public Member Functions | Static Public Member Functions | List of all members
mlir::tt::ttkernel::NocAsyncWriteOp Class Reference
Inheritance diagram for mlir::tt::ttkernel::NocAsyncWriteOp:

Public Types

using Adaptor = NocAsyncWriteOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = NocAsyncWriteOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::IntegerType > getSrcLocalL1Addr ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrTypegetDstNocAddr ()
 
::mlir::TypedValue<::mlir::IntegerType > getSize ()
 
::mlir::OpOperand & getSrcLocalL1AddrMutable ()
 
::mlir::OpOperand & getDstNocAddrMutable ()
 
::mlir::OpOperand & getSizeMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value srcLocalL1Addr, ::mlir::Value dstNocAddr, ::mlir::Value size)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value srcLocalL1Addr, ::mlir::Value dstNocAddr, ::mlir::Value size)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttkernel::NocAsyncWriteOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

void mlir::tt::ttkernel::NocAsyncWriteOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
::llvm::ArrayRef<::mlir::NamedAttribute >  attributes = {} 
)
static

◆ build() [2/3]

void mlir::tt::ttkernel::NocAsyncWriteOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  srcLocalL1Addr,
::mlir::Value  dstNocAddr,
::mlir::Value  size 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::NocAsyncWriteOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  srcLocalL1Addr,
::mlir::Value  dstNocAddr,
::mlir::Value  size 
)
static

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttkernel::NocAsyncWriteOp::getAttributeNames ( )
inline

◆ getDstNocAddr()

::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType> mlir::tt::ttkernel::NocAsyncWriteOp::getDstNocAddr ( )
inline

◆ getDstNocAddrMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncWriteOp::getDstNocAddrMutable ( )
inline

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttkernel::NocAsyncWriteOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttkernel::NocAsyncWriteOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttkernel::NocAsyncWriteOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttkernel::NocAsyncWriteOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttkernel::NocAsyncWriteOp::getOperationName ( )
inlinestatic

◆ getSize()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocAsyncWriteOp::getSize ( )
inline

◆ getSizeMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncWriteOp::getSizeMutable ( )
inline

◆ getSrcLocalL1Addr()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocAsyncWriteOp::getSrcLocalL1Addr ( )
inline

◆ getSrcLocalL1AddrMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncWriteOp::getSrcLocalL1AddrMutable ( )
inline

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttkernel::NocAsyncWriteOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttkernel::NocAsyncWriteOp::verifyInvariantsImpl ( )

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