Searched refs:NewVReg1 (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5592 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5593 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2LDRpci), NewVReg1) in SetupEntryBlockForSjLj() 5600 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 5619 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5620 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tLDRpci), NewVReg1) in SetupEntryBlockForSjLj() 5625 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 5651 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 5652 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::LDRi12), NewVReg1) in SetupEntryBlockForSjLj() 5658 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 5761 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7322 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7323 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2LDRpci), NewVReg1) in SetupEntryBlockForSjLj() 7330 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 7349 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7350 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tLDRpci), NewVReg1) in SetupEntryBlockForSjLj() 7355 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 7381 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 7382 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::LDRi12), NewVReg1) in SetupEntryBlockForSjLj() 7388 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 7505 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8271 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 8272 BuildMI(*MBB, MI, dl, TII->get(ARM::t2LDRpci), NewVReg1) in SetupEntryBlockForSjLj() 8279 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 8301 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 8302 BuildMI(*MBB, MI, dl, TII->get(ARM::tLDRpci), NewVReg1) in SetupEntryBlockForSjLj() 8308 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 8337 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 8338 BuildMI(*MBB, MI, dl, TII->get(ARM::LDRi12), NewVReg1) in SetupEntryBlockForSjLj() 8345 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 8465 unsigned NewVReg1 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|