Searched defs:buildDealloc (Results 1 – 3 of 3) sorted by relevance
23 static std::optional<Operation *> buildDealloc(OpBuilder &builder, in buildDealloc() function53 static std::optional<Operation *> buildDealloc(OpBuilder &builder, in buildDealloc() function
569 LogicalResult buildDealloc(Operation *op, Value alloc) { in buildDealloc() function in __anon0f1aa16f0211::BufferDeallocation
875 std::optional<Operation *> CloneOp::buildDealloc(OpBuilder &builder, buildDealloc() function in CloneOp