Lines Matching refs:_pelAttributes
132 _pelAttributes.emplace( in restore()
194 _pelAttributes.emplace(LogID(pelID(pel->id()), obmcID(pel->obmcLogID())), in add()
239 if (pel == _pelAttributes.end()) in remove()
267 _pelAttributes.erase(pel); in remove()
277 if (pel != _pelAttributes.end()) in getPELData()
299 if (pel != _pelAttributes.end()) in getPELFD()
319 for (const auto& [id, attributes] : _pelAttributes) in for_each()
391 if (pel != _pelAttributes.end()) in getPELAttributes()
402 auto attr = std::find_if(_pelAttributes.begin(), _pelAttributes.end(), in setPELHostTransState()
405 if ((attr != _pelAttributes.end()) && (attr->second.hostState != state)) in setPELHostTransState()
428 auto attr = std::find_if(_pelAttributes.begin(), _pelAttributes.end(), in setPELHMCTransState()
431 if ((attr != _pelAttributes.end()) && (attr->second.hmcState != state)) in setPELHMCTransState()
473 std::find_if(_pelAttributes.begin(), _pelAttributes.end(), in updatePEL()
475 if (attr != _pelAttributes.end()) in updatePEL()
587 (_pelAttributes.size() > _maxNumPELs); in sizeWarning()
595 std::for_each(_pelAttributes.begin(), _pelAttributes.end(), in getAllPELAttributes()
618 "TOTAL", _sizes.total, "NUM_PELS", _pelAttributes.size()); in prune()
645 return _pelAttributes.size() > _maxNumPELs * 80 / 100; in prune()
690 if (_pelAttributes.size() > _maxNumPELs) in prune()