Lines Matching defs:SEH
290 // Given a load or a store instruction, generate an appropriate unwinding SEH
307 report_fatal_error("No SEH Opcode for instruction " + TII.getName(Opc));
349 // As two SEH instructions are appended here, they won't get interleaved
371 report_fatal_error("No matching SEH Opcode for t2STR_PRE");
385 report_fatal_error("No matching SEH Opcode for t2LDR_POST");
484 report_fatal_error("No SEH Opcode for MOV");
523 // Check if this instruction already has got a SEH opcode added. In that
986 // to allow inserting accurate SEH instructions (including accurate
1024 MachineInstrBuilder Instr, SEH;
1032 SEH = BuildMI(MF, dl, TII.get(ARM::SEH_StackAlloc))
1036 MBB.insertAfter(Instr, SEH);
1106 // Emit a SEH opcode indicating the prologue end. The rest of the prologue