Home | History | Annotate | Download | only in X86

Lines Matching refs:CATCHRET

1266     // If we're a catch funclet, we can be returned to via catchret. Save ESP
1396 case X86::CATCHRET:
1484 if (MBBI->getOpcode() == X86::CATCHRET) {
1485 // SEH shouldn't use catchret.
1488 "SEH should not use CATCHRET");
1918 // Don't restore CSRs before an SEH catchret. SEH except blocks do not form
1920 if (MI->getOpcode() == X86::CATCHRET) {
2623 // FIXME: Don't set FrameSetup flag in catchret case.