Searched refs:NewVReg4 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7024 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7025 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tORR), NewVReg4) in SetupEntryBlockForSjLj() 7034 .addReg(NewVReg4, RegState::Kill) in SetupEntryBlockForSjLj() 7204 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 7207 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4) in EmitSjLjDispatchBlock() 7213 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 7262 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 7263 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4) in EmitSjLjDispatchBlock() 7273 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 7347 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|