Home
last modified time | relevance | path

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

12

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dworking_ranges.h26 …explicit WorkingRanges(ArenaAllocator *allocator) : regular(allocator->Adapter()), physical(alloca… in WorkingRanges()
29 InstructionsRanges physical; // NOLINT(misc-non-private-member-variables-in-classes) member
Dreg_alloc_graph_coloring.cpp35 for (auto physicalInterval : ranges->physical) { in FillPhysicalNodes()
45 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG()
449 // skip physical intervals for unavailable registers, they do not affect allocation in InitWorkingRanges()
452 AddRange(interval, &ranges->physical); in InitWorkingRanges()
495 for (auto physical : ranges->physical) { in Presplit() local
496 …if (interval->GetLocation() == physical->GetLocation() && interval->IntersectsWith<true>(physical)… in Presplit()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp25 ig->Reserve(ranges->regular.size() + ranges->physical.size()); in BuildIG()
29 for (auto physical_interval : ranges->physical) { in BuildIG()
57 // Current interval can intersect the physical one at the beginning of its live range in BuildIG()
58 // only if it's a call and physical interval's range was created for it. in BuildIG()
359 // skip physical intervals for unavailable registers, they do not affect allocation in InitWorkingRanges()
362 AddRange(interval, &ranges->physical); in InitWorkingRanges()
405 for (auto physical : ranges->physical) { in Presplit() local
406 … if (interval->GetLocation() == physical->GetLocation() && interval->IntersectsWith(physical)) { in Presplit()
Dreg_alloc_graph_coloring.h33 : regular(allocator->Adapter()), physical(allocator->Adapter()) in WorkingRanges()
38 InstructionsRanges physical; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_basic.h73 MapleMap<uint32, regno_t> regMap; /* virtual-register-to-physical-register map */
74 MapleSet<uint8> liveReg; /* a set of currently live physical registers */
Dreg_info.h24 constexpr uint32 kBaseVirtualRegNO = 200; /* avoid conflicts between virtual and physical */
53 regno_t regNO = kInvalidRegNO; /* physical register assigned by register allocation */
Dreg_alloc_lsra.h551 /* physical register, using cg defined reg based on R0/V0. */
828 uint32 intParamMask = 0; /* (physical-register) parameter */
837 uint32 fpParamMask = 0; /* (physical-register) parameter */
838 uint64 blockForbiddenMask = 0; /* bit mask for forbidden physical reg */
Dcg_irbuilder.h76 constexpr uint32 baseVirtualRegNO = 200; /* avoid conflicts between virtual and physical */
Dpressure.h208 /* if define physical register, set hasPreg as true */
Dstackmap.h34 int64 value; // physical registerNO, stack frame offset, or immediate value
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md3 ### Physical compatibility of arguments to instructions and actual parameters to methods
/arkcompiler/runtime_core/static_core/docs/bc_verification/
Dabsint_checks.md3 ### Physical compatibility of arguments to instructions and actual parameters to methods
/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.h25 // Worker thread is a physical OS thread.
/arkcompiler/runtime_core/static_core/compiler/tests/
Dliveness_analyzer_test.cpp765 // physical: [10-11] in TEST_F()
766 …// no intersection: physical's [10-11] range was created for the interval's instruction to block d… in TEST_F()
770 LifeIntervals physical(GetAllocator()); in TEST_F() local
771 physical.SetPhysicalReg(0U, DataType::INT64); // Make interval physical in TEST_F()
772 physical.AppendRange({10U, 11U}); in TEST_F()
773 EXPECT_FALSE(interval.IntersectsWith<true>(&physical)); in TEST_F()
776 // physical: [10-11] [20-21] in TEST_F()
781 physical.Clear(); in TEST_F()
782 physical.AppendRange({20U, 21U}); in TEST_F()
783 physical.AppendRange({10U, 11U}); in TEST_F()
[all …]
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml343 …${register} physical type is '${actual_type}'. But the expected physical type is '${expected_type}…
377 …Cannot make a call to '${name}'. Actual lambda type ${reg}'${actual_type}' (physical type '${physi…
378 …is not compatible with formal lambda type '${formal_type}' (physical type '${physical_formal_type}…
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.h387 ss << " {physical}"; in ToString()
425 …// Interval can intersect the physical one at the beginning of its live range only if that physical in IntersectsWith()
429 // physical [-] [-] [-] in IntersectsWith()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp37 * is in 'active', the vreg occupies a physical register allocation and no other vreg can
38 * be allocated the same physical register.
406 * Prepare the free physical register pool for allocation.
407 * When a physical register is allocated, it is removed from the pool.
408 * The physical register is re-inserted into the pool when the associated live
693 /* Do not consider physical regs. */ in UpdateLiveIntervalByLiveIn()
1130 * reclaim the physical register associated with it. in UpdateCallQueueAtRetirement()
1243 * release physical reg assigned to free reg pool in RetireActive()
1255 /* find the best physical reg by freeUntilPos */
1468 * will either get an allocated physical register or a slot number in SpillOperand()
[all …]
Dreg_alloc_basic.cpp38 DEBUG_ASSERT(regMapIt->second < regInfo->GetAllRegNum(), "must be a physical register"); in HandleRegOpnd()
180 /* trying to allocate a physical register to opnd. return true if success */
366 /* remember the physical machine register assigned */ in AllocHandleDest()
Dpeep.cpp690 /* === Physical Pre Form === */ in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP()
701 /* === Physical Post Form === */ in MAPLE_TRANSFORM_PHASE_REGISTER_CANSKIP()
Dinsn.cpp24 /* phi is not physical insn */
/arkcompiler/runtime_core/static_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/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/compiler/optimizer/analysis/
Dliveness_analyzer.h360 ss << " {physical}"; in ToString()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.h515 /// Flag indicates if we need to interrupt release physical pages to OS
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dcommon.irt71 # Remove even registers from regmask for ARM32, because compiler conservatively uses two physical r…

12