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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9687 MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock(); local
9688 DispatchBB->addSuccessor(DispContBB);
9692 MF->insert(MF->end(), DispContBB);
9757 BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT), NewVReg3)
9762 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4)
9769 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT))
9814 BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2)
9821 BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3)
9826 BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4)
9836 BuildMI(DispContBB, d
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 267 milliseconds