/third_party/skia/third_party/externals/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),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 747 CATCHRET, enumerator
|
/third_party/skia/third_party/externals/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()
|
D | AArch64ISelLowering.cpp | 1503 case AArch64::CATCHRET: in EmitInstrWithCustomInserter()
|
D | AArch64InstrInfo.td | 3609 …def CATCHRET : Pseudo<(outs), (ins am_brcond:$dst, am_brcond:$src), [(catchret bb:$dst, bb:$src)]>,
|
/third_party/skia/third_party/externals/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()
|
D | X86ISelLowering.cpp | 32239 case X86::CATCHRET: in EmitInstrWithCustomInserter()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 364 case ISD::CATCHRET: return "catchret"; in getOperationName()
|
D | SelectionDAGBuilder.cpp | 1659 SDValue Ret = DAG.getNode(ISD::CATCHRET, getCurSDLoc(), MVT::Other, in visitCatchRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 563 def catchret : SDNode<"ISD::CATCHRET" , SDTCatchret,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmWriter.inc | 1139 0U, // CATCHRET 6529 0U, // CATCHRET
|
D | AArch64GenAsmWriter1.inc | 2136 0U, // CATCHRET 7526 0U, // CATCHRET
|
D | AArch64GenMCCodeEmitter.inc | 16119 CEFBS_None, // CATCHRET = 177
|
D | AArch64GenInstrInfo.inc | 192 CATCHRET = 177, 7076 …deledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo38, -1 ,nullptr }, // Inst #177 = CATCHRET
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmWriter.inc | 2275 15320U, // CATCHRET 17526 0U, // CATCHRET 32777 0U, // CATCHRET
|
D | X86GenAsmWriter1.inc | 1984 11863U, // CATCHRET 17235 0U, // CATCHRET
|
D | X86GenInstrInfo.inc | 623 CATCHRET = 608, 18308 …eledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo132, -1 ,nullptr }, // Inst #608 = CATCHRET
|