Home
last modified time | relevance | path

Searched refs:RetOpc (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp341 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
342 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
668 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
671 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()
683 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()
684 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()
685 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()
1304 unsigned RetOpc; in insertCSRRestoresInBlock() local
1311 DeallocCall = BuildMI(MBB, MI, DL, HII.get(RetOpc)) in insertCSRRestoresInBlock()
1317 unsigned RetOpc; in insertCSRRestoresInBlock() local
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86RetpolineThunks.cpp257 const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL; in populateThunk() local
286 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1646 unsigned RetOpc; in LowerReturn() local
1648 RetOpc = RISCVISD::URET_FLAG; in LowerReturn()
1650 RetOpc = RISCVISD::SRET_FLAG; in LowerReturn()
1652 RetOpc = RISCVISD::MRET_FLAG; in LowerReturn()
1654 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1420 unsigned RetOpc = in LowerReturn() local
1431 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()