Searched refs:CLEANUPRET (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h749 /// CLEANUPRET - Represents a return from a cleanup block funclet. Used for
751 CLEANUPRET, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLateEHPrepare.cpp164 case WebAssembly::CLEANUPRET:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MCInstLower.cpp311 case AArch64::CLEANUPRET:
H A DAArch64FrameLowering.cpp1372 case AArch64::CLEANUPRET:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp708 case X86::CLEANUPRET:
H A DX86MCInstLower.cpp731 case X86::CLEANUPRET: {
732 // Replace CLEANUPRET with the appropriate RET.
1993 case X86::CLEANUPRET: {
1995 OutStreamer->AddComment("CLEANUPRET");
H A DX86FrameLowering.cpp1520 case X86::CLEANUPRET:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp365 case ISD::CLEANUPRET: return "cleanupret";
H A DSelectionDAGBuilder.cpp1787 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot());

Completed in 304 milliseconds