Home
last modified time | relevance | path

Searched refs:NewVReg1 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp5592 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/
DARMISelLowering.cpp7322 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 …]