Lines Matching defs:SEH
810 // No need for SEH instructions here; if we're realigning the stack,
811 // we've set a frame pointer and already finished the SEH prologue.
1224 // Given a load or a store instruction, generate an appropriate unwinding SEH
1241 llvm_unreachable("No SEH Opcode for this instruction");
1369 // Fix up the SEH opcode associated with the save/restore instruction.
1376 llvm_unreachable("Fix the offset in the SEH instruction");
1489 // Get rid of the SEH code associated with the old instruction.
1491 auto SEH = std::next(MBBI);
1492 if (AArch64InstrInfo::isSEHInstruction(*SEH))
1493 SEH->eraseFromParent();
1539 // Generate a new SEH code that corresponds to the new instruction.
1602 "Expecting a SEH instruction");
2007 // included in the SEH unwind info.
2148 // No need for SEH instructions here; if we're realigning the stack,
2149 // we've set a frame pointer and already finished the SEH prologue.
2218 // SEH opcode indicating the prologue end.
2224 // SEH funclets are passed the frame pointer in X1. If the parent
2399 // Note that there are cases where we insert SEH opcodes in the
2400 // epilogue when we had no SEH opcodes in the prologue. For
2403 // we didn't emit any SEH opcodes to avoid generating WinCFI for