Home
last modified time | relevance | path

Searched refs:HasReg (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_linear_scan.cpp164 if (!interval->HasReg() || interval->GetEnd() <= currentPosition) { in ExpireIntervals()
175 if (!interval->HasReg() || interval->GetEnd() <= currentPosition) { in ExpireIntervals()
212 if (!currentInterval->HasReg()) { in WalkIntervals()
480 if (interval->HasReg()) { in RemapRegallocReg()
524 if (!currentInterval->HasReg()) { in HandleFixedIntervalIntersection()
H A Dreg_alloc_resolver.cpp123 ASSERT(sibling->HasReg()); in ResolveInputs()
137 ASSERT(interval->HasReg()); in ResolveInputs()
385 if (instInterval->HasReg()) { in ResolveOutput()
H A Dreg_alloc_base.cpp276 if (dst->HasReg()) { in ConnectIntervals()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp106 ASSERT(sibling->HasReg()); in ResolveInputs()
240 if (inst_interval->HasReg()) { in ResolveOutput()
H A Dreg_alloc_base.cpp251 if (dst->HasReg()) { in ConnectIntervals()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dlive_registers.cpp46 if (split->HasReg()) {
H A Dliveness_analyzer.h257 bool HasReg() const in HasReg() function in ark::compiler::LifeIntervals
H A Dreg_alloc_verifier.cpp175 if (!li->HasReg()) { in IsRegisterPair()
/arkcompiler/runtime_core/compiler/tests/
H A Dliveness_analyzer_new_test.cpp528 EXPECT_TRUE(life_intervals.HasReg()); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.h251 bool HasReg() const in HasReg() function in panda::compiler::LifeIntervals

Completed in 8 milliseconds