Home | History | Annotate | Download | only in ARM

Lines Matching refs:DispContBB

7476   MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock();
7477 DispatchBB->addSuccessor(DispContBB);
7481 MF->insert(MF->end(), DispContBB);
7539 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg3)
7545 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4)
7550 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT))
7591 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2)
7597 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3)
7601 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4)
7610 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLDRi), NewVReg5)
7618 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg6)
7624 BuildMI(DispContBB, dl, TII->get(ARM::tBR_JTr))
7682 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::MOVsi), NewVReg3)
7686 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::LEApcrelJT), NewVReg4)
7693 BuildMI(DispContBB, dl, TII->get(ARM::LDRrs), NewVReg5)
7700 BuildMI(DispContBB, dl, TII->get(ARM::BR_JTadd))
7705 BuildMI(DispContBB, dl, TII->get(ARM::BR_JTr))
7717 DispContBB->addSuccessor(CurMBB);