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

Public Types

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

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getDstAffineMapAttrName ()
 
::mlir::StringAttr getOptNumElemsAttrName ()
 
::mlir::StringAttr getSrcAffineMapAttrName ()
 
::mlir::StringAttr getOperandSegmentSizesAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::MemRefType > getSrc ()
 
::mlir::Operation::operand_range getSrcIndices ()
 
::mlir::TypedValue<::mlir::MemRefType > getDst ()
 
::mlir::Operation::operand_range getDstIndices ()
 
::mlir::Operation::operand_range getMcastStartIndex ()
 
::mlir::Operation::operand_range getMcastShape ()
 
::mlir::OpOperand & getSrcMutable ()
 
::mlir::MutableOperandRange getSrcIndicesMutable ()
 
::mlir::OpOperand & getDstMutable ()
 
::mlir::MutableOperandRange getDstIndicesMutable ()
 
::mlir::MutableOperandRange getMcastStartIndexMutable ()
 
::mlir::MutableOperandRange getMcastShapeMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::tt::ttir::MemTxTypegetResult ()
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::mlir::AffineMapAttr getSrcAffineMapAttr ()
 
::std::optional< ::mlir::AffineMap > getSrcAffineMap ()
 
::mlir::AffineMapAttr getDstAffineMapAttr ()
 
::std::optional< ::mlir::AffineMap > getDstAffineMap ()
 
::mlir::IntegerAttr getOptNumElemsAttr ()
 
::std::optional< uint64_t > getOptNumElems ()
 
void setSrcAffineMapAttr (::mlir::AffineMapAttr attr)
 
void setSrcAffineMap (::std::optional<::mlir::AffineMap > attrValue)
 
void setDstAffineMapAttr (::mlir::AffineMapAttr attr)
 
void setDstAffineMap (::std::optional<::mlir::AffineMap > attrValue)
 
void setOptNumElemsAttr (::mlir::IntegerAttr attr)
 
void setOptNumElems (::std::optional< uint64_t > attrValue)
 
::mlir::Attribute removeSrcAffineMapAttr ()
 
::mlir::Attribute removeDstAffineMapAttr ()
 
::mlir::Attribute removeOptNumElemsAttr ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &effects)
 
void getAsmResultNames (::mlir::OpAsmSetValueNameFn setNameFn)
 
void print (::mlir::OpAsmPrinter &_odsPrinter)
 
MemRefType getSrcMemRefType ()
 
MemRefType getDstMemRefType ()
 
int64_t getNumElems ()
 
bool isSrcLocal ()
 
bool isSrcRemote ()
 
bool isDstLocal ()
 
bool isDstRemote ()
 
bool isMcast ()
 
bool isAffine ()
 
bool isFullyIndexed ()
 

Static Public Member Functions

::mlir::StringAttr getDstAffineMapAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getOptNumElemsAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getSrcAffineMapAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getOperandSegmentSizesAttrName (::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, Value src, Value dst)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, AffineMapAttr srcAffineMap, Value dst)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, AffineMapAttr srcAffineMap, Value dst, ValueRange mcastStartIndex, ValueRange mcastShape)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, Value dst, AffineMapAttr dstAffineMap)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, ValueRange srcIndices, Value dst)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, ValueRange srcIndices, Value dst, ValueRange mcastStartIndex, ValueRange mcastShape)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, Value dst, ValueRange dstIndices)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, ValueRange srcIndices, Value dst, ValueRange dstIndices)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, ValueRange srcIndices, Value dst, ValueRange dstIndices, ValueRange mcastStartIndex, ValueRange mcastShape)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, ValueRange srcIndices, Value dst, ValueRange dstIndices, size_t numElems)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, Value src, ValueRange srcIndices, Value dst, ValueRange dstIndices, ValueRange mcastStartIndex, ValueRange mcastShape, size_t numElems)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value src, ::mlir::AffineMapAttr srcAffineMap, ::mlir::ValueRange srcIndices, ::mlir::Value dst, ::mlir::AffineMapAttr dstAffineMap, ::mlir::ValueRange dstIndices, ::mlir::IntegerAttr optNumElems, ::mlir::ValueRange mcastStartIndex, ::mlir::ValueRange mcastShape)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value src, ::mlir::AffineMapAttr srcAffineMap, ::mlir::ValueRange srcIndices, ::mlir::Value dst, ::mlir::AffineMapAttr dstAffineMap, ::mlir::ValueRange dstIndices, ::mlir::IntegerAttr optNumElems, ::mlir::ValueRange mcastStartIndex, ::mlir::ValueRange mcastShape)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)
 

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::ttir::DMAOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::ttir::DMAOp::GenericAdaptor = DMAOpGenericAdaptor<RangeT>

◆ Properties

Member Function Documentation

◆ build() [1/14]

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

◆ build() [2/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  src,
::mlir::AffineMapAttr  srcAffineMap,
::mlir::ValueRange  srcIndices,
::mlir::Value  dst,
::mlir::AffineMapAttr  dstAffineMap,
::mlir::ValueRange  dstIndices,
::mlir::IntegerAttr  optNumElems,
::mlir::ValueRange  mcastStartIndex,
::mlir::ValueRange  mcastShape 
)
static

◆ build() [3/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  src,
::mlir::AffineMapAttr  srcAffineMap,
::mlir::ValueRange  srcIndices,
::mlir::Value  dst,
::mlir::AffineMapAttr  dstAffineMap,
::mlir::ValueRange  dstIndices,
::mlir::IntegerAttr  optNumElems,
::mlir::ValueRange  mcastStartIndex,
::mlir::ValueRange  mcastShape 
)
static

◆ build() [4/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
AffineMapAttr  srcAffineMap,
Value  dst 
)
static

◆ build() [5/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
AffineMapAttr  srcAffineMap,
Value  dst,
ValueRange  mcastStartIndex,
ValueRange  mcastShape 
)
static

◆ build() [6/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
Value  dst 
)
static

◆ build() [7/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
Value  dst,
AffineMapAttr  dstAffineMap 
)
static

◆ build() [8/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
Value  dst,
ValueRange  dstIndices 
)
static

◆ build() [9/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
ValueRange  srcIndices,
Value  dst 
)
static

◆ build() [10/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
ValueRange  srcIndices,
Value  dst,
ValueRange  dstIndices 
)
static

◆ build() [11/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
ValueRange  srcIndices,
Value  dst,
ValueRange  dstIndices,
size_t  numElems 
)
static

◆ build() [12/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
ValueRange  srcIndices,
Value  dst,
ValueRange  dstIndices,
ValueRange  mcastStartIndex,
ValueRange  mcastShape 
)
static

◆ build() [13/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
ValueRange  srcIndices,
Value  dst,
ValueRange  dstIndices,
ValueRange  mcastStartIndex,
ValueRange  mcastShape,
size_t  numElems 
)
static

◆ build() [14/14]

void mlir::tt::ttir::DMAOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
Value  src,
ValueRange  srcIndices,
Value  dst,
ValueRange  mcastStartIndex,
ValueRange  mcastShape 
)
static

◆ computePropertiesHash()

llvm::hash_code mlir::tt::ttir::DMAOp::computePropertiesHash ( const Properties prop)
static

◆ getAsmResultNames()

void mlir::tt::ttir::DMAOp::getAsmResultNames ( ::mlir::OpAsmSetValueNameFn  setNameFn)

◆ getAttributeNameForIndex() [1/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getAttributeNameForIndex ( ::mlir::OperationName  name,
unsigned  index 
)
inlinestaticprivate

◆ getAttributeNameForIndex() [2/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getAttributeNameForIndex ( unsigned  index)
inlineprivate

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::DMAOp::getAttributeNames ( )
inline

◆ getDst()

::mlir::TypedValue<::mlir::MemRefType> mlir::tt::ttir::DMAOp::getDst ( )
inline

◆ getDstAffineMap()

std::optional<::mlir::AffineMap > mlir::tt::ttir::DMAOp::getDstAffineMap ( )

◆ getDstAffineMapAttr()

::mlir::AffineMapAttr mlir::tt::ttir::DMAOp::getDstAffineMapAttr ( )
inline

◆ getDstAffineMapAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getDstAffineMapAttrName ( )
inline

◆ getDstAffineMapAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getDstAffineMapAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDstIndices()

::mlir::Operation::operand_range mlir::tt::ttir::DMAOp::getDstIndices ( )
inline

◆ getDstIndicesMutable()

mlir::MutableOperandRange mlir::tt::ttir::DMAOp::getDstIndicesMutable ( )

◆ getDstMemRefType()

MemRefType mlir::tt::ttir::DMAOp::getDstMemRefType ( )
inline

◆ getDstMutable()

::mlir::OpOperand& mlir::tt::ttir::DMAOp::getDstMutable ( )
inline

◆ getEffects()

void mlir::tt::ttir::DMAOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &  effects)

◆ getInherentAttr()

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

◆ getMcastShape()

::mlir::Operation::operand_range mlir::tt::ttir::DMAOp::getMcastShape ( )
inline

◆ getMcastShapeMutable()

mlir::MutableOperandRange mlir::tt::ttir::DMAOp::getMcastShapeMutable ( )

◆ getMcastStartIndex()

::mlir::Operation::operand_range mlir::tt::ttir::DMAOp::getMcastStartIndex ( )
inline

◆ getMcastStartIndexMutable()

mlir::MutableOperandRange mlir::tt::ttir::DMAOp::getMcastStartIndexMutable ( )

◆ getNumElems()

int64_t mlir::tt::ttir::DMAOp::getNumElems ( )

◆ getODSOperandIndexAndLength()

std::pair< unsigned, unsigned > mlir::tt::ttir::DMAOp::getODSOperandIndexAndLength ( unsigned  index)

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttir::DMAOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttir::DMAOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttir::DMAOp::getODSResults ( unsigned  index)
inline

◆ getOperandSegmentSizesAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getOperandSegmentSizesAttrName ( )
inline

◆ getOperandSegmentSizesAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getOperandSegmentSizesAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttir::DMAOp::getOperationName ( )
inlinestatic

◆ getOptNumElems()

std::optional< uint64_t > mlir::tt::ttir::DMAOp::getOptNumElems ( )

◆ getOptNumElemsAttr()

::mlir::IntegerAttr mlir::tt::ttir::DMAOp::getOptNumElemsAttr ( )
inline

◆ getOptNumElemsAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getOptNumElemsAttrName ( )
inline

◆ getOptNumElemsAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getOptNumElemsAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getPropertiesAsAttr()

mlir::Attribute mlir::tt::ttir::DMAOp::getPropertiesAsAttr ( ::mlir::MLIRContext *  ctx,
const Properties prop 
)
static

◆ getResult()

::mlir::TypedValue<::mlir::tt::ttir::MemTxType> mlir::tt::ttir::DMAOp::getResult ( )
inline

◆ getSrc()

::mlir::TypedValue<::mlir::MemRefType> mlir::tt::ttir::DMAOp::getSrc ( )
inline

◆ getSrcAffineMap()

std::optional<::mlir::AffineMap > mlir::tt::ttir::DMAOp::getSrcAffineMap ( )

◆ getSrcAffineMapAttr()

::mlir::AffineMapAttr mlir::tt::ttir::DMAOp::getSrcAffineMapAttr ( )
inline

◆ getSrcAffineMapAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getSrcAffineMapAttrName ( )
inline

◆ getSrcAffineMapAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttir::DMAOp::getSrcAffineMapAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getSrcIndices()

::mlir::Operation::operand_range mlir::tt::ttir::DMAOp::getSrcIndices ( )
inline

◆ getSrcIndicesMutable()

mlir::MutableOperandRange mlir::tt::ttir::DMAOp::getSrcIndicesMutable ( )

◆ getSrcMemRefType()

MemRefType mlir::tt::ttir::DMAOp::getSrcMemRefType ( )
inline

◆ getSrcMutable()

::mlir::OpOperand& mlir::tt::ttir::DMAOp::getSrcMutable ( )
inline

◆ isAffine()

bool mlir::tt::ttir::DMAOp::isAffine ( )
inline

◆ isDstLocal()

bool mlir::tt::ttir::DMAOp::isDstLocal ( )
inline

◆ isDstRemote()

bool mlir::tt::ttir::DMAOp::isDstRemote ( )
inline

◆ isFullyIndexed()

bool mlir::tt::ttir::DMAOp::isFullyIndexed ( )
inline

◆ isMcast()

bool mlir::tt::ttir::DMAOp::isMcast ( )
inline

◆ isSrcLocal()

bool mlir::tt::ttir::DMAOp::isSrcLocal ( )
inline

◆ isSrcRemote()

bool mlir::tt::ttir::DMAOp::isSrcRemote ( )
inline

◆ parse()

mlir::ParseResult mlir::tt::ttir::DMAOp::parse ( ::mlir::OpAsmParser &  parser,
::mlir::OperationState &  result 
)
static

◆ populateInherentAttrs()

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

◆ print()

void mlir::tt::ttir::DMAOp::print ( ::mlir::OpAsmPrinter &  _odsPrinter)

◆ readProperties()

llvm::LogicalResult mlir::tt::ttir::DMAOp::readProperties ( ::mlir::DialectBytecodeReader &  reader,
::mlir::OperationState &  state 
)
static

◆ removeDstAffineMapAttr()

::mlir::Attribute mlir::tt::ttir::DMAOp::removeDstAffineMapAttr ( )
inline

◆ removeOptNumElemsAttr()

::mlir::Attribute mlir::tt::ttir::DMAOp::removeOptNumElemsAttr ( )
inline

◆ removeSrcAffineMapAttr()

::mlir::Attribute mlir::tt::ttir::DMAOp::removeSrcAffineMapAttr ( )
inline

◆ setDstAffineMap()

void mlir::tt::ttir::DMAOp::setDstAffineMap ( ::std::optional<::mlir::AffineMap >  attrValue)

◆ setDstAffineMapAttr()

void mlir::tt::ttir::DMAOp::setDstAffineMapAttr ( ::mlir::AffineMapAttr  attr)
inline

◆ setInherentAttr()

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

◆ setOptNumElems()

void mlir::tt::ttir::DMAOp::setOptNumElems ( ::std::optional< uint64_t >  attrValue)

◆ setOptNumElemsAttr()

void mlir::tt::ttir::DMAOp::setOptNumElemsAttr ( ::mlir::IntegerAttr  attr)
inline

◆ setPropertiesFromAttr()

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

◆ setSrcAffineMap()

void mlir::tt::ttir::DMAOp::setSrcAffineMap ( ::std::optional<::mlir::AffineMap >  attrValue)

◆ setSrcAffineMapAttr()

void mlir::tt::ttir::DMAOp::setSrcAffineMapAttr ( ::mlir::AffineMapAttr  attr)
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttir::DMAOp::verify ( )

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttir::DMAOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttir::DMAOp::verifyInvariantsImpl ( )

◆ writeProperties()

void mlir::tt::ttir::DMAOp::writeProperties ( ::mlir::DialectBytecodeWriter &  writer)

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