Home | History | Annotate | Download | only in ARM

Lines Matching refs:DispContBB

5741   MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock();
5742 DispatchBB->addSuccessor(DispContBB);
5747 MF->insert(MF->end(), DispContBB);
5775 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg2)
5782 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg3)
5787 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT))
5808 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2)
5814 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3)
5819 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4)
5829 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLDRi), NewVReg5)
5835 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg6)
5840 BuildMI(DispContBB, dl, TII->get(ARM::tBR_JTr))
5860 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::MOVsi), NewVReg2)
5864 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::LEApcrelJT), NewVReg3)
5873 BuildMI(DispContBB, dl, TII->get(ARM::LDRrs), NewVReg4)
5879 BuildMI(DispContBB, dl, TII->get(ARM::BR_JTadd))
5892 DispContBB->addSuccessor(CurMBB);