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

Public Types

using Adaptor = NocAsyncReadTileOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = NocAsyncReadTileOpGenericAdaptor< 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 > getId ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::InterleavedAddrGenFastTypegetAddrGenStruct ()
 
::mlir::TypedValue<::mlir::IntegerType > getDstLocalL1Addr ()
 
::mlir::OpOperand & getIdMutable ()
 
::mlir::OpOperand & getAddrGenStructMutable ()
 
::mlir::OpOperand & getDstLocalL1AddrMutable ()
 
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 id, ::mlir::Value addrGenStruct, ::mlir::Value dstLocalL1Addr)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value id, ::mlir::Value addrGenStruct, ::mlir::Value dstLocalL1Addr)
 
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::NocAsyncReadTileOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

void mlir::tt::ttkernel::NocAsyncReadTileOp::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::NocAsyncReadTileOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  id,
::mlir::Value  addrGenStruct,
::mlir::Value  dstLocalL1Addr 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::NocAsyncReadTileOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  id,
::mlir::Value  addrGenStruct,
::mlir::Value  dstLocalL1Addr 
)
static

◆ getAddrGenStruct()

::mlir::TypedValue<::mlir::tt::ttkernel::InterleavedAddrGenFastType> mlir::tt::ttkernel::NocAsyncReadTileOp::getAddrGenStruct ( )
inline

◆ getAddrGenStructMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncReadTileOp::getAddrGenStructMutable ( )
inline

◆ getAttributeNames()

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

◆ getDstLocalL1Addr()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocAsyncReadTileOp::getDstLocalL1Addr ( )
inline

◆ getDstLocalL1AddrMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncReadTileOp::getDstLocalL1AddrMutable ( )
inline

◆ getId()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocAsyncReadTileOp::getId ( )
inline

◆ getIdMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncReadTileOp::getIdMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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