Home
last modified time | relevance | path

Searched full:physical (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp33 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() local
414 … if (interval->GetLocation() == physical->GetLocation() && interval->IntersectsWith(physical)) { in Presplit()
Dreg_alloc_graph_coloring.h34 : regular(allocator->Adapter()), physical(allocator->Adapter()) in WorkingRanges()
39 InstructionsRanges physical; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md3 ### Physical compatibility of arguments to instructions and actual parameters to methods
/arkcompiler/runtime_core/runtime/scheduler/
Dworker_thread.h25 // Worker thread is a physical OS thread.
/arkcompiler/runtime_core/verification/
Dmessages.yaml351 …${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}…
/arkcompiler/runtime_core/compiler/docs/
Dreg_alloc_graph_coloring_doc.md55 …at the moment are assigned by colors, these colors are remapped back to physical register numbers …
/arkcompiler/runtime_core/irtoc/scripts/
Dcommon.irt68 # Remove even registers from regmask for ARM32, because compiler conservatively uses two physical r…
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.h364 ss << " {physical}"; in ToString()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2692 // note: The function SetAssetPath is a generic interface for previewing and physical machines.
/arkcompiler/runtime_core/verification/absint/
Dabs_int_inl.h3337 // check of physical compatibility in CheckMethodArgs()