Lines Matching defs:allocator
136 /// subslots as specified by its allocator.
139 DestructurableAllocationOpInterface allocator, OpBuilder &builder,
147 allocator.destructure(slot, info.usedIndices, builder, newAllocators);
192 allocator.handleDestructuringComplete(slot, builder);
212 for (DestructurableAllocationOpInterface allocator : workList) {
214 for (DestructurableMemorySlot slot : allocator.getDestructurableSlots()) {
220 destructureSlot(slot, allocator, builder, dataLayout, *info,
225 // remaning slots of an allocator.
229 newWorkList.push_back(allocator);
269 region.walk([&](DestructurableAllocationOpInterface allocator) {
270 allocators.emplace_back(allocator);