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::NocSemaphoreSetMulticastOp Class Reference
Inheritance diagram for mlir::tt::ttkernel::NocSemaphoreSetMulticastOp:

Public Types

using Adaptor = NocSemaphoreSetMulticastOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = NocSemaphoreSetMulticastOpGenericAdaptor< 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::tt::ttkernel::L1AddrTypegetSrcLocalL1Addr ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrTypegetDstNocAddrMulticast ()
 
::mlir::TypedValue<::mlir::IntegerType > getNumDests ()
 
::mlir::OpOperand & getSrcLocalL1AddrMutable ()
 
::mlir::OpOperand & getDstNocAddrMulticastMutable ()
 
::mlir::OpOperand & getNumDestsMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::mlir::BoolAttr getLinkedAttr ()
 
bool getLinked ()
 
::mlir::BoolAttr getMulticastPathReserveAttr ()
 
bool getMulticastPathReserve ()
 
void setLinkedAttr (::mlir::BoolAttr attr)
 
void setLinked (bool attrValue)
 
void setMulticastPathReserveAttr (::mlir::BoolAttr attr)
 
void setMulticastPathReserve (bool attrValue)
 
::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 src_local_l1_addr, ::mlir::Value dst_noc_addr_multicast, ::mlir::Value num_dests, ::mlir::BoolAttr linked, ::mlir::BoolAttr multicast_path_reserve)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value src_local_l1_addr, ::mlir::Value dst_noc_addr_multicast, ::mlir::Value num_dests, ::mlir::BoolAttr linked, ::mlir::BoolAttr multicast_path_reserve)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value src_local_l1_addr, ::mlir::Value dst_noc_addr_multicast, ::mlir::Value num_dests, bool linked, bool multicast_path_reserve)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value src_local_l1_addr, ::mlir::Value dst_noc_addr_multicast, ::mlir::Value num_dests, bool linked, bool multicast_path_reserve)
 
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

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

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/5]

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

◆ build() [2/5]

void mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  src_local_l1_addr,
::mlir::Value  dst_noc_addr_multicast,
::mlir::Value  num_dests,
::mlir::BoolAttr  linked,
::mlir::BoolAttr  multicast_path_reserve 
)
static

◆ build() [3/5]

void mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  src_local_l1_addr,
::mlir::Value  dst_noc_addr_multicast,
::mlir::Value  num_dests,
bool  linked,
bool  multicast_path_reserve 
)
static

◆ build() [4/5]

void mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  src_local_l1_addr,
::mlir::Value  dst_noc_addr_multicast,
::mlir::Value  num_dests,
::mlir::BoolAttr  linked,
::mlir::BoolAttr  multicast_path_reserve 
)
static

◆ build() [5/5]

void mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  src_local_l1_addr,
::mlir::Value  dst_noc_addr_multicast,
::mlir::Value  num_dests,
bool  linked,
bool  multicast_path_reserve 
)
static

◆ computePropertiesHash()

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

◆ getAttributeNameForIndex() [1/2]

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

◆ getAttributeNameForIndex() [2/2]

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

◆ getAttributeNames()

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

◆ getDstNocAddrMulticast()

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

◆ getDstNocAddrMulticastMutable()

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

◆ getInherentAttr()

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

◆ getLinked()

bool mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::getLinked ( )

◆ getLinkedAttr()

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

◆ getLinkedAttrName() [1/2]

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

◆ getLinkedAttrName() [2/2]

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

◆ getMulticastPathReserve()

bool mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::getMulticastPathReserve ( )

◆ getMulticastPathReserveAttr()

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

◆ getMulticastPathReserveAttrName() [1/2]

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

◆ getMulticastPathReserveAttrName() [2/2]

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

◆ getNumDests()

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

◆ getNumDestsMutable()

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

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getPropertiesAsAttr()

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

◆ getSrcLocalL1Addr()

::mlir::TypedValue<::mlir::tt::ttkernel::L1AddrType> mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::getSrcLocalL1Addr ( )
inline

◆ getSrcLocalL1AddrMutable()

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

◆ populateInherentAttrs()

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

◆ readProperties()

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

◆ setInherentAttr()

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

◆ setLinked()

void mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::setLinked ( bool  attrValue)

◆ setLinkedAttr()

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

◆ setMulticastPathReserve()

void mlir::tt::ttkernel::NocSemaphoreSetMulticastOp::setMulticastPathReserve ( bool  attrValue)

◆ setMulticastPathReserveAttr()

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

◆ setPropertiesFromAttr()

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

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

◆ writeProperties()

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

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