Home
last modified time | relevance | path

Searched defs:regInfo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dstack_walker_test.cpp165 success = walker.IterateVRegsWithInfo([&wasSet, &walker](const auto &regInfo, const auto &reg) { in WalkIfZeroRun()
178 success = walker.IterateVRegsWithInfo([&walker](const auto &regInfo, const auto &reg) { in WalkIfZeroRun()
189 success = walker.IterateVRegsWithInfo([&walker](const auto &regInfo, const auto &reg) { in WalkIfZeroRun()
205 success = walker.IterateVRegsWithInfo([](const auto &regInfo, const auto &reg) { in WalkIfOneRun()
215 success = walker.IterateVRegsWithInfo([](const auto &regInfo, const auto &reg) { in WalkIfOneRun()
225 success = walker.IterateVRegsWithInfo([](const auto &regInfo, const auto &reg) { in WalkIfOneRun()
341 …FirstRunModifyVregs(int *regIndex, StackWalker *walker, ObjectHeader *obj, const VRegInfo *regInfo, in FirstRunModifyVregs()
363 static bool CheckVregs(int *regIndex, ObjectHeader *obj, const VRegInfo &regInfo, const VRegRef &re… in CheckVregs()
411 …success = walker.IterateVRegsWithInfo([&regIndex, &walker, &obj](const auto &regInfo, const auto &… in TestModifyManyVregs()
418 … success = walker.IterateVRegsWithInfo([&regIndex, &obj](const auto &regInfo, const auto &reg) { in TestModifyManyVregs()
/arkcompiler/runtime_core/static_core/runtime/
Dstack_walker.cpp304 void StackWalker::SetVRegValue(VRegInfo regInfo, T value) in SetVRegValue()
647 IterateVRegsWithInfo([this]([[maybe_unused]] const auto &regInfo, const auto &vreg) { in DebugSingleFrameVerify()
709 void StackWalker::DumpVRegLocation(std::ostream &os, VRegInfo &regInfo) in DumpVRegLocation()
725 IterateVRegsWithInfo([this, &os](auto regInfo, const auto &vreg) { in DumpVRegs()
790 IterateObjectsWithInfo([&os](auto &regInfo, const auto &vreg) { in Dump()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp159 auto regInfo = mfunc.getSubtarget().getRegisterInfo(); in GetUsedRegs() local
241 auto regInfo = machineInstr->getMF()->getSubtarget().getRegisterInfo(); in HasOperandUsingStack() local
302 auto regInfo = instr->getMF()->getSubtarget().getRegisterInfo(); in HasOperandUsingFloatReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc.h86 RegisterInfo *regInfo = nullptr; variable
Dcgfunc.h657 void SetTargetRegInfo(RegisterInfo &regInfo) in SetTargetRegInfo()
/arkcompiler/runtime_core/static_core/runtime/include/
Dstack_walker-inl.h27 bool InvokeCallback(Func func, [[maybe_unused]] compiler::VRegInfo regInfo, VRegRef &vreg) in InvokeCallback()
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp467 …pframe.IterateObjectsWithInfo([&cframe, &stackRefInput, &res](auto &regInfo, [[maybe_unused]] auto… in StackReferenceCheck()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_root.cpp299 auto iterator = [&pframe, &gcRootUpdater](auto &regInfo, auto &vreg) { in UpdateRefsInVRegs()