|
static constexpr ::llvm::StringLiteral | getOperationName () |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::Type result, ::mlir::Value input, ::mlir::Value storage) |
|
static void | build (::mlir::OpBuilder &odsBuilder, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::Value input, ::mlir::Value storage) |
|
static void | build (::mlir::OpBuilder &, ::mlir::OperationState &odsState, ::mlir::TypeRange resultTypes, ::mlir::ValueRange operands, ::llvm::ArrayRef<::mlir::NamedAttribute > attributes={}) |
|
static void | getCanonicalizationPatterns (::mlir::RewritePatternSet &results, ::mlir::MLIRContext *context) |
|
◆ Adaptor
◆ FoldAdaptor
◆ GenericAdaptor
template<typename RangeT >
◆ bufferize()
::llvm::LogicalResult mlir::tt::ttir::StreamLayoutOp::bufferize |
( |
::mlir::RewriterBase & |
rewriter, |
|
|
const ::mlir::bufferization::BufferizationOptions & |
options |
|
) |
| |
◆ bufferizesToMemoryRead()
bool mlir::tt::ttir::StreamLayoutOp::bufferizesToMemoryRead |
( |
::mlir::OpOperand & |
opOperand, |
|
|
const ::mlir::bufferization::AnalysisState & |
state |
|
) |
| |
◆ bufferizesToMemoryWrite()
bool mlir::tt::ttir::StreamLayoutOp::bufferizesToMemoryWrite |
( |
::mlir::OpOperand & |
opOperand, |
|
|
const ::mlir::bufferization::AnalysisState & |
state |
|
) |
| |
◆ build() [1/3]
void mlir::tt::ttir::StreamLayoutOp::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::StreamLayoutOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::Type |
result, |
|
|
::mlir::Value |
input, |
|
|
::mlir::Value |
storage |
|
) |
| |
|
static |
◆ build() [3/3]
void mlir::tt::ttir::StreamLayoutOp::build |
( |
::mlir::OpBuilder & |
odsBuilder, |
|
|
::mlir::OperationState & |
odsState, |
|
|
::mlir::TypeRange |
resultTypes, |
|
|
::mlir::Value |
input, |
|
|
::mlir::Value |
storage |
|
) |
| |
|
static |
◆ getAliasingValues()
::mlir::bufferization::AliasingValueList mlir::tt::ttir::StreamLayoutOp::getAliasingValues |
( |
::mlir::OpOperand & |
opOperand, |
|
|
const ::mlir::bufferization::AnalysisState & |
state |
|
) |
| |
◆ getAsmResultNames()
void mlir::tt::ttir::StreamLayoutOp::getAsmResultNames |
( |
::mlir::OpAsmSetValueNameFn |
setNameFn | ) |
|
◆ getAttributeNames()
static ::llvm::ArrayRef<::llvm::StringRef> mlir::tt::ttir::StreamLayoutOp::getAttributeNames |
( |
| ) |
|
|
inline |
◆ getBufferType()
::mlir::FailureOr<::mlir::BaseMemRefType> mlir::tt::ttir::StreamLayoutOp::getBufferType |
( |
::mlir::Value |
value, |
|
|
const ::mlir::bufferization::BufferizationOptions & |
options, |
|
|
::llvm::SmallVector<::mlir::Value > & |
invocationStack |
|
) |
| |
◆ getCanonicalizationPatterns()
static void mlir::tt::ttir::StreamLayoutOp::getCanonicalizationPatterns |
( |
::mlir::RewritePatternSet & |
results, |
|
|
::mlir::MLIRContext * |
context |
|
) |
| |
|
static |
◆ getDpsInitsMutable()
MutableOperandRange mlir::tt::ttir::StreamLayoutOp::getDpsInitsMutable |
( |
| ) |
|
|
inline |
◆ getEffects()
void mlir::tt::ttir::StreamLayoutOp::getEffects |
( |
::llvm::SmallVectorImpl<::mlir::SideEffects::EffectInstance<::mlir::MemoryEffects::Effect >> & |
effects | ) |
|
◆ getInput()
::mlir::TypedValue<::mlir::Type> mlir::tt::ttir::StreamLayoutOp::getInput |
( |
| ) |
|
|
inline |
◆ getInputMutable()
::mlir::OpOperand& mlir::tt::ttir::StreamLayoutOp::getInputMutable |
( |
| ) |
|
|
inline |
◆ getODSOperandIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttir::StreamLayoutOp::getODSOperandIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSOperands()
::mlir::Operation::operand_range mlir::tt::ttir::StreamLayoutOp::getODSOperands |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResultIndexAndLength()
std::pair<unsigned, unsigned> mlir::tt::ttir::StreamLayoutOp::getODSResultIndexAndLength |
( |
unsigned |
index | ) |
|
|
inline |
◆ getODSResults()
::mlir::Operation::result_range mlir::tt::ttir::StreamLayoutOp::getODSResults |
( |
unsigned |
index | ) |
|
|
inline |
◆ getOperationName()
static constexpr ::llvm::StringLiteral mlir::tt::ttir::StreamLayoutOp::getOperationName |
( |
| ) |
|
|
inlinestatic |
◆ getResult()
::mlir::TypedValue<::mlir::Type> mlir::tt::ttir::StreamLayoutOp::getResult |
( |
| ) |
|
|
inline |
◆ getStorage()
::mlir::TypedValue<::mlir::Type> mlir::tt::ttir::StreamLayoutOp::getStorage |
( |
| ) |
|
|
inline |
◆ getStorageMutable()
::mlir::OpOperand& mlir::tt::ttir::StreamLayoutOp::getStorageMutable |
( |
| ) |
|
|
inline |
◆ verify()
::llvm::LogicalResult mlir::tt::ttir::StreamLayoutOp::verify |
( |
| ) |
|
◆ verifyInvariants()
llvm::LogicalResult mlir::tt::ttir::StreamLayoutOp::verifyInvariants |
( |
| ) |
|
◆ verifyInvariantsImpl()
llvm::LogicalResult mlir::tt::ttir::StreamLayoutOp::verifyInvariantsImpl |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /__w/tt-mlir/tt-mlir/build/include/ttmlir/Dialect/TTIR/IR/TTIROps.h.inc
- /__w/tt-mlir/tt-mlir/build/include/ttmlir/Dialect/TTIR/IR/TTIROps.cpp.inc