Searched refs:CLEANUPRET (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyLateEHPrepare.cpp | 277 case WebAssembly::CLEANUPRET: { in replaceFuncletReturns()
|
| H A D | WebAssemblyInstrControl.td | 171 defm CLEANUPRET : NRI<(outs), (ins bb_op:$ehpad), [(cleanupret bb:$ehpad)],
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1227 CLEANUPRET, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MCInstLower.cpp | 391 case AArch64::CLEANUPRET: in Lower()
|
| H A D | AArch64FrameLowering.cpp | 2447 case AArch64::CLEANUPRET: in isFuncletReturnInstr()
|
| H A D | AArch64InstrInfo.td | 5636 def CLEANUPRET : Pseudo<(outs), (ins), [(cleanupret bb)]>, Sched<[]>;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86RegisterInfo.cpp | 849 case X86::CLEANUPRET: in isFuncletReturnInstr()
|
| H A D | X86MCInstLower.cpp | 466 case X86::CLEANUPRET: { in Lower() 2286 case X86::CLEANUPRET: { in emitInstruction()
|
| H A D | X86InstrCompiler.td | 197 def CLEANUPRET : I<0, Pseudo, (outs), (ins), "# CLEANUPRET",
|
| H A D | X86FrameLowering.cpp | 2336 case X86::CLEANUPRET: in isFuncletReturnInstr()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 448 case ISD::CLEANUPRET: return "cleanupret"; in getOperationName()
|
| H A D | SelectionDAGBuilder.cpp | 2130 SDValue Ret = DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, in visitCleanupRet()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 724 def cleanupret : SDNode<"ISD::CLEANUPRET" , SDTCleanupret, [SDNPHasChain]>;
|