Lines Matching refs:NewVReg2
6413 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6415 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj()
6420 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
6439 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6440 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj()
6451 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
6472 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6473 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj()
6477 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
6681 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
6682 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2) in EmitSjLjDispatchBlock()
6695 .addReg(NewVReg2, RegState::Kill) in EmitSjLjDispatchBlock()