Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10852 Register NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10853 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg3) in SetupEntryBlockForSjLj()
10857 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
10880 Register NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10881 BuildMI(*MBB, MI, dl, TII->get(ARM::tMOVi8), NewVReg3) in SetupEntryBlockForSjLj()
10889 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
11069 Register NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
11070 BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT), NewVReg3) in EmitSjLjDispatchBlock()
11076 .addReg(NewVReg3, RegState::Kill) in EmitSjLjDispatchBlock()
11131 Register NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]