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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86IndirectThunks.cpp216 const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL; local
252 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp340 unsigned RetOpc = I->getOpcode(); local
341 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r;
791 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; local
794 if (RetOpc == Hexagon::EH_RETURN_JMPR) {
806 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 ||
807 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC ||
808 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT ||
809 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) {
844 if (RetOpc !
1453 unsigned RetOpc; local
1466 unsigned RetOpc; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2557 unsigned RetOpc; local
2559 RetOpc = RISCVISD::URET_FLAG;
2561 RetOpc = RISCVISD::SRET_FLAG;
2563 RetOpc = RISCVISD::MRET_FLAG;
2565 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2157 unsigned RetOpc; local
2160 RetOpc = ARM::tBXNS_RET;
2164 RetOpc = Subtarget->getReturnOpcode();
2167 TII.get(RetOpc));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp1381 unsigned RetOpc = local
1392 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps);

Completed in 80 milliseconds