Searched refs:allocators (Results 1 – 1 of 1) sorted by relevance
2619 const C2PortAllocatorsTuning::input &allocators = intfCache.getInputAllocators(); in GetCommonAllocatorIds() local2622 if (allocators && allocators.flexCount() > 0) { in GetCommonAllocatorIds()2623 ids->insert(allocators.m.values, in GetCommonAllocatorIds()2624 allocators.m.values + allocators.flexCount()); in GetCommonAllocatorIds()2633 if (allocators && allocators.flexCount() > 0) { in GetCommonAllocatorIds()2637 for (size_t j = 0; j < allocators.flexCount(); ++j) { in GetCommonAllocatorIds()2638 if (allocators.m.values[j] == *it) { in GetCommonAllocatorIds()2723 std::set<C2Allocator::id_t> allocators; in CanFetchLinearBlock() local2724 GetCommonAllocatorIds(names, C2Allocator::LINEAR, &allocators); in CanFetchLinearBlock()2725 if (allocators.empty()) { in CanFetchLinearBlock()[all …]