Searched defs:regInfo (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 165 success = walker.IterateVRegsWithInfo([&wasSet, &walker](const auto ®Info, const auto ®) { in WalkIfZeroRun() 178 success = walker.IterateVRegsWithInfo([&walker](const auto ®Info, const auto ®) { in WalkIfZeroRun() 189 success = walker.IterateVRegsWithInfo([&walker](const auto ®Info, const auto ®) { in WalkIfZeroRun() 205 success = walker.IterateVRegsWithInfo([](const auto ®Info, const auto ®) { in WalkIfOneRun() 215 success = walker.IterateVRegsWithInfo([](const auto ®Info, const auto ®) { in WalkIfOneRun() 225 success = walker.IterateVRegsWithInfo([](const auto ®Info, const auto ®) { 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 ®Info, const VRegRef &re… in CheckVregs() 411 …success = walker.IterateVRegsWithInfo([®Index, &walker, &obj](const auto ®Info, const auto &… in TestModifyManyVregs() 418 … success = walker.IterateVRegsWithInfo([®Index, &obj](const auto ®Info, const auto ®) { in TestModifyManyVregs()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | stack_walker.cpp | 304 void StackWalker::SetVRegValue(VRegInfo regInfo, T value) in SetVRegValue() 647 IterateVRegsWithInfo([this]([[maybe_unused]] const auto ®Info, const auto &vreg) { in DebugSingleFrameVerify() 709 void StackWalker::DumpVRegLocation(std::ostream &os, VRegInfo ®Info) in DumpVRegLocation() 725 IterateVRegsWithInfo([this, &os](auto regInfo, const auto &vreg) { in DumpVRegs() 790 IterateObjectsWithInfo([&os](auto ®Info, const auto &vreg) { in Dump()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
| D | frame_lowering.cpp | 159 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/ |
| D | reg_alloc.h | 86 RegisterInfo *regInfo = nullptr; variable
|
| D | cgfunc.h | 657 void SetTargetRegInfo(RegisterInfo ®Info) in SetTargetRegInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | stack_walker-inl.h | 27 bool InvokeCallback(Func func, [[maybe_unused]] compiler::VRegInfo regInfo, VRegRef &vreg) in InvokeCallback()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/refstorage/ |
| D | reference_storage.cpp | 467 …pframe.IterateObjectsWithInfo([&cframe, &stackRefInput, &res](auto ®Info, [[maybe_unused]] auto… in StackReferenceCheck()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_root.cpp | 299 auto iterator = [&pframe, &gcRootUpdater](auto ®Info, auto &vreg) { in UpdateRefsInVRegs()
|