Home
last modified time | relevance | path

Searched refs:GPRegs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2517 uintptr_t *GPRegs = reinterpret_cast<uintptr_t *>( in stepWithTBTable() local
2520 newRegisters.setRegister(32 - TBTable->tb.gpr_saved + i, GPRegs[i]); in stepWithTBTable()
2523 ptrToRegs = reinterpret_cast<char *>(GPRegs); in stepWithTBTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2105 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local
2118 GPRegs.push_back(I); in processFunctionBeforeFrameFinalized()
2222 for (const CalleeSavedInfo &GPReg : GPRegs) { in processFunctionBeforeFrameFinalized()