Searched refs:RestoreMBB (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 2227 MachineBasicBlock *RestoreMBB = MF->CreateMachineBasicBlock(BB); in emitEHSjLjSetJmp() local 2230 MF->push_back(RestoreMBB); in emitEHSjLjSetJmp() 2231 RestoreMBB->setMachineBlockAddressTaken(); in emitEHSjLjSetJmp() 2240 prepareMBB(*MBB, MachineBasicBlock::iterator(MI), RestoreMBB, DL); in emitEHSjLjSetJmp() 2265 BuildMI(*ThisMBB, MI, DL, TII->get(VE::EH_SjLj_Setup)).addMBB(RestoreMBB); in emitEHSjLjSetJmp() 2270 ThisMBB->addSuccessor(RestoreMBB); in emitEHSjLjSetJmp() 2284 .addMBB(RestoreMBB); in emitEHSjLjSetJmp() 2292 BuildMI(RestoreMBB, DL, TII->get(VE::LDrii), VE::SX17); in emitEHSjLjSetJmp() 2298 BuildMI(RestoreMBB, DL, TII->get(VE::LEAzii), RestoreDestReg) in emitEHSjLjSetJmp() 2302 BuildMI(RestoreMBB, DL, TII->get(VE::BRCFLa_t)).addMBB(SinkMBB); in emitEHSjLjSetJmp() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.h | 149 MachineBasicBlock &RestoreMBB, Register SGPR,
|
| H A D | SIRegisterInfo.cpp | 1904 MachineBasicBlock &RestoreMBB, in spillEmergencySGPR() argument 1944 MI = RestoreMBB.end(); in spillEmergencySGPR() 1945 SB.setMI(&RestoreMBB, MI); in spillEmergencySGPR()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 36234 MachineBasicBlock *RestoreMBB = in EmitLoweredCatchRet() local 36237 MF->insert(std::next(BB->getIterator()), RestoreMBB); in EmitLoweredCatchRet() 36238 RestoreMBB->transferSuccessorsAndUpdatePHIs(BB); in EmitLoweredCatchRet() 36239 BB->addSuccessor(RestoreMBB); in EmitLoweredCatchRet() 36240 MI.getOperand(0).setMBB(RestoreMBB); in EmitLoweredCatchRet() 36244 RestoreMBB->setIsEHPad(true); in EmitLoweredCatchRet() 36246 auto RestoreMBBI = RestoreMBB->begin(); in EmitLoweredCatchRet() 36247 BuildMI(*RestoreMBB, RestoreMBBI, DL, TII.get(X86::JMP_4)).addMBB(TargetMBB); in EmitLoweredCatchRet()
|