Searched refs:UpdatedVRSAVE (Results 1 – 2 of 2) sorted by relevance
197 unsigned UpdatedVRSAVE = RegInfo->createVirtualRegister(&PPC::GPRCRegClass); in InsertVRSaveCode() local209 UpdatedVRSAVE).addReg(InVRSAVE); in InsertVRSaveCode()210 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE); in InsertVRSaveCode()
274 unsigned UpdatedVRSAVE = RegInfo->createVirtualRegister(&PPC::GPRCRegClass); in InsertVRSaveCode() local286 UpdatedVRSAVE).addReg(InVRSAVE); in InsertVRSaveCode()287 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE); in InsertVRSaveCode()