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.cpp10915 Register NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10916 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg3) in SetupEntryBlockForSjLj()
10920 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
10943 Register NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10944 BuildMI(*MBB, MI, dl, TII->get(ARM::tMOVi8), NewVReg3) in SetupEntryBlockForSjLj()
10952 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
11132 Register NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
11133 BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT), NewVReg3) in EmitSjLjDispatchBlock()
11139 .addReg(NewVReg3, RegState::Kill) in EmitSjLjDispatchBlock()
11194 Register NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]