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

Public Types

using Adaptor = TileMatmulOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = TileMatmulOpGenericAdaptor< 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::tt::TileTypegetA ()
 
::mlir::TypedValue<::mlir::tt::TileTypegetB ()
 
::mlir::TypedValue<::mlir::tt::TileTypegetC ()
 
::mlir::OpOperand & getAMutable ()
 
::mlir::OpOperand & getBMutable ()
 
::mlir::OpOperand & getCMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::tt::TileTypegetResult ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value a, ::mlir::Value b, ::mlir::Value c)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value a, ::mlir::Value b, ::mlir::Value c)
 
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::TileMatmulOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

void mlir::tt::ttir::TileMatmulOp::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::TileMatmulOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Type  result,
::mlir::Value  a,
::mlir::Value  b,
::mlir::Value  c 
)
static

◆ build() [3/3]

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

◆ getA()

::mlir::TypedValue<::mlir::tt::TileType> mlir::tt::ttir::TileMatmulOp::getA ( )
inline

◆ getAMutable()

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

◆ getAttributeNames()

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

◆ getB()

::mlir::TypedValue<::mlir::tt::TileType> mlir::tt::ttir::TileMatmulOp::getB ( )
inline

◆ getBMutable()

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

◆ getC()

::mlir::TypedValue<::mlir::tt::TileType> mlir::tt::ttir::TileMatmulOp::getC ( )
inline

◆ getCMutable()

::mlir::OpOperand& mlir::tt::ttir::TileMatmulOp::getCMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getResult()

::mlir::TypedValue<::mlir::tt::TileType> mlir::tt::ttir::TileMatmulOp::getResult ( )
inline

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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