Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp343 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
344 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
793 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
796 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()
808 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()
809 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()
810 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()
811 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) { in insertEpilogueInBlock()
846 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet) { in insertEpilogueInBlock()
1451 unsigned RetOpc; in insertCSRRestoresInBlock() local
[all …]
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1697 unsigned RetOpc = in LowerReturn() local
1706 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5242 unsigned RetOpc = 0; in getCallOpcode() local
5253 RetOpc = isTOCSaveRestoreRequired(Subtarget) ? PPCISD::BCTRL_LOAD_TOC in getCallOpcode()
5257 RetOpc = PPCISD::CALL_NOTOC; in getCallOpcode()
5267 RetOpc = callsShareTOCBase(&Caller, Callee, TM) ? PPCISD::CALL in getCallOpcode()
5270 RetOpc = PPCISD::CALL; in getCallOpcode()
5272 switch (RetOpc) { in getCallOpcode()
5276 RetOpc = PPCISD::BCTRL_LOAD_TOC_RM; in getCallOpcode()
5279 RetOpc = PPCISD::BCTRL_RM; in getCallOpcode()
5282 RetOpc = PPCISD::CALL_NOTOC_RM; in getCallOpcode()
5285 RetOpc = PPCISD::CALL_RM; in getCallOpcode()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13229 unsigned RetOpc = RISCVISD::RET_FLAG; in LowerReturn() local
13242 RetOpc = RISCVISD::URET_FLAG; in LowerReturn()
13244 RetOpc = RISCVISD::SRET_FLAG; in LowerReturn()
13246 RetOpc = RISCVISD::MRET_FLAG; in LowerReturn()
13249 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()