TT-MLIR
|
Public Types | |
using | Adaptor = NocAsyncWriteMulticastLoopbackSrcOpAdaptor |
template<typename RangeT > | |
using | GenericAdaptor = NocAsyncWriteMulticastLoopbackSrcOpGenericAdaptor< RangeT > |
using | FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > > |
using | Properties = FoldAdaptor::Properties |
Public Member Functions | |
static ::llvm::ArrayRef<::llvm::StringRef > | getAttributeNames () |
::mlir::StringAttr | getLinkedAttrName () |
::mlir::StringAttr | getMulticastPathReserveAttrName () |
std::pair< unsigned, unsigned > | getODSOperandIndexAndLength (unsigned index) |
::mlir::Operation::operand_range | getODSOperands (unsigned index) |
::mlir::TypedValue<::mlir::IntegerType > | getSrcLocalL1Addr () |
::mlir::TypedValue<::mlir::tt::ttkernel::NocAddrType > | getDstNocAddrMulticast () |
::mlir::TypedValue<::mlir::IntegerType > | getSize () |
::mlir::TypedValue<::mlir::IntegerType > | getNumDests () |
::mlir::TypedValue<::mlir::IntegerType > | getNoc () |
::mlir::OpOperand & | getSrcLocalL1AddrMutable () |
::mlir::OpOperand & | getDstNocAddrMulticastMutable () |
::mlir::OpOperand & | getSizeMutable () |
::mlir::OpOperand & | getNumDestsMutable () |
::mlir::MutableOperandRange | getNocMutable () |
std::pair< unsigned, unsigned > | getODSResultIndexAndLength (unsigned index) |
::mlir::Operation::result_range | getODSResults (unsigned index) |
void | writeProperties (::mlir::DialectBytecodeWriter &writer) |
::mlir::BoolAttr | getLinkedAttr () |
::std::optional< bool > | getLinked () |
::mlir::BoolAttr | getMulticastPathReserveAttr () |
::std::optional< bool > | getMulticastPathReserve () |
void | setLinkedAttr (::mlir::BoolAttr attr) |
void | setLinked (::std::optional< bool > attrValue) |
void | setMulticastPathReserveAttr (::mlir::BoolAttr attr) |
void | setMulticastPathReserve (::std::optional< bool > attrValue) |
::mlir::Attribute | removeLinkedAttr () |
::mlir::Attribute | removeMulticastPathReserveAttr () |
::llvm::LogicalResult | verifyInvariantsImpl () |
::llvm::LogicalResult | verifyInvariants () |
Static Public Member Functions | |
::mlir::StringAttr | getLinkedAttrName (::mlir::OperationName name) |
::mlir::StringAttr | getMulticastPathReserveAttrName (::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::Value srcLocalL1Addr, ::mlir::Value dstNocAddrMulticast, ::mlir::Value size, ::mlir::Value num_dests, ::mlir::BoolAttr linked, ::mlir::BoolAttr multicast_path_reserve, ::mlir::Value noc) |
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value srcLocalL1Addr, ::mlir::Value dstNocAddrMulticast, ::mlir::Value size, ::mlir::Value num_dests, ::mlir::BoolAttr linked, ::mlir::BoolAttr multicast_path_reserve, ::mlir::Value noc) |
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) |
using mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::Adaptor = NocAsyncWriteMulticastLoopbackSrcOpAdaptor |
using mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> > |
using mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::GenericAdaptor = NocAsyncWriteMulticastLoopbackSrcOpGenericAdaptor<RangeT> |
|
static |
|
static |
|
static |
|
static |
|
inlinestaticprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inline |
|
static |
std::optional< bool > mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::getLinked | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
std::optional< bool > mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::getMulticastPathReserve | ( | ) |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
mlir::MutableOperandRange mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::getNocMutable | ( | ) |
|
inline |
|
inline |
std::pair< unsigned, unsigned > mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::getODSOperandIndexAndLength | ( | unsigned | index | ) |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
inline |
|
inline |
|
static |
void mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::setLinked | ( | ::std::optional< bool > | attrValue | ) |
|
inline |
void mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::setMulticastPathReserve | ( | ::std::optional< bool > | attrValue | ) |
|
inline |
|
static |
|
static |
llvm::LogicalResult mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::verifyInvariants | ( | ) |
llvm::LogicalResult mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::verifyInvariantsImpl | ( | ) |
void mlir::tt::ttkernel::NocAsyncWriteMulticastLoopbackSrcOp::writeProperties | ( | ::mlir::DialectBytecodeWriter & | writer | ) |