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.cpp10909 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10910 BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2) in SetupEntryBlockForSjLj()
10917 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
10938 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10939 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2) in SetupEntryBlockForSjLj()
10951 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
10975 Register NewVReg2 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
10976 BuildMI(*MBB, MI, dl, TII->get(ARM::PICADD), NewVReg2) in SetupEntryBlockForSjLj()
10981 .addReg(NewVReg2, RegState::Kill) in SetupEntryBlockForSjLj()
11187 Register NewVReg2 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]