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

Public Types

using Adaptor = NocSemaphoreIncOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = NocSemaphoreIncOpGenericAdaptor< 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::tt::ttkernel::NocAddrTypegetAddr ()
 
::mlir::TypedValue<::mlir::IntegerType > getIncr ()
 
::mlir::TypedValue<::mlir::IntegerType > getNocId ()
 
::mlir::OpOperand & getAddrMutable ()
 
::mlir::OpOperand & getIncrMutable ()
 
::mlir::OpOperand & getNocIdMutable ()
 
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 addr, ::mlir::Value incr, ::mlir::Value noc_id)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value addr, ::mlir::Value incr, ::mlir::Value noc_id)
 
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::NocSemaphoreIncOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

void mlir::tt::ttkernel::NocSemaphoreIncOp::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::NocSemaphoreIncOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  addr,
::mlir::Value  incr,
::mlir::Value  noc_id 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::NocSemaphoreIncOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  addr,
::mlir::Value  incr,
::mlir::Value  noc_id 
)
static

◆ getAddr()

::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType> mlir::tt::ttkernel::NocSemaphoreIncOp::getAddr ( )
inline

◆ getAddrMutable()

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

◆ getAttributeNames()

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

◆ getIncr()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocSemaphoreIncOp::getIncr ( )
inline

◆ getIncrMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocSemaphoreIncOp::getIncrMutable ( )
inline

◆ getNocId()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::NocSemaphoreIncOp::getNocId ( )
inline

◆ getNocIdMutable()

::mlir::OpOperand& mlir::tt::ttkernel::NocSemaphoreIncOp::getNocIdMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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