Searched refs:NewVReg4 (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6448 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 6449 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tORR), NewVReg4) in SetupEntryBlockForSjLj() 6458 .addReg(NewVReg4, RegState::Kill) in SetupEntryBlockForSjLj() 6632 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 6635 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4) in EmitSjLjDispatchBlock() 6641 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 6692 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 6693 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4) in EmitSjLjDispatchBlock() 6704 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 6779 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|