MLIR 22.0.0git
BufferDeallocationOpInterface.cpp File Reference
#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/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

namespace  mlir
 Include the generated interface declarations.
namespace  mlir::bufferization

Functions

static Value buildBoolValue (OpBuilder &builder, Location loc, bool value)
static bool isMemref (Value v)

Function Documentation

◆ buildBoolValue()

Value buildBoolValue ( OpBuilder & builder,
Location loc,
bool value )
static

◆ isMemref()