Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10846 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10847 BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj()
10854 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
10875 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10876 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj()
10888 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
10912 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10913 BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj()
10918 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
11124 Register NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]