Searched refs:CATCHRET (Results 1 – 13 of 13) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | win-catchpad-nested.ll | 38 ; CHECK: retq # CATCHRET 42 ; CHECK: retq # CATCHRET
|
D | win-catchpad-varargs.ll | 64 ; X64: retq # CATCHRET 101 ; X86: retl # CATCHRET
|
D | catchpad-regmask.ll | 84 ; CHECK: retq # CATCHRET 130 ; CHECK: retq # CATCHRET
|
D | late-address-taken.ll | 38 ; CHECK: retq # CATCHRET
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 601 CATCHRET, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 287 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 1215 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1396 case X86::CATCHRET: in isFuncletReturnInstr() 1484 if (MBBI->getOpcode() == X86::CATCHRET) { in emitEpilogue() 1920 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
D | X86MCInstLower.cpp | 543 case X86::CATCHRET: { in Lower() 1104 case X86::CATCHRET: { in EmitInstruction()
|
D | X86InstrCompiler.td | 159 // CATCHRET needs a custom inserter for SEH. 161 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from), 162 "# CATCHRET",
|
D | X86InstrInfo.cpp | 109 X86::CATCHRET), in X86InstrInfo()
|
D | X86ISelLowering.cpp | 22301 case X86::CATCHRET: in EmitInstrWithCustomInserter()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 463 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|