Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp340 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
341 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
791 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
794 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()
806 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()
807 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()
808 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()
1454 unsigned RetOpc; in insertCSRRestoresInBlock() local
1461 DeallocCall = BuildMI(MBB, MI, DL, HII.get(RetOpc)) in insertCSRRestoresInBlock()
1467 unsigned RetOpc; in insertCSRRestoresInBlock() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp215 const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL; in populateThunk() local
251 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2154 unsigned RetOpc; in SelectRet() local
2157 RetOpc = ARM::tBXNS_RET; in SelectRet()
2161 RetOpc = Subtarget->getReturnOpcode(); in SelectRet()
2164 TII.get(RetOpc)); in SelectRet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1498 unsigned RetOpc = in LowerReturn() local
1509 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8272 unsigned RetOpc = RISCVISD::RET_FLAG; in LowerReturn() local
8285 RetOpc = RISCVISD::URET_FLAG; in LowerReturn()
8287 RetOpc = RISCVISD::SRET_FLAG; in LowerReturn()
8289 RetOpc = RISCVISD::MRET_FLAG; in LowerReturn()
8292 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()