Searched refs:RetOpc (Results 1 – 7 of 7) sorted by relevance
341 unsigned RetOpc = I->getOpcode(); in hasTailCall() local342 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()637 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local640 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()652 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()653 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()654 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()655 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) { in insertEpilogueInBlock()688 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet) { in insertEpilogueInBlock()1273 unsigned RetOpc; in insertCSRRestoresInBlock() local[all …]
250 const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL; in populateThunk() local273 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
283 unsigned RetOpc = I->getOpcode(); in hasTailCall() local284 return RetOpc == Hexagon::TCRETURNi || RetOpc == Hexagon::TCRETURNr; in hasTailCall()590 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local600 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()610 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()611 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC) { in insertEpilogueInBlock()641 if (RetOpc != Hexagon::JMPret || DisableDeallocRet) { in insertEpilogueInBlock()
1544 unsigned RetOpc; in LowerReturn() local1546 RetOpc = RISCVISD::URET_FLAG; in LowerReturn()1548 RetOpc = RISCVISD::SRET_FLAG; in LowerReturn()1550 RetOpc = RISCVISD::MRET_FLAG; in LowerReturn()1552 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()
1775 unsigned RetOpc = isThumb ? ARM::tBX_RET : ARM::BX_RET; in SelectRet() local1777 TII.get(RetOpc))); in SelectRet()
1411 unsigned RetOpc = in LowerReturn() local1422 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
2151 unsigned RetOpc = isThumb2 ? ARM::tBX_RET : ARM::BX_RET; in SelectRet() local2153 TII.get(RetOpc)); in SelectRet()