Home
last modified time | relevance | path

Searched refs:IsAccumulator (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstack_walker_test.cpp177 if (!regInfo.IsAccumulator()) { in TEST_F()
190 if (!regInfo.IsAccumulator()) { in TEST_F()
201 if (!regInfo.IsAccumulator()) { in TEST_F()
211 if (!regInfo.IsAccumulator()) { in TEST_F()
221 if (!regInfo.IsAccumulator()) { in TEST_F()
231 if (!regInfo.IsAccumulator()) { in TEST_F()
323 if (!regInfo->IsAccumulator()) { in FirstRunModifyVregs()
344 if (!regInfo.IsAccumulator()) { in CheckVregs()
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dvreg_info.h105 bool IsAccumulator() const in IsAccumulator() function
/arkcompiler/runtime_core/static_core/runtime/
H A Dosr.cpp116 if (vreg.IsAccumulator()) { in GetValueFromVregAcc()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc.cpp948 LOG_IF(regInfo.IsAccumulator(), DEBUG, GC) << "^ acc reg"; in UpdateRefsInVRegs()
949 if (!pframe.IsCFrame() && regInfo.IsAccumulator()) { in UpdateRefsInVRegs()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp200 if (GetVirtualRegister(i).IsAccumulator()) { in DumpInputs()
H A Dinst.h318 bool IsAccumulator() const in IsAccumulator() function in panda::compiler::inst_flags::final
414 IsAccFlag::Set(reg.IsAccumulator(), &properties_);
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_inst_test.cpp1030 EXPECT_TRUE(user.GetVirtualRegister().IsAccumulator()); in HWTEST_F()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h313 bool IsAccumulator() const in IsAccumulator() function in ark::compiler::inst_flags::final
320 return IsSpecialReg() && !IsAccumulator(); in IsEnv()

Completed in 19 milliseconds