Searched refs:NewVReg1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 10840 Register NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 10841 BuildMI(*MBB, MI, dl, TII->get(ARM::t2LDRpci), NewVReg1) in SetupEntryBlockForSjLj() 10848 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 10870 Register NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 10871 BuildMI(*MBB, MI, dl, TII->get(ARM::tLDRpci), NewVReg1) in SetupEntryBlockForSjLj() 10877 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 10906 Register NewVReg1 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local 10907 BuildMI(*MBB, MI, dl, TII->get(ARM::LDRi12), NewVReg1) in SetupEntryBlockForSjLj() 10914 .addReg(NewVReg1, RegState::Kill) in SetupEntryBlockForSjLj() 11031 Register NewVReg1 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local [all …]
|