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

Public Types

using Adaptor = TileMatmulBlockOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = TileMatmulBlockOpGenericAdaptor< RangeT >
 
using FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute > >
 

Public Member Functions

static ::llvm::ArrayRef<::llvm::StringRef > getAttributeNames ()
 
std::pair< unsigned, unsigned > getODSOperandIndexAndLength (unsigned index)
 
::mlir::Operation::operand_range getODSOperands (unsigned index)
 
::mlir::TypedValue<::mlir::MemRefType > getA ()
 
::mlir::TypedValue<::mlir::MemRefType > getB ()
 
::mlir::TypedValue<::mlir::MemRefType > getOutput ()
 
::mlir::OpOperand & getAMutable ()
 
::mlir::OpOperand & getBMutable ()
 
::mlir::OpOperand & getOutputMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &effects)
 
MutableOperandRange getDpsInitsMutable ()
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value a, ::mlir::Value b, ::mlir::Value output)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value a, ::mlir::Value b, ::mlir::Value output)
 
static void build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={})
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

using mlir::tt::ttir::TileMatmulBlockOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

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

◆ build() [2/3]

void mlir::tt::ttir::TileMatmulBlockOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  a,
::mlir::Value  b,
::mlir::Value  output 
)
static

◆ build() [3/3]

void mlir::tt::ttir::TileMatmulBlockOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  a,
::mlir::Value  b,
::mlir::Value  output 
)
static

◆ getA()

::mlir::TypedValue<::mlir::MemRefType> mlir::tt::ttir::TileMatmulBlockOp::getA ( )
inline

◆ getAMutable()

::mlir::OpOperand& mlir::tt::ttir::TileMatmulBlockOp::getAMutable ( )
inline

◆ getAttributeNames()

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

◆ getB()

::mlir::TypedValue<::mlir::MemRefType> mlir::tt::ttir::TileMatmulBlockOp::getB ( )
inline

◆ getBMutable()

::mlir::OpOperand& mlir::tt::ttir::TileMatmulBlockOp::getBMutable ( )
inline

◆ getDpsInitsMutable()

MutableOperandRange mlir::tt::ttir::TileMatmulBlockOp::getDpsInitsMutable ( )
inline

◆ getEffects()

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

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getOutput()

::mlir::TypedValue<::mlir::MemRefType> mlir::tt::ttir::TileMatmulBlockOp::getOutput ( )
inline

◆ getOutputMutable()

::mlir::OpOperand& mlir::tt::ttir::TileMatmulBlockOp::getOutputMutable ( )
inline

◆ verify()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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