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

Public Types

using Adaptor = GetNocMulticastAddrOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = GetNocMulticastAddrOpGenericAdaptor< 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 > getNocXStart ()
 
::mlir::TypedValue<::mlir::IntegerType > getNocYStart ()
 
::mlir::TypedValue<::mlir::IntegerType > getNocXEnd ()
 
::mlir::TypedValue<::mlir::IntegerType > getNocYEnd ()
 
::mlir::TypedValue<::mlir::IntegerType > getAddr ()
 
::mlir::TypedValue<::mlir::IntegerType > getNoc ()
 
::mlir::OpOperand & getNocXStartMutable ()
 
::mlir::OpOperand & getNocYStartMutable ()
 
::mlir::OpOperand & getNocXEndMutable ()
 
::mlir::OpOperand & getNocYEndMutable ()
 
::mlir::OpOperand & getAddrMutable ()
 
::mlir::MutableOperandRange getNocMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrTypegetMcastNocAddr ()
 
::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::Type mcastNocAddr, ::mlir::Value noc_x_start, ::mlir::Value noc_y_start, ::mlir::Value noc_x_end, ::mlir::Value noc_y_end, ::mlir::Value addr, ::mlir::Value noc)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value noc_x_start, ::mlir::Value noc_y_start, ::mlir::Value noc_x_end, ::mlir::Value noc_y_end, ::mlir::Value addr, ::mlir::Value noc)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value noc_x_start, ::mlir::Value noc_y_start, ::mlir::Value noc_x_end, ::mlir::Value noc_y_end, ::mlir::Value addr, ::mlir::Value noc)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 
::llvm::LogicalResult inferReturnTypes (::mlir::MLIRContext *context, ::std::optional<::mlir::Location > location, ::mlir::ValueRange operands, ::mlir::DictionaryAttr attributes, ::mlir::OpaqueProperties properties, ::mlir::RegionRange regions, ::llvm::SmallVectorImpl<::mlir::Type > &inferredReturnTypes)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttkernel::GetNocMulticastAddrOp::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::GetNocMulticastAddrOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  mcastNocAddr,
::mlir::Value  noc_x_start,
::mlir::Value  noc_y_start,
::mlir::Value  noc_x_end,
::mlir::Value  noc_y_end,
::mlir::Value  addr,
::mlir::Value  noc 
)
static

◆ build() [3/5]

void mlir::tt::ttkernel::GetNocMulticastAddrOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  noc_x_start,
::mlir::Value  noc_y_start,
::mlir::Value  noc_x_end,
::mlir::Value  noc_y_end,
::mlir::Value  addr,
::mlir::Value  noc 
)
static

◆ build() [4/5]

void mlir::tt::ttkernel::GetNocMulticastAddrOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  noc_x_start,
::mlir::Value  noc_y_start,
::mlir::Value  noc_x_end,
::mlir::Value  noc_y_end,
::mlir::Value  addr,
::mlir::Value  noc 
)
static

◆ build() [5/5]

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

◆ getAddr()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocMulticastAddrOp::getAddr ( )
inline

◆ getAddrMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocMulticastAddrOp::getAddrMutable ( )
inline

◆ getAttributeNames()

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

◆ getMcastNocAddr()

::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType> mlir::tt::ttkernel::GetNocMulticastAddrOp::getMcastNocAddr ( )
inline

◆ getNoc()

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

◆ getNocMutable()

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

◆ getNocXEnd()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocXEnd ( )
inline

◆ getNocXEndMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocXEndMutable ( )
inline

◆ getNocXStart()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocXStart ( )
inline

◆ getNocXStartMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocXStartMutable ( )
inline

◆ getNocYEnd()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocYEnd ( )
inline

◆ getNocYEndMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocYEndMutable ( )
inline

◆ getNocYStart()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocYStart ( )
inline

◆ getNocYStartMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocMulticastAddrOp::getNocYStartMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ inferReturnTypes()

llvm::LogicalResult mlir::tt::ttkernel::GetNocMulticastAddrOp::inferReturnTypes ( ::mlir::MLIRContext *  context,
::std::optional<::mlir::Location >  location,
::mlir::ValueRange  operands,
::mlir::DictionaryAttr  attributes,
::mlir::OpaqueProperties  properties,
::mlir::RegionRange  regions,
::llvm::SmallVectorImpl<::mlir::Type > &  inferredReturnTypes 
)
static

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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