Searched refs:buildDealloc (Results 1 – 4 of 4) sorted by relevance
550 if (failed(buildDealloc(nextOp, alloc))) in placeDeallocs()561 LogicalResult buildDealloc(Operation *op, Value alloc) { in buildDealloc() function in __anonf063894c0211::BufferDeallocation567 auto dealloc = it->second.buildDealloc(builder, alloc); in buildDealloc()623 static Optional<Operation *> buildDealloc(OpBuilder &builder, Value alloc) { in buildDealloc() function
40 "::mlir::Optional<::mlir::Operation*>", "buildDealloc",
154 DeclareOpInterfaceMethods<AllocationOpInterface, ["buildDealloc", "buildClone"]>
662 Optional<Operation *> CloneOp::buildDealloc(OpBuilder &builder, Value alloc) { in buildDealloc() function in CloneOp