llvm/tools/mlir/include/mlir/Dialect/Affine/IR/AffineMemoryOpInterfaces.cpp.inc

/*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|*                                                                            *|
|* Interface Definitions                                                      *|
|*                                                                            *|
|* Automatically generated file, do not edit!                                 *|
|*                                                                            *|
\*===----------------------------------------------------------------------===*/

/// Returns the AffineMapAttr associated with 'memref'.
::mlir::NamedAttribute mlir::affine::AffineMapAccessInterface::getAffineMapAttrForMemRef(::mlir::Value memref) {}
/// Returns the memref operand to read from.
::mlir::Value mlir::affine::AffineReadOpInterface::getMemRef() {}
/// Returns the type of the memref operand.
::mlir::MemRefType mlir::affine::AffineReadOpInterface::getMemRefType() {}
/// Returns affine map operands.
::mlir::Operation::operand_range mlir::affine::AffineReadOpInterface::getMapOperands() {}
/// Returns the affine map used to index the memref for this operation.
::mlir::AffineMap mlir::affine::AffineReadOpInterface::getAffineMap() {}
/// Returns the value read by this operation.
::mlir::Value mlir::affine::AffineReadOpInterface::getValue() {}
/// Returns the memref operand to write to.
::mlir::Value mlir::affine::AffineWriteOpInterface::getMemRef() {}
/// Returns the type of the memref operand.
::mlir::MemRefType mlir::affine::AffineWriteOpInterface::getMemRefType() {}
/// Returns affine map operands.
::mlir::Operation::operand_range mlir::affine::AffineWriteOpInterface::getMapOperands() {}
/// Returns the affine map used to index the memref for this operation.
::mlir::AffineMap mlir::affine::AffineWriteOpInterface::getAffineMap() {}
/// Returns the value to store.
::mlir::Value mlir::affine::AffineWriteOpInterface::getValueToStore() {}