Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ReturnThunks.cpp68 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in runOnMachineFunction() local
73 if (Term.getOpcode() == RetOpc) in runOnMachineFunction()
H A DX86IndirectThunks.cpp216 const unsigned RetOpc = Is64Bit ? X86::RET64 : X86::RET32; in populateThunk() local
252 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp344 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
345 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
794 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
797 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()
809 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()
810 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()
811 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()
1457 unsigned RetOpc; in insertCSRRestoresInBlock() local
1464 DeallocCall = BuildMI(MBB, MI, DL, HII.get(RetOpc)) in insertCSRRestoresInBlock()
1470 unsigned RetOpc; in insertCSRRestoresInBlock() local
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1575 unsigned RetOpc = in LowerReturn() local
1584 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5230 unsigned RetOpc = 0; in getCallOpcode() local
5245 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()
5255 RetOpc = callsShareTOCBase(&Caller, Callee, TM) ? PPCISD::CALL in getCallOpcode()
5258 RetOpc = PPCISD::CALL; in getCallOpcode()
5260 switch (RetOpc) { in getCallOpcode()
5264 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()
5267 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()
5270 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()
5273 RetOpc = PPCISD::CALL_RM; in getCallOpcode()
5276 RetOpc = PPCISD::CALL_NOP_RM; in getCallOpcode()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp11554 unsigned RetOpc = RISCVISD::RET_FLAG; in LowerReturn() local
11567 RetOpc = RISCVISD::URET_FLAG; in LowerReturn()
11569 RetOpc = RISCVISD::SRET_FLAG; in LowerReturn()
11571 RetOpc = RISCVISD::MRET_FLAG; in LowerReturn()
11574 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()