Searched refs:DispContBB (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5741 MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock(); in EmitSjLjDispatchBlock() local 5742 DispatchBB->addSuccessor(DispContBB); in EmitSjLjDispatchBlock() 5747 MF->insert(MF->end(), DispContBB); in EmitSjLjDispatchBlock() 5775 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg2) in EmitSjLjDispatchBlock() 5782 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg3) in EmitSjLjDispatchBlock() 5787 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT)) in EmitSjLjDispatchBlock() 5808 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2) in EmitSjLjDispatchBlock() 5814 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3) in EmitSjLjDispatchBlock() 5819 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4) in EmitSjLjDispatchBlock() 5829 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLDRi), NewVReg5) in EmitSjLjDispatchBlock() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 7476 MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock(); in EmitSjLjDispatchBlock() local 7477 DispatchBB->addSuccessor(DispContBB); in EmitSjLjDispatchBlock() 7481 MF->insert(MF->end(), DispContBB); in EmitSjLjDispatchBlock() 7539 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::t2LEApcrelJT),NewVReg3) in EmitSjLjDispatchBlock() 7545 BuildMI(DispContBB, dl, TII->get(ARM::t2ADDrs), NewVReg4) in EmitSjLjDispatchBlock() 7550 BuildMI(DispContBB, dl, TII->get(ARM::t2BR_JT)) in EmitSjLjDispatchBlock() 7591 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLSLri), NewVReg2) in EmitSjLjDispatchBlock() 7597 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLEApcrelJT), NewVReg3) in EmitSjLjDispatchBlock() 7601 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tADDrr), NewVReg4) in EmitSjLjDispatchBlock() 7610 AddDefaultPred(BuildMI(DispContBB, dl, TII->get(ARM::tLDRi), NewVReg5) in EmitSjLjDispatchBlock() [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 24053 MachineBasicBlock *DispContBB = MF->CreateMachineBasicBlock(); in EmitSjLjDispatchBlock() local 24054 DispatchBB->addSuccessor(DispContBB); in EmitSjLjDispatchBlock() 24058 MF->push_back(DispContBB); in EmitSjLjDispatchBlock() 24101 BuildMI(DispContBB, DL, TII->get(X86::SUB32ri), JReg) in EmitSjLjDispatchBlock() 24104 BuildMI(DispContBB, DL, in EmitSjLjDispatchBlock() 24116 DispContBB->addSuccessor(LP); in EmitSjLjDispatchBlock()
|