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

Public Types

using Adaptor = UnpackABOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = UnpackABOpGenericAdaptor< 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::ttkernel::CBTypegetCbA ()
 
::mlir::TypedValue<::mlir::IntegerType > getSrcAIndex ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::CBTypegetCbB ()
 
::mlir::TypedValue<::mlir::IntegerType > getSrcBIndex ()
 
::mlir::OpOperand & getCbAMutable ()
 
::mlir::OpOperand & getSrcAIndexMutable ()
 
::mlir::OpOperand & getCbBMutable ()
 
::mlir::OpOperand & getSrcBIndexMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::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::Value cb_a, ::mlir::Value src_a_index, ::mlir::Value cb_b, ::mlir::Value src_b_index)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value cb_a, ::mlir::Value src_a_index, ::mlir::Value cb_b, ::mlir::Value src_b_index)
 
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::ttkernel::UnpackABOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

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

◆ build() [2/3]

void mlir::tt::ttkernel::UnpackABOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  cb_a,
::mlir::Value  src_a_index,
::mlir::Value  cb_b,
::mlir::Value  src_b_index 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::UnpackABOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  cb_a,
::mlir::Value  src_a_index,
::mlir::Value  cb_b,
::mlir::Value  src_b_index 
)
static

◆ getAttributeNames()

static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttkernel::UnpackABOp::getAttributeNames ( )
inline

◆ getCbA()

::mlir::TypedValue<::mlir::tt::ttkernel::CBType> mlir::tt::ttkernel::UnpackABOp::getCbA ( )
inline

◆ getCbAMutable()

::mlir::OpOperand& mlir::tt::ttkernel::UnpackABOp::getCbAMutable ( )
inline

◆ getCbB()

::mlir::TypedValue<::mlir::tt::ttkernel::CBType> mlir::tt::ttkernel::UnpackABOp::getCbB ( )
inline

◆ getCbBMutable()

::mlir::OpOperand& mlir::tt::ttkernel::UnpackABOp::getCbBMutable ( )
inline

◆ getODSOperandIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttkernel::UnpackABOp::getODSOperandIndexAndLength ( unsigned  index)
inline

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::ttkernel::UnpackABOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

std::pair<unsigned, unsigned> mlir::tt::ttkernel::UnpackABOp::getODSResultIndexAndLength ( unsigned  index)
inline

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::ttkernel::UnpackABOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::ttkernel::UnpackABOp::getOperationName ( )
inlinestatic

◆ getSrcAIndex()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::UnpackABOp::getSrcAIndex ( )
inline

◆ getSrcAIndexMutable()

::mlir::OpOperand& mlir::tt::ttkernel::UnpackABOp::getSrcAIndexMutable ( )
inline

◆ getSrcBIndex()

::mlir::TypedValue<::mlir::IntegerType> mlir::tt::ttkernel::UnpackABOp::getSrcBIndex ( )
inline

◆ getSrcBIndexMutable()

::mlir::OpOperand& mlir::tt::ttkernel::UnpackABOp::getSrcBIndexMutable ( )
inline

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::ttkernel::UnpackABOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::ttkernel::UnpackABOp::verifyInvariantsImpl ( )

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