MLIR  22.0.0git
Namespaces | Functions
MemOpInterfaces.h File Reference
#include "mlir/IR/OpDefinition.h"
#include "mlir/Interfaces/MemOpInterfaces.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 
 mlir::detail
 AttrTypeReplacer.
 

Functions

LogicalResult mlir::detail::verifyMemorySpaceCastOpInterface (Operation *op)
 Attempt to verify the given memory space cast operation. More...
 
FailureOr< std::optional< SmallVector< Value > > > mlir::detail::bubbleDownInPlaceMemorySpaceCastImpl (OpOperand &operand, ValueRange results)
 Tries to bubble-down inplace a MemorySpaceCastOpInterface operation referenced by operand. More...