Searched refs:GPRegs (Results 1 – 2 of 2) sorted by relevance
2517 uintptr_t *GPRegs = reinterpret_cast<uintptr_t *>( in stepWithTBTable() local2520 newRegisters.setRegister(32 - TBTable->tb.gpr_saved + i, GPRegs[i]); in stepWithTBTable()2523 ptrToRegs = reinterpret_cast<char *>(GPRegs); in stepWithTBTable()
2105 SmallVector<CalleeSavedInfo, 18> GPRegs; in processFunctionBeforeFrameFinalized() local2118 GPRegs.push_back(I); in processFunctionBeforeFrameFinalized()2222 for (const CalleeSavedInfo &GPReg : GPRegs) { in processFunctionBeforeFrameFinalized()