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.cpp205 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in populateThunk() local
241 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp346 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
347 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
796 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
799 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2157 unsigned RetOpc; in SelectRet() local
2160 RetOpc = ARM::tBXNS_RET; in SelectRet()
2164 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
2167 TII.get(RetOpc)); in SelectRet()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1743 unsigned RetOpc = in LowerReturn() local
1752 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5447 unsigned RetOpc = 0; in getCallOpcode() local
5458 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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp20295 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