Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp2102 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local
2115 GPRegs.push_back(I); in processFunctionBeforeFrameFinalized()
2219 for (unsigned i = 0, e = GPRegs.size(); i != e; ++i) { in processFunctionBeforeFrameFinalized()
2220 if (!GPRegs[i].isSpilledToReg()) { in processFunctionBeforeFrameFinalized()
2221 int FI = GPRegs[i].getFrameIdx(); in processFunctionBeforeFrameFinalized()
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp2438 uintptr_t *GPRegs = reinterpret_cast<uintptr_t *>( in stepWithTBTable() local
2441 newRegisters.setRegister(32 - TBTable->tb.gpr_saved + i, GPRegs[i]); in stepWithTBTable()
2444 ptrToRegs = reinterpret_cast<char *>(GPRegs); in stepWithTBTable()