Searched refs:DispContBB (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6942 MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock(); local
6943 DispatchBB->addSuccessor(DispContBB);
6947 MF->insert(MF->end(), DispContBB);
7005 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg3)
7012 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4)
7017 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT))
7059 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2)
7065 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3)
7070 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4)
7080 AddDefaultPred(BuildMI(DispContBB, d
[all...]

Completed in 59 milliseconds