Home
last modified time | relevance | path

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

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp6994 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
6995 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg3) in SetupEntryBlockForSjLj()
6999 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
7020 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
7021 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tMOVi8), NewVReg3) in SetupEntryBlockForSjLj()
7028 .addReg(NewVReg3, RegState::Kill)); in SetupEntryBlockForSjLj()
7200 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
7201 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg3) in EmitSjLjDispatchBlock()
7208 .addReg(NewVReg3, RegState::Kill) in EmitSjLjDispatchBlock()
7258 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]