Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp71 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in runOnMachineFunction() local
76 if (Term.getOpcode() == RetOpc) in runOnMachineFunction()
H A DX86IndirectThunks.cpp223 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in populateThunk() local
259 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/freebsd-14.2/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()
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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1759 unsigned RetOpc = in LowerReturn() local
1768 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5333 unsigned RetOpc = 0; in getCallOpcode() local
5348 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()
5360 RetOpc = in getCallOpcode()
5363 RetOpc = PPCISD::CALL; in getCallOpcode()
5365 switch (RetOpc) { in getCallOpcode()
5369 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()
5372 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()
5375 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()
5378 RetOpc = PPCISD::CALL_RM; in getCallOpcode()
5381 RetOpc = PPCISD::CALL_NOP_RM; in getCallOpcode()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp18716 unsigned RetOpc = RISCVISD::RET_GLUE; in LowerReturn() local
18729 RetOpc = RISCVISD::SRET_GLUE; in LowerReturn()
18731 RetOpc = RISCVISD::MRET_GLUE; in LowerReturn()
18734 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()