Lines Matching defs:RetOpc
346 unsigned RetOpc = I->getOpcode();
347 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r;
796 unsigned RetOpc = RetI ? RetI->getOpcode() : 0;
799 if (RetOpc == Hexagon::EH_RETURN_JMPR) {
811 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 ||
812 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC ||
813 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT ||
814 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) {
849 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet) {
1453 unsigned RetOpc;
1455 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_EXT_PIC
1458 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_BEFORE_TAILCALL_V4_PIC
1460 DeallocCall = BuildMI(MBB, MI, DL, HII.get(RetOpc))
1466 unsigned RetOpc;
1468 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC
1471 RetOpc = IsPIC ? Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC
1473 DeallocCall = BuildMI(MBB, It, DL, HII.get(RetOpc))