Home
last modified time | relevance | path

Searched defs:DefaultAllocationInterface (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DAllocationOpInterfaceImpl.cpp20 struct DefaultAllocationInterface struct
23 static std::optional<Operation *> buildDealloc(OpBuilder &builder, in buildDealloc()
28 static std::optional<Value> buildClone(OpBuilder &builder, Value alloc) { in buildClone()
32 static ::mlir::HoistingKind getHoistingKind() { in getHoistingKind()
36 buildPromotedAlloc(OpBuilder &builder, Value alloc) { in buildPromotedAlloc()