HomeSort by: relevance | last modified time | path
    Searched refs:CLEANUPRET (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ISDOpcodes.h 991 /// CLEANUPRET - Represents a return from a cleanup block funclet. Used for
993 CLEANUPRET,
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyLateEHPrepare.cpp 225 // Replace pseudo-instructions catchret and cleanupret with br and rethrow
248 case WebAssembly::CLEANUPRET: {
249 // Replace a cleanupret with a rethrow. For C++ support, currently
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 317 case AArch64::CLEANUPRET:
AArch64FrameLowering.cpp 1647 case AArch64::CLEANUPRET:
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGDumper.cpp 382 case ISD::CLEANUPRET: return "cleanupret";
SelectionDAGBuilder.cpp 1782 /// When an invoke or a cleanupret unwinds to the next EH pad, there are
1863 DAG.getNode(ISD::CLEANUPRET, getCurSDLoc(), MVT::Other, getControlRoot());
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86RegisterInfo.cpp 715 case X86::CLEANUPRET:
X86MCInstLower.cpp 778 case X86::CLEANUPRET: {
779 // Replace CLEANUPRET with the appropriate RET.
2402 case X86::CLEANUPRET: {
2404 OutStreamer->AddComment("CLEANUPRET");
X86FrameLowering.cpp 1908 case X86::CLEANUPRET:

Completed in 51 milliseconds