Searched refs:NewVReg2 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5597 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5599 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj() 5604 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 5623 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5624 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj() 5635 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 5656 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5657 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj() 5661 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 5774 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7327 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7329 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj() 7334 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 7353 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7354 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj() 7365 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 7386 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7387 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj() 7391 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 7590 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8277 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 8278 BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj() 8285 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 8306 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 8307 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj() 8319 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 8343 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 8344 BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj() 8349 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj() 8560 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|