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

Public Member Functions

void print (::mlir::AsmPrinter &odsPrinter) const
 
uint64_t getAddress () const
 
uint64_t getSize () const
 
MemorySpace getMemorySpace () const
 

Static Public Member Functions

static ArgumentAllocationAttr get (::mlir::MLIRContext *context, uint64_t address, uint64_t size, MemorySpace memorySpace)
 
static constexpr ::llvm::StringLiteral getMnemonic ()
 
::mlir::Attribute parse (::mlir::AsmParser &odsParser, ::mlir::Type odsType)
 

Static Public Attributes

static constexpr ::llvm::StringLiteral name = "tt.arg_alloc"
 
static constexpr ::llvm::StringLiteral dialectName = "tt"
 

Member Function Documentation

◆ get()

ArgumentAllocationAttr mlir::tt::ArgumentAllocationAttr::get ( ::mlir::MLIRContext *  context,
uint64_t  address,
uint64_t  size,
MemorySpace  memorySpace 
)
static

◆ getAddress()

uint64_t mlir::tt::ArgumentAllocationAttr::getAddress ( ) const

◆ getMemorySpace()

MemorySpace mlir::tt::ArgumentAllocationAttr::getMemorySpace ( ) const

◆ getMnemonic()

static constexpr ::llvm::StringLiteral mlir::tt::ArgumentAllocationAttr::getMnemonic ( )
inlinestatic

◆ getSize()

uint64_t mlir::tt::ArgumentAllocationAttr::getSize ( ) const

◆ parse()

mlir::Attribute mlir::tt::ArgumentAllocationAttr::parse ( ::mlir::AsmParser &  odsParser,
::mlir::Type  odsType 
)
static

◆ print()

void mlir::tt::ArgumentAllocationAttr::print ( ::mlir::AsmPrinter &  odsPrinter) const

Member Data Documentation

◆ dialectName

constexpr ::llvm::StringLiteral mlir::tt::ArgumentAllocationAttr::dialectName = "tt"
static

◆ name

constexpr ::llvm::StringLiteral mlir::tt::ArgumentAllocationAttr::name = "tt.arg_alloc"
static

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