Lines Matching defs:SEH
425 // Given a load or a store instruction, generate an appropriate unwinding SEH
442 report_fatal_error("No SEH Opcode for instruction " + TII.getName(Opc));
484 // As two SEH instructions are appended here, they won't get interleaved
506 report_fatal_error("No matching SEH Opcode for t2STR_PRE");
520 report_fatal_error("No matching SEH Opcode for t2LDR_POST");
619 report_fatal_error("No SEH Opcode for MOV");
658 // Check if this instruction already has got a SEH opcode added. In that
1116 // to allow inserting accurate SEH instructions (including accurate
1154 MachineInstrBuilder Instr, SEH;
1162 SEH = BuildMI(MF, dl, TII.get(ARM::SEH_StackAlloc))
1166 MBB.insertAfter(Instr, SEH);
1266 // Emit a SEH opcode indicating the prologue end. The rest of the prologue