Searched refs:RetOpc (Results 1 – 7 of 7) sorted by relevance
72 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in runOnMachineFunction() local77 if (Term.getOpcode() == RetOpc) in runOnMachineFunction()
199 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in populateThunk() local235 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
335 unsigned RetOpc = I->getOpcode(); in hasTailCall() local336 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()785 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local788 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()800 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()801 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()802 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()803 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) { in insertEpilogueInBlock()838 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet) { in insertEpilogueInBlock()1440 unsigned RetOpc; in insertCSRRestoresInBlock() local[all …]
2220 unsigned RetOpc; in SelectRet() local2223 RetOpc = ARM::tBXNS_RET; in SelectRet()2227 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()2230 TII.get(RetOpc)); in SelectRet()
1697 unsigned RetOpc = in LowerReturn() local1706 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
5462 unsigned RetOpc = 0; in getCallOpcode() local5473 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC in getCallOpcode()5477 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()5489 RetOpc = in getCallOpcode()5492 RetOpc = PPCISD::CALL; in getCallOpcode()5494 switch (RetOpc) { in getCallOpcode()5498 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()5501 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()5504 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()5507 RetOpc = PPCISD::CALL_RM; in getCallOpcode()[all …]
22912 unsigned RetOpc = RISCVISD::RET_GLUE; in LowerReturn() local22925 RetOpc = RISCVISD::SRET_GLUE; in LowerReturn()22929 RetOpc = RISCVISD::QC_C_MILEAVERET_GLUE; in LowerReturn()22931 RetOpc = RISCVISD::MRET_GLUE; in LowerReturn()22934 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()