MLIR
20.0.0git
|
#include "mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.h"
#include "mlir/Dialect/Bufferization/IR/Bufferization.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/IR/AsmState.h"
#include "mlir/IR/Matchers.h"
#include "mlir/IR/Operation.h"
#include "mlir/IR/TypeUtilities.h"
#include "mlir/IR/Value.h"
#include "llvm/ADT/SetOperations.h"
#include "mlir/Dialect/Bufferization/IR/BufferDeallocationOpInterface.cpp.inc"
Go to the source code of this file.
Namespaces | |
mlir | |
Include the generated interface declarations. | |
mlir::bufferization | |
Functions | |
static Value | buildBoolValue (OpBuilder &builder, Location loc, bool value) |
static bool | isMemref (Value v) |
Definition at line 38 of file BufferDeallocationOpInterface.cpp.
References mlir::OpBuilder::create(), and mlir::Builder::getBoolAttr().
Referenced by mlir::bufferization::DeallocationState::getMemrefWithUniqueOwnership().
|
static |
Definition at line 42 of file BufferDeallocationOpInterface.cpp.
References mlir::Value::getType().
Referenced by mlir::bufferization::DeallocationState::getLiveMemrefsIn(), and mlir::bufferization::DeallocationState::getMemrefsToRetain().