Searched refs:NewVReg4 (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5632 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5633 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tORR), NewVReg4) in SetupEntryBlockForSjLj() 5642 .addReg(NewVReg4, RegState::Kill) in SetupEntryBlockForSjLj() 5818 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 5819 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4) in EmitSjLjDispatchBlock() 5830 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 5871 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 5873 BuildMI(DispContBB, dl, TII->get(ARM::LDRrs), NewVReg4) in EmitSjLjDispatchBlock() 5880 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7362 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7363 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tORR), NewVReg4) in SetupEntryBlockForSjLj() 7372 .addReg(NewVReg4, RegState::Kill) in SetupEntryBlockForSjLj() 7542 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 7545 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4) in EmitSjLjDispatchBlock() 7551 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 7600 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local 7601 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4) in EmitSjLjDispatchBlock() 7611 .addReg(NewVReg4, RegState::Kill) in EmitSjLjDispatchBlock() 7685 unsigned NewVReg4 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|