Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6989 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6991 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj()
6996 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
7015 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
7016 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj()
7027 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
7048 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
7049 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj()
7053 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
7252 unsigned NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]