Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp72 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in runOnMachineFunction() local
77 if (Term.getOpcode() == RetOpc) in runOnMachineFunction()
H A DX86IndirectThunks.cpp199 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in populateThunk() local
235 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp335 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
336 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
785 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
788 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2220 unsigned RetOpc; in SelectRet() local
2223 RetOpc = ARM::tBXNS_RET; in SelectRet()
2227 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
2230 TII.get(RetOpc)); in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1697 unsigned RetOpc = in LowerReturn() local
1706 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5462 unsigned RetOpc = 0; in getCallOpcode() local
5473 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22912 unsigned RetOpc = RISCVISD::RET_GLUE; in LowerReturn() local
22925 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()