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

Public Types

using Adaptor = GetNocAddrOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = GetNocAddrOpGenericAdaptor< 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 > getX ()
 
::mlir::TypedValue<::mlir::IntegerType > getY ()
 
::mlir::TypedValue<::mlir::IntegerType > getL1Address ()
 
::mlir::OpOperand & getXMutable ()
 
::mlir::OpOperand & getYMutable ()
 
::mlir::OpOperand & getL1AddressMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrTypegetNocAddr ()
 
::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 nocAddr, ::mlir::Value x, ::mlir::Value y, ::mlir::Value l1Address)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value x, ::mlir::Value y, ::mlir::Value l1Address)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value x, ::mlir::Value y, ::mlir::Value l1Address)
 
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::GetNocAddrOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/5]

void mlir::tt::ttkernel::GetNocAddrOp::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::GetNocAddrOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  nocAddr,
::mlir::Value  x,
::mlir::Value  y,
::mlir::Value  l1Address 
)
static

◆ build() [3/5]

void mlir::tt::ttkernel::GetNocAddrOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  x,
::mlir::Value  y,
::mlir::Value  l1Address 
)
static

◆ build() [4/5]

void mlir::tt::ttkernel::GetNocAddrOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  x,
::mlir::Value  y,
::mlir::Value  l1Address 
)
static

◆ build() [5/5]

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

◆ getAttributeNames()

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

◆ getL1Address()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocAddrOp::getL1Address ( )
inline

◆ getL1AddressMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocAddrOp::getL1AddressMutable ( )
inline

◆ getNocAddr()

::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType> mlir::tt::ttkernel::GetNocAddrOp::getNocAddr ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getX()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocAddrOp::getX ( )
inline

◆ getXMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocAddrOp::getXMutable ( )
inline

◆ getY()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::GetNocAddrOp::getY ( )
inline

◆ getYMutable()

::mlir::OpOperand& mlir::tt::ttkernel::GetNocAddrOp::getYMutable ( )
inline

◆ inferReturnTypes()

llvm::LogicalResult mlir::tt::ttkernel::GetNocAddrOp::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::GetNocAddrOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

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

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