Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6413 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6415 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj()
6420 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
6439 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6440 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj()
6451 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
6472 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6473 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj()
6477 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
6681 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]