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

Public Types

using Adaptor = NocAsyncReadOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = NocAsyncReadOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 
using Properties = FoldAdaptor::Properties
 

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::tt::ttkernel::NocAddrTypegetSrcNocAddr ()
 
::mlir::TypedValue<::mlir::IntegerType > getDstLocalL1Addr ()
 
::mlir::TypedValue<::mlir::IntegerType > getSize ()
 
::mlir::OpOperand & getSrcNocAddrMutable ()
 
::mlir::OpOperand & getDstLocalL1AddrMutable ()
 
::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 ()
 
::llvm::LogicalResult setPropertiesFromAttr (Properties &prop, ::mlir::Attribute attr, ::llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
 
::mlir::Attribute getPropertiesAsAttr (::mlir::MLIRContext *ctx, const Properties &prop)
 
static llvm::hash_code computePropertiesHash (const Properties &prop)
 
static std::optional< mlir::Attribute > getInherentAttr (::mlir::MLIRContext *ctx, const Properties &prop, llvm::StringRef name)
 
static void setInherentAttr (Properties &prop, llvm::StringRef name, mlir::Attribute value)
 
static void populateInherentAttrs (::mlir::MLIRContext *ctx, const Properties &prop, ::mlir::NamedAttrList &attrs)
 
::llvm::LogicalResult verifyInherentAttrs (::mlir::OperationName opName, ::mlir::NamedAttrList &attrs, llvm::function_ref<::mlir::InFlightDiagnostic()> emitError)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value srcNocAddr, ::mlir::Value dstLocalL1Addr, ::mlir::Value size)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value srcNocAddr, ::mlir::Value dstLocalL1Addr, ::mlir::Value size)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, const Properties &properties, ::llvm::ArrayRef<::mlir::NamedAttribute > discardableAttributes={})
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/4]

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

◆ build() [2/4]

void mlir::tt::ttkernel::NocAsyncReadOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
const Properties properties,
::llvm::ArrayRef<::mlir::NamedAttribute >  discardableAttributes = {} 
)
static

◆ build() [3/4]

void mlir::tt::ttkernel::NocAsyncReadOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  srcNocAddr,
::mlir::Value  dstLocalL1Addr,
::mlir::Value  size 
)
static

◆ build() [4/4]

void mlir::tt::ttkernel::NocAsyncReadOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  srcNocAddr,
::mlir::Value  dstLocalL1Addr,
::mlir::Value  size 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttkernel::NocAsyncReadOp::computePropertiesHash ( const Properties prop)
static

◆ getAttributeNames()

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

◆ getDstLocalL1Addr()

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

◆ getDstLocalL1AddrMutable()

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

◆ getInherentAttr()

std::optional< mlir::Attribute > mlir::tt::ttkernel::NocAsyncReadOp::getInherentAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop,
llvm::StringRef  name 
)
static

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttkernel::NocAsyncReadOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getSize()

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

◆ getSizeMutable()

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

◆ getSrcNocAddr()

::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType> mlir::tt::ttkernel::NocAsyncReadOp::getSrcNocAddr ( )
inline

◆ getSrcNocAddrMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncReadOp::getSrcNocAddrMutable ( )
inline

◆ populateInherentAttrs()

void mlir::tt::ttkernel::NocAsyncReadOp::populateInherentAttrs ( ::mlir::MLIRContext *  ctx,
const Properties prop,
::mlir::NamedAttrList &  attrs 
)
static

◆ setInherentAttr()

void mlir::tt::ttkernel::NocAsyncReadOp::setInherentAttr ( Properties prop,
llvm::StringRef  name,
mlir::Attribute  value 
)
static

◆ setPropertiesFromAttr()

llvm::LogicalResult mlir::tt::ttkernel::NocAsyncReadOp::setPropertiesFromAttr ( Properties prop,
::mlir::Attribute  attr,
::llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ verifyInherentAttrs()

llvm::LogicalResult mlir::tt::ttkernel::NocAsyncReadOp::verifyInherentAttrs ( ::mlir::OperationName  opName,
::mlir::NamedAttrList &  attrs,
llvm::function_ref<::mlir::InFlightDiagnostic()>  emitError 
)
static

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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