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

Public Types

using Adaptor = ViewLayoutOpAdaptor
 
template<typename RangeT >
using GenericAdaptor = ViewLayoutOpGenericAdaptor< 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::Type > getInput ()
 
::mlir::OpOperand & getInputMutable ()
 
std::pair< unsigned, unsigned > getODSResultIndexAndLength (unsigned index)
 
::mlir::Operation::result_range getODSResults (unsigned index)
 
::mlir::TypedValue<::mlir::Type > getResult ()
 
::llvm::LogicalResult verifyInvariantsImpl ()
 
::llvm::LogicalResult verifyInvariants ()
 
::llvm::LogicalResult verify ()
 
void getAsmResultNames (::mlir::OpAsmSetValueNameFn setNameFn)
 
bool bufferizesToMemoryRead (::mlir::OpOperand &opOperand, const ::mlir::bufferization::AnalysisState &state)
 
bool bufferizesToMemoryWrite (::mlir::OpOperand &opOperand, const ::mlir::bufferization::AnalysisState &state)
 
::mlir::bufferization::AliasingValueList getAliasingValues (::mlir::OpOperand &opOperand, const ::mlir::bufferization::AnalysisState &state)
 
::llvm::LogicalResult bufferize (::mlir::RewriterBase &rewriter, const ::mlir::bufferization::BufferizationOptions &options)
 
::mlir::FailureOr<::mlir::BaseMemRefType > getBufferType (::mlir::Value value, const ::mlir::bufferization::BufferizationOptions &options, ::llvm::SmallVector<::mlir::Value > &invocationStack)
 
void getEffects (::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &effects)
 

Static Public Member Functions

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

◆ GenericAdaptor

Member Function Documentation

◆ bufferize()

::llvm::LogicalResult mlir::tt::ttir::ViewLayoutOp::bufferize ( ::mlir::RewriterBase &  rewriter,
const ::mlir::bufferization::BufferizationOptions &  options 
)

◆ bufferizesToMemoryRead()

bool mlir::tt::ttir::ViewLayoutOp::bufferizesToMemoryRead ( ::mlir::OpOperand &  opOperand,
const ::mlir::bufferization::AnalysisState &  state 
)

◆ bufferizesToMemoryWrite()

bool mlir::tt::ttir::ViewLayoutOp::bufferizesToMemoryWrite ( ::mlir::OpOperand &  opOperand,
const ::mlir::bufferization::AnalysisState &  state 
)

◆ build() [1/3]

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

◆ build() [3/3]

void mlir::tt::ttir::ViewLayoutOp::build ( ::mlir::OpBuilder &  odsBuilder,
::mlir::OperationState &  odsState,
::mlir::TypeRange  resultTypes,
::mlir::Value  input 
)
static

◆ getAliasingValues()

::mlir::bufferization::AliasingValueList mlir::tt::ttir::ViewLayoutOp::getAliasingValues ( ::mlir::OpOperand &  opOperand,
const ::mlir::bufferization::AnalysisState &  state 
)

◆ getAsmResultNames()

void mlir::tt::ttir::ViewLayoutOp::getAsmResultNames ( ::mlir::OpAsmSetValueNameFn  setNameFn)

◆ getAttributeNames()

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

◆ getBufferType()

::mlir::FailureOr<::mlir::BaseMemRefType> mlir::tt::ttir::ViewLayoutOp::getBufferType ( ::mlir::Value  value,
const ::mlir::bufferization::BufferizationOptions &  options,
::llvm::SmallVector<::mlir::Value > &  invocationStack 
)

◆ getEffects()

void mlir::tt::ttir::ViewLayoutOp::getEffects ( ::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> &  effects)

◆ getInput()

::mlir::TypedValue<::mlir::Type> mlir::tt::ttir::ViewLayoutOp::getInput ( )
inline

◆ getInputMutable()

::mlir::OpOperand& mlir::tt::ttir::ViewLayoutOp::getInputMutable ( )
inline

◆ getODSOperandIndexAndLength()

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

◆ getODSOperands()

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

◆ getODSResultIndexAndLength()

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

◆ getODSResults()

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

◆ getOperationName()

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

◆ getResult()

::mlir::TypedValue<::mlir::Type> mlir::tt::ttir::ViewLayoutOp::getResult ( )
inline

◆ verify()

::llvm::LogicalResult mlir::tt::ttir::ViewLayoutOp::verify ( )

◆ verifyInvariants()

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

◆ verifyInvariantsImpl()

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

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