Lines Matching refs:NewVReg2
10846 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10847 BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj()
10854 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
10875 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10876 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj()
10888 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
10912 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10913 BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj()
10918 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
11124 Register NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
11125 BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2) in EmitSjLjDispatchBlock()
11139 .addReg(NewVReg2, RegState::Kill) in EmitSjLjDispatchBlock()