Searched refs:CATCHRET (Results 1 – 25 of 66) sorted by relevance
123
/external/llvm-project/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 | catchpad-realign-savexmm.ll | 68 ; CHECK: retq # CATCHRET
|
D | late-address-taken.ll | 39 ; CHECK: retq # CATCHRET
|
D | win64-funclet-savexmm.ll | 103 ; CHECK: retq # CATCHRET
|
D | win64-eh-empty-block-2.mir | 221 CATCHRET %bb.8, %bb.0
|
/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-project/llvm/test/CodeGen/WebAssembly/ |
D | eh-labels.mir | 42 CATCHRET %bb.2, %bb.0, implicit-def dead $arguments
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLateEHPrepare.cpp | 143 if (TI->getOpcode() == WebAssembly::CATCHRET) in recordCatchRetBBs() 178 case WebAssembly::CATCHRET: { in replaceFuncletReturns()
|
D | WebAssemblyInstrInfo.cpp | 38 WebAssembly::CATCHRET), in WebAssemblyInstrInfo()
|
D | WebAssemblyInstrControl.td | 174 defm CATCHRET : NRI<(outs), (ins bb_op:$dst, bb_op:$from),
|
/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/llvm-project/llvm/test/DebugInfo/COFF/ |
D | fpo-funclet.ll | 26 ; CHECK: retl # CATCHRET
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 921 CATCHRET, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 306 case AArch64::CATCHRET: in Lower()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64MCInstLower.cpp | 306 case AArch64::CATCHRET: in Lower()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.cpp | 707 case X86::CATCHRET: in isFuncletReturnInstr()
|
123