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

Public Types

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

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getLinkedAttrName ()
 
::mlir::StringAttr getMulticastPathReserveAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::IntegerType > getSrcLocalL1Addr ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrTypegetDstNocAddrMulticast ()
 
::mlir::TypedValue<::mlir::IntegerType > getSize ()
 
::mlir::TypedValue<::mlir::IntegerType > getNumDests ()
 
::mlir::TypedValue<::mlir::IntegerType > getNoc ()
 
::mlir::OpOperand & getSrcLocalL1AddrMutable ()
 
::mlir::OpOperand & getDstNocAddrMulticastMutable ()
 
::mlir::OpOperand & getSizeMutable ()
 
::mlir::OpOperand & getNumDestsMutable ()
 
::mlir::MutableOperandRange getNocMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::mlir::BoolAttr getLinkedAttr ()
 
::std::optional< bool > getLinked ()
 
::mlir::BoolAttr getMulticastPathReserveAttr ()
 
::std::optional< bool > getMulticastPathReserve ()
 
void setLinkedAttr (::mlir::BoolAttr attr)
 
void setLinked (::std::optional< bool > attrValue)
 
void setMulticastPathReserveAttr (::mlir::BoolAttr attr)
 
void setMulticastPathReserve (::std::optional< bool > attrValue)
 
::mlir::Attribute removeLinkedAttr ()
 
::mlir::Attribute removeMulticastPathReserveAttr ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 

Static Public Member Functions

::mlir::StringAttr getLinkedAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getMulticastPathReserveAttrName (::mlir::OperationName name)
 
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)
 
::llvm::LogicalResult readProperties (::mlir::DialectBytecodeReader &reader, ::mlir::OperationState &state)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value srcLocalL1Addr, ::mlir::Value dstNocAddrMulticast, ::mlir::Value size, ::mlir::Value num_dests, ::mlir::BoolAttr linked, ::mlir::BoolAttr multicast_path_reserve, ::mlir::Value noc)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value srcLocalL1Addr, ::mlir::Value dstNocAddrMulticast, ::mlir::Value size, ::mlir::Value num_dests, ::mlir::BoolAttr linked, ::mlir::BoolAttr multicast_path_reserve, ::mlir::Value noc)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 

Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (unsigned index)
 

Static Private Member Functions

::mlir::StringAttr getAttributeNameForIndex (::mlir::OperationName name, unsigned index)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/3]

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::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::NocAsyncWriteMulticastOnePacketOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  srcLocalL1Addr,
::mlir::Value  dstNocAddrMulticast,
::mlir::Value  size,
::mlir::Value  num_dests,
::mlir::BoolAttr  linked,
::mlir::BoolAttr  multicast_path_reserve,
::mlir::Value  noc 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  srcLocalL1Addr,
::mlir::Value  dstNocAddrMulticast,
::mlir::Value  size,
::mlir::Value  num_dests,
::mlir::BoolAttr  linked,
::mlir::BoolAttr  multicast_path_reserve,
::mlir::Value  noc 
)
static

◆ computePropertiesHash()

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

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

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

◆ getDstNocAddrMulticast()

::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType> mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getDstNocAddrMulticast ( )
inline

◆ getDstNocAddrMulticastMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getDstNocAddrMulticastMutable ( )
inline

◆ getInherentAttr()

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

◆ getLinked()

std::optional< bool > mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getLinked ( )

◆ getLinkedAttr()

::mlir::BoolAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getLinkedAttr ( )
inline

◆ getLinkedAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getLinkedAttrName ( )
inline

◆ getLinkedAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getLinkedAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getMulticastPathReserve()

std::optional< bool > mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getMulticastPathReserve ( )

◆ getMulticastPathReserveAttr()

::mlir::BoolAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getMulticastPathReserveAttr ( )
inline

◆ getMulticastPathReserveAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getMulticastPathReserveAttrName ( )
inline

◆ getMulticastPathReserveAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getMulticastPathReserveAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getNoc()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getNoc ( )
inline

◆ getNocMutable()

mlir::MutableOperandRange mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getNocMutable ( )

◆ getNumDests()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getNumDests ( )
inline

◆ getNumDestsMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::getNumDestsMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getPropertiesAsAttr()

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

◆ getSize()

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

◆ getSizeMutable()

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

◆ getSrcLocalL1Addr()

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

◆ getSrcLocalL1AddrMutable()

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

◆ populateInherentAttrs()

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

◆ readProperties()

llvm::LogicalResult mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ removeLinkedAttr()

::mlir::Attribute mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::removeLinkedAttr ( )
inline

◆ removeMulticastPathReserveAttr()

::mlir::Attribute mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::removeMulticastPathReserveAttr ( )
inline

◆ setInherentAttr()

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

◆ setLinked()

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::setLinked ( ::std::optional< bool >  attrValue)

◆ setLinkedAttr()

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::setLinkedAttr ( ::mlir::BoolAttr  attr)
inline

◆ setMulticastPathReserve()

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::setMulticastPathReserve ( ::std::optional< bool >  attrValue)

◆ setMulticastPathReserveAttr()

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::setMulticastPathReserveAttr ( ::mlir::BoolAttr  attr)
inline

◆ setPropertiesFromAttr()

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

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

◆ writeProperties()

void mlir::tt::ttkernel::NocAsyncWriteMulticastOnePacketOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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