Searched defs:regInfo (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | stack_walker_test.cpp | 176 … success = walker.IterateVRegsWithInfo([&wasSet, &walker](const auto ®Info, const auto ®) { in TEST_F() 189 success = walker.IterateVRegsWithInfo([&walker](const auto ®Info, const auto ®) { in TEST_F() 200 success = walker.IterateVRegsWithInfo([&walker](const auto ®Info, const auto ®) { in TEST_F() 210 success = walker.IterateVRegsWithInfo([](const auto ®Info, const auto ®) { in TEST_F() 220 success = walker.IterateVRegsWithInfo([](const auto ®Info, const auto ®) { in TEST_F() 230 success = walker.IterateVRegsWithInfo([](const auto ®Info, const auto ®) { in TEST_F() 320 …FirstRunModifyVregs(int *regIndex, StackWalker *walker, ObjectHeader *obj, const VRegInfo *regInfo, in FirstRunModifyVregs() 342 static bool CheckVregs(int *regIndex, ObjectHeader *obj, const VRegInfo ®Info, const VRegRef &re… in CheckVregs() 390 …success = walker.IterateVRegsWithInfo([®Index, &walker, &obj](const auto ®Info, const auto &… in TestModifyManyVregs() 397 … success = walker.IterateVRegsWithInfo([®Index, &obj](const auto ®Info, const auto ®) { in TestModifyManyVregs()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg_stackmap_computation.h | 62 RegisterInfo *regInfo = nullptr; variable
|
| D | reg_alloc.h | 86 RegisterInfo *regInfo = nullptr; variable
|
| D | cgfunc.h | 1102 void SetTargetRegInfo(RegisterInfo ®Info) in SetTargetRegInfo()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | stack_walker.cpp | 302 void StackWalker::SetVRegValue(VRegInfo regInfo, T value) in SetVRegValue() 643 IterateVRegsWithInfo([this]([[maybe_unused]] const auto ®Info, const auto &vreg) { in DebugSingleFrameVerify() 705 void StackWalker::DumpVRegLocation(std::ostream &os, VRegInfo ®Info) in DumpVRegLocation() 721 IterateVRegsWithInfo([this, &os](auto regInfo, const auto &vreg) { in DumpVRegs() 786 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/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 | 466 …pframe.IterateObjectsWithInfo([&cframe, &stackRefInput, &res](auto ®Info, [[maybe_unused]] auto… in StackReferenceCheck()
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc.cpp | 898 auto iterator = [&pframe, this](auto ®Info, auto &vreg) { in UpdateRefsInVRegs()
|