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

Public Types

using Adaptor = UntilizeInitOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = UntilizeInitOpGenericAdaptor< 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::CBTypegetCbIn ()
 
::mlir::TypedValue<::mlir::tt::ttkernel::CBTypegetCbOut ()
 
::mlir::OpOperand & getCbInMutable ()
 
::mlir::OpOperand & getCbOutMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Value cbIn, ::mlir::Value cbOut)
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value cbIn, ::mlir::Value cbOut)
 
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::UntilizeInitOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

Member Function Documentation

◆ build() [1/3]

void mlir::tt::ttkernel::UntilizeInitOp::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::UntilizeInitOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  cbIn,
::mlir::Value  cbOut 
)
static

◆ build() [3/3]

void mlir::tt::ttkernel::UntilizeInitOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::Value  cbIn,
::mlir::Value  cbOut 
)
static

◆ getAttributeNames()

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

◆ getCbIn()

::mlir::TypedValue<::mlir::tt::ttkernel::CBType> mlir::tt::ttkernel::UntilizeInitOp::getCbIn ( )
inline

◆ getCbInMutable()

::mlir::OpOperand& mlir::tt::ttkernel::UntilizeInitOp::getCbInMutable ( )
inline

◆ getCbOut()

::mlir::TypedValue<::mlir::tt::ttkernel::CBType> mlir::tt::ttkernel::UntilizeInitOp::getCbOut ( )
inline

◆ getCbOutMutable()

::mlir::OpOperand& mlir::tt::ttkernel::UntilizeInitOp::getCbOutMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ verify()

::llvm::LogicalResult mlir::tt::ttkernel::UntilizeInitOp::verify ( )

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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