Searched refs:GetLastCallerReg (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | cframe.cpp | 268 os << " [Caller saved registers] " << GetLastCallerReg(ARCH, false) << " " << GetFirstCallerReg(ARCH, false) in DumpCallerRegs() 270 for (auto i = ark::helpers::ToSigned(GetLastCallerReg(ARCH, false)); in DumpCallerRegs() 281 for (auto i = ark::helpers::ToSigned(GetLastCallerReg(ARCH, true)); in DumpCallerFPRegs()
|
/arkcompiler/runtime_core/libpandabase/utils/ |
H A D | arch.h | 260 inline constexpr size_t GetLastCallerReg(Arch arch, bool is_fp) in GetLastCallerReg() function
|
/arkcompiler/runtime_core/static_core/libpandabase/utils/ |
H A D | arch.h | 278 inline constexpr size_t GetLastCallerReg(Arch arch, bool isFp) in GetLastCallerReg() function
|
/arkcompiler/runtime_core/compiler/optimizer/analysis/ |
H A D | liveness_analyzer.cpp | 545 for (auto reg = GetFirstCallerReg(arch, is_fp); reg <= GetLastCallerReg(arch, is_fp); ++reg) { in BlockPhysicalRegisters()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | liveness_analyzer.cpp | 796 for (auto reg = GetFirstCallerReg(arch, IS_FP); reg <= GetLastCallerReg(arch, IS_FP); ++reg) { in BlockPhysicalRegisters()
|
Completed in 6 milliseconds