Searched full:physical (Results 1 – 10 of 10) sorted by relevance
33 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG()37 for (auto physical_interval : ranges->physical) { in BuildIG()65 // Current interval can intersect the physical one at the beginning of its live range in BuildIG()66 // only if it's a call and physical interval's range was created for it. in BuildIG()367 // skip physical intervals for unavailable registers, they do not affect allocation in InitWorkingRanges()370 AddRange(interval, &ranges->physical); in InitWorkingRanges()413 for (auto physical : ranges->physical) { in Presplit() local414 … if (interval->GetLocation() == physical->GetLocation() && interval->IntersectsWith(physical)) { in Presplit()
34 : regular(allocator->Adapter()), physical(allocator->Adapter()) in WorkingRanges()39 InstructionsRanges physical; // NOLINT(misc-non-private-member-variables-in-classes) member
3 ### Physical compatibility of arguments to instructions and actual parameters to methods
25 // Worker thread is a physical OS thread.
351 …${register} physical type is '${actual_type}'. But the expected physical type is '${expected_type}…385 …Cannot make a call to '${name}'. Actual lambda type ${reg}'${actual_type}' (physical type '${physi…386 …is not compatible with formal lambda type '${formal_type}' (physical type '${physical_formal_type}…
55 …at the moment are assigned by colors, these colors are remapped back to physical register numbers …
68 # Remove even registers from regmask for ARM32, because compiler conservatively uses two physical r…
364 ss << " {physical}"; in ToString()
2692 // note: The function SetAssetPath is a generic interface for previewing and physical machines.
3337 // check of physical compatibility in CheckMethodArgs()