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

Public Types

using Adaptor = DeviceModuleOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = DeviceModuleOpGenericAdaptor< 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::DeviceModuleOp::FoldAdaptor = GenericAdaptor<::llvm::ArrayRef<::mlir::Attribute> >

◆ GenericAdaptor

template<typename RangeT >
using mlir::tt::DeviceModuleOp::GenericAdaptor = DeviceModuleOpGenericAdaptor<RangeT>

Member Function Documentation

◆ build()

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

◆ getAttributeNames()

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

◆ getBodyRegion()

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

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ parse()

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

◆ print()

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

◆ verify()

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

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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