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