Searched refs:UpdatedVRSAVE (Results 1 – 1 of 1) sorted by relevance
270 unsigned UpdatedVRSAVE = RegInfo->createVirtualRegister(&PPC::GPRCRegClass); in InsertVRSaveCode() local282 UpdatedVRSAVE).addReg(InVRSAVE); in InsertVRSaveCode()283 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE); in InsertVRSaveCode()