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::DispatchOp Class Reference
Inheritance diagram for mlir::tt::ttmetal::DispatchOp:

Public Types

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

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
::mlir::StringAttr getCoreRangesAttrName ()
 
::mlir::StringAttr getKernelConfigsAttrName ()
 
::mlir::StringAttr getOperandSegmentSizesAttrName ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::Operation::operand_range getInputs ()
 
::mlir::Operation::operand_range getOutputs ()
 
::mlir::MutableOperandRange getInputsMutable ()
 
::mlir::MutableOperandRange getOutputsMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::Operation::result_range getResults ()
 
::mlir::MutableArrayRef<::mlir::Region > getRegions ()
 
void writeProperties (::mlir::DialectBytecodeWriter &writer)
 
::mlir::ArrayAttr getCoreRangesAttr ()
 
::mlir::ArrayAttr getCoreRanges ()
 
::mlir::ArrayAttr getKernelConfigsAttr ()
 
::mlir::ArrayAttr getKernelConfigs ()
 
void setCoreRangesAttr (::mlir::ArrayAttr attr)
 
void setKernelConfigsAttr (::mlir::ArrayAttr attr)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
MutableOperandRange getDpsInitsMutable ()
 

Static Public Member Functions

::mlir::StringAttr getCoreRangesAttrName (::mlir::OperationName name)
 
::mlir::StringAttr getKernelConfigsAttrName (::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, ::mlir::TypeRange results, ::mlir::ValueRange inputs, ::mlir::ValueRange outputs, ::mlir::ArrayAttr core_ranges, ::mlir::ArrayAttr kernelConfigs, unsigned regionsCount)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes, unsigned numRegions)
 

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

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::ttmetal::DispatchOp::GenericAdaptor = DispatchOpGenericAdaptor<RangeT>

◆ Properties

Member Function Documentation

◆ build() [1/2]

void mlir::tt::ttmetal::DispatchOp::build ( ::mlir::OpBuilder &  ,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::ValueRange  operands,
::llvm::ArrayRef<::mlir::NamedAttribute >  attributes,
unsigned  numRegions 
)
static

◆ build() [2/2]

void mlir::tt::ttmetal::DispatchOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  results,
::mlir::ValueRange  inputs,
::mlir::ValueRange  outputs,
::mlir::ArrayAttr  core_ranges,
::mlir::ArrayAttr  kernelConfigs,
unsigned  regionsCount 
)
static

◆ computePropertiesHash()

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

◆ getAttributeNameForIndex() [1/2]

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

◆ getAttributeNameForIndex() [2/2]

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

◆ getAttributeNames()

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

◆ getCoreRanges()

mlir::ArrayAttr mlir::tt::ttmetal::DispatchOp::getCoreRanges ( )

◆ getCoreRangesAttr()

::mlir::ArrayAttr mlir::tt::ttmetal::DispatchOp::getCoreRangesAttr ( )
inline

◆ getCoreRangesAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::DispatchOp::getCoreRangesAttrName ( )
inline

◆ getCoreRangesAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::DispatchOp::getCoreRangesAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getDpsInitsMutable()

MutableOperandRange mlir::tt::ttmetal::DispatchOp::getDpsInitsMutable ( )
inline

◆ getInherentAttr()

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

◆ getInputs()

::mlir::Operation::operand_range mlir::tt::ttmetal::DispatchOp::getInputs ( )
inline

◆ getInputsMutable()

mlir::MutableOperandRange mlir::tt::ttmetal::DispatchOp::getInputsMutable ( )

◆ getKernelConfigs()

mlir::ArrayAttr mlir::tt::ttmetal::DispatchOp::getKernelConfigs ( )

◆ getKernelConfigsAttr()

::mlir::ArrayAttr mlir::tt::ttmetal::DispatchOp::getKernelConfigsAttr ( )
inline

◆ getKernelConfigsAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::DispatchOp::getKernelConfigsAttrName ( )
inline

◆ getKernelConfigsAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::DispatchOp::getKernelConfigsAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperandSegmentSizesAttrName() [1/2]

::mlir::StringAttr mlir::tt::ttmetal::DispatchOp::getOperandSegmentSizesAttrName ( )
inline

◆ getOperandSegmentSizesAttrName() [2/2]

::mlir::StringAttr mlir::tt::ttmetal::DispatchOp::getOperandSegmentSizesAttrName ( ::mlir::OperationName  name)
inlinestatic

◆ getOperationName()

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

◆ getOutputs()

::mlir::Operation::operand_range mlir::tt::ttmetal::DispatchOp::getOutputs ( )
inline

◆ getOutputsMutable()

mlir::MutableOperandRange mlir::tt::ttmetal::DispatchOp::getOutputsMutable ( )

◆ getPropertiesAsAttr()

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

◆ getRegions()

::mlir::MutableArrayRef<::mlir::Region> mlir::tt::ttmetal::DispatchOp::getRegions ( )
inline

◆ getResults()

::mlir::Operation::result_range mlir::tt::ttmetal::DispatchOp::getResults ( )
inline

◆ populateInherentAttrs()

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

◆ readProperties()

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

◆ setCoreRangesAttr()

void mlir::tt::ttmetal::DispatchOp::setCoreRangesAttr ( ::mlir::ArrayAttr  attr)
inline

◆ setInherentAttr()

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

◆ setKernelConfigsAttr()

void mlir::tt::ttmetal::DispatchOp::setKernelConfigsAttr ( ::mlir::ArrayAttr  attr)
inline

◆ setPropertiesFromAttr()

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

◆ verify()

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

◆ verifyInherentAttrs()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

◆ writeProperties()

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

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