Searched refs:CATCHRET (Results 1 – 25 of 38) sorted by relevance
12
/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 | 610 CATCHRET, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 38 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
|
D | WebAssemblyLateEHPrepare.cpp | 154 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
|
D | WebAssemblyInstrControl.td | 157 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 747 CATCHRET, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 306 case AArch64::CATCHRET: in Lower()
|
D | AArch64InstrInfo.cpp | 71 AArch64::CATCHRET), in AArch64InstrInfo() 1471 MI.getOpcode() != AArch64::CATCHRET) in expandPostRAPseudo() 1479 if (MI.getOpcode() == AArch64::CATCHRET) { in expandPostRAPseudo()
|
D | AArch64FrameLowering.cpp | 1364 case AArch64::CATCHRET: in isFuncletReturnInstr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 707 case X86::CATCHRET: in isFuncletReturnInstr()
|
D | X86FrameLowering.cpp | 1519 case X86::CATCHRET: in isFuncletReturnInstr() 1668 if (IsFunclet && Terminator->getOpcode() == X86::CATCHRET) in emitEpilogue() 2178 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
D | X86MCInstLower.cpp | 738 case X86::CATCHRET: { in Lower() 1999 case X86::CATCHRET: { in EmitInstruction()
|
D | X86InstrCompiler.td | 173 // CATCHRET needs a custom inserter for SEH. 175 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from), 176 "# CATCHRET",
|
D | X86InstrInfo.cpp | 84 X86::CATCHRET, in X86InstrInfo()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 288 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1412 case X86::CATCHRET: in isFuncletReturnInstr() 1505 if (MBBI->getOpcode() == X86::CATCHRET) { in emitEpilogue() 1967 if (MI->getOpcode() == X86::CATCHRET) { in restoreCalleeSavedRegisters()
|
D | X86MCInstLower.cpp | 492 case X86::CATCHRET: { in Lower() 1248 case X86::CATCHRET: { in EmitInstruction()
|
D | X86InstrCompiler.td | 168 // CATCHRET needs a custom inserter for SEH. 170 def CATCHRET : I<0, Pseudo, (outs), (ins brtarget32:$dst, brtarget32:$from), 171 "# CATCHRET",
|
D | X86InstrInfo.cpp | 120 X86::CATCHRET, in X86InstrInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 364 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 475 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 563 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|
12