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()
205 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in populateThunk() local241 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
346 unsigned RetOpc = I->getOpcode(); in hasTailCall() local347 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()796 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local799 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()811 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()812 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()813 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()814 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) { in insertEpilogueInBlock()849 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet) { in insertEpilogueInBlock()1453 unsigned RetOpc; in insertCSRRestoresInBlock() local[all …]
2157 unsigned RetOpc; in SelectRet() local2160 RetOpc = ARM::tBXNS_RET; in SelectRet()2164 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()2167 TII.get(RetOpc)); in SelectRet()
1743 unsigned RetOpc = in LowerReturn() local1752 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
5447 unsigned RetOpc = 0; in getCallOpcode() local5458 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC in getCallOpcode()5462 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()5474 RetOpc = in getCallOpcode()5477 RetOpc = PPCISD::CALL; in getCallOpcode()5479 switch (RetOpc) { in getCallOpcode()5483 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()5486 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()5489 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()5492 RetOpc = PPCISD::CALL_RM; in getCallOpcode()[all …]
20295 unsigned RetOpc = RISCVISD::RET_GLUE; in LowerReturn() 20308 RetOpc = RISCVISD::SRET_GLUE; in LowerReturn() 20310 RetOpc = RISCVISD::MRET_GLUE; in LowerReturn() 20313 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in validateCCReservedRegs() 20292 unsigned RetOpc = RISCVISD::RET_GLUE; LowerReturn() local