Home | History | Annotate | Download | only in ARM

Lines Matching refs:DispContBB

8434   MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock();
8435 DispatchBB->addSuccessor(DispContBB);
8439 MF->insert(MF->end(), DispContBB);
8504 BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT), NewVReg3)
8509 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4)
8516 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT))
8561 BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2)
8568 BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3)
8573 BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4)
8583 BuildMI(DispContBB, dl, TII->get(ARM::tLDRi), NewVReg5)
8592 BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg6)
8599 BuildMI(DispContBB, dl, TII->get(ARM::tBR_JTr))
8663 BuildMI(DispContBB, dl, TII->get(ARM::MOVsi), NewVReg3)
8669 BuildMI(DispContBB, dl, TII->get(ARM::LEApcrelJT), NewVReg4)
8676 BuildMI(DispContBB, dl, TII->get(ARM::LDRrs), NewVReg5)
8684 BuildMI(DispContBB, dl, TII->get(ARM::BR_JTadd))
8689 BuildMI(DispContBB, dl, TII->get(ARM::BR_JTr))
8701 DispContBB->addSuccessor(CurMBB);