Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp5602 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
5603 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg3) in SetupEntryBlockForSjLj()
5607 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
5628 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
5629 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tMOVi8), NewVReg3) in SetupEntryBlockForSjLj()
5636 .addReg(NewVReg3, RegState::Kill)); in SetupEntryBlockForSjLj()
5779 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
5782 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg3) in EmitSjLjDispatchBlock()
5788 .addReg(NewVReg3, RegState::Kill) in EmitSjLjDispatchBlock()
5813 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7332 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
7333 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg3) in SetupEntryBlockForSjLj()
7337 .addReg(NewVReg3, RegState::Kill) in SetupEntryBlockForSjLj()
7358 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in SetupEntryBlockForSjLj() local
7359 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tMOVi8), NewVReg3) in SetupEntryBlockForSjLj()
7366 .addReg(NewVReg3, RegState::Kill)); in SetupEntryBlockForSjLj()
7538 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
7539 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg3) in EmitSjLjDispatchBlock()
7546 .addReg(NewVReg3, RegState::Kill) in EmitSjLjDispatchBlock()
7596 unsigned NewVReg3 = MRI->createVirtualRegister(TRC); in EmitSjLjDispatchBlock() local
[all …]