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

Public Types

using Adaptor = CreateBufferOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = CreateBufferOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 
using Properties = FoldAdaptor::Properties
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getAddressAttrName ()
 
::mlir::StringAttr getMemorySpaceAttrName ()
 
::mlir::StringAttr getSizeAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::RankedTensorType > getResult ()
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::mlir::IntegerAttr getAddressAttr ()
 
uint64_t getAddress ()
 
::mlir::IntegerAttr getSizeAttr ()
 
uint64_t getSize ()
 
::mlir::tt::MemorySpaceAttr getMemorySpaceAttr ()
 
::mlir::tt::MemorySpace getMemorySpace ()
 
void setAddressAttr (::mlir::IntegerAttr attr)
 
void setAddress (uint64_t attrValue)
 
void setSizeAttr (::mlir::IntegerAttr attr)
 
void setSize (uint64_t attrValue)
 
void setMemorySpaceAttr (::mlir::tt::MemorySpaceAttr attr)
 
void setMemorySpace (::mlir::tt::MemorySpace attrValue)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 

Static Public Member Functions

::mlir::StringAttr getAddressAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getMemorySpaceAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getSizeAttrName (::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::Type result, ::mlir::IntegerAttr address, ::mlir::IntegerAttr size, ::mlir::tt::MemorySpaceAttr memory_space)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::IntegerAttr address, ::mlir::IntegerAttr size, ::mlir::tt::MemorySpaceAttr memory_space)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, uint64_t address, uint64_t size, ::mlir::tt::MemorySpace memory_space)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, uint64_t address, uint64_t size, ::mlir::tt::MemorySpace memory_space)
 
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::ttmetal::CreateBufferOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

◆ Properties

Member Function Documentation

◆ build() [1/5]

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

◆ build() [2/5]

void mlir::tt::ttmetal::CreateBufferOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::IntegerAttr  address,
::mlir::IntegerAttr  size,
::mlir::tt::MemorySpaceAttr  memory_space 
)
static

◆ build() [3/5]

void mlir::tt::ttmetal::CreateBufferOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
uint64_t  address,
uint64_t  size,
::mlir::tt::MemorySpace  memory_space 
)
static

◆ build() [4/5]

void mlir::tt::ttmetal::CreateBufferOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::IntegerAttr  address,
::mlir::IntegerAttr  size,
::mlir::tt::MemorySpaceAttr  memory_space 
)
static

◆ build() [5/5]

void mlir::tt::ttmetal::CreateBufferOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
uint64_t  address,
uint64_t  size,
::mlir::tt::MemorySpace  memory_space 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttmetal::CreateBufferOp::computePropertiesHash ( const Properties prop)
static

◆ getAddress()

uint64_t mlir::tt::ttmetal::CreateBufferOp::getAddress ( )

◆ getAddressAttr()

::mlir::IntegerAttr mlir::tt::ttmetal::CreateBufferOp::getAddressAttr ( )
inline

◆ getAddressAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getAddressAttrName ( )
inline

◆ getAddressAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getAddressAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttmetal::CreateBufferOp::getAttributeNames ( )
inline

◆ getInherentAttr()

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

◆ getMemorySpace()

mlir::tt::MemorySpace mlir::tt::ttmetal::CreateBufferOp::getMemorySpace ( )

◆ getMemorySpaceAttr()

::mlir::tt::MemorySpaceAttr mlir::tt::ttmetal::CreateBufferOp::getMemorySpaceAttr ( )
inline

◆ getMemorySpaceAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getMemorySpaceAttrName ( )
inline

◆ getMemorySpaceAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getMemorySpaceAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttmetal::CreateBufferOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttmetal::CreateBufferOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttmetal::CreateBufferOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttmetal::CreateBufferOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttmetal::CreateBufferOp::getOperationName ( )
inlinestatic

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttmetal::CreateBufferOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::RankedTensorType> mlir::tt::ttmetal::CreateBufferOp::getResult ( )
inline

◆ getSize()

uint64_t mlir::tt::ttmetal::CreateBufferOp::getSize ( )

◆ getSizeAttr()

::mlir::IntegerAttr mlir::tt::ttmetal::CreateBufferOp::getSizeAttr ( )
inline

◆ getSizeAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getSizeAttrName ( )
inline

◆ getSizeAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::CreateBufferOp::getSizeAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ populateInherentAttrs()

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

◆ readProperties()

llvm::LogicalResult mlir::tt::ttmetal::CreateBufferOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ setAddress()

void mlir::tt::ttmetal::CreateBufferOp::setAddress ( uint64_t  attrValue)

◆ setAddressAttr()

void mlir::tt::ttmetal::CreateBufferOp::setAddressAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setInherentAttr()

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

◆ setMemorySpace()

void mlir::tt::ttmetal::CreateBufferOp::setMemorySpace ( ::mlir::tt::MemorySpace  attrValue)

◆ setMemorySpaceAttr()

void mlir::tt::ttmetal::CreateBufferOp::setMemorySpaceAttr ( ::mlir::tt::MemorySpaceAttr  attr)
inline

◆ setPropertiesFromAttr()

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

◆ setSize()

void mlir::tt::ttmetal::CreateBufferOp::setSize ( uint64_t  attrValue)

◆ setSizeAttr()

void mlir::tt::ttmetal::CreateBufferOp::setSizeAttr ( ::mlir::IntegerAttr  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttmetal::CreateBufferOp::verify ( )

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttmetal::CreateBufferOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttmetal::CreateBufferOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttmetal::CreateBufferOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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