Home
last modified time | relevance | path

Searched refs:GetLastCallerReg (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dcframe.cpp268 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 Darch.h260 inline constexpr size_t GetLastCallerReg(Arch arch, bool is_fp) in GetLastCallerReg() function
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Darch.h278 inline constexpr size_t GetLastCallerReg(Arch arch, bool isFp) in GetLastCallerReg() function
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Dliveness_analyzer.cpp545 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 Dliveness_analyzer.cpp796 for (auto reg = GetFirstCallerReg(arch, IS_FP); reg <= GetLastCallerReg(arch, IS_FP); ++reg) { in BlockPhysicalRegisters()

Completed in 6 milliseconds