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

Public Types

using Adaptor = CPUModuleOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = CPUModuleOpGenericAdaptor< 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)
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::Region & getBodyRegion ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
void print (::mlir::OpAsmPrinter &_odsPrinter)
 

Static Public Member Functions

static constexpr ::llvm::StringLiteral getOperationName ()
 
static void build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState)
 
::mlir::ParseResult parse (::mlir::OpAsmParser &parser, ::mlir::OperationState &result)
 

Member Typedef Documentation

◆ Adaptor

◆ FoldAdaptor

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

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::CPUModuleOp::GenericAdaptor = CPUModuleOpGenericAdaptor<RangeT>

Member Function Documentation

◆ build()

static void mlir::tt::CPUModuleOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState 
)
static

◆ getAttributeNames()

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

◆ getBodyRegion()

::mlir::Region& mlir::tt::CPUModuleOp::getBodyRegion ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

::mlir::Operation::operand_range mlir::tt::CPUModuleOp::getODSOperands ( unsigned  index)
inline

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

::mlir::Operation::result_range mlir::tt::CPUModuleOp::getODSResults ( unsigned  index)
inline

◆ getOperationName()

static constexpr ::llvm::StringLiteral mlir::tt::CPUModuleOp::getOperationName ( )
inlinestatic

◆ parse()

mlir::ParseResult mlir::tt::CPUModuleOp::parse ( ::mlir::OpAsmParser &  parser,
::mlir::OperationState &  result 
)
static

◆ print()

void mlir::tt::CPUModuleOp::print ( ::mlir::OpAsmPrinter &  _odsPrinter)

◆ verify()

::llvm::LogicalResult mlir::tt::CPUModuleOp::verify ( )

◆ verifyInvariants()

llvm::LogicalResult mlir::tt::CPUModuleOp::verifyInvariants ( )

◆ verifyInvariantsImpl()

llvm::LogicalResult mlir::tt::CPUModuleOp::verifyInvariantsImpl ( )

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