Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp341 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
342 return RetOpc == Hexagon::PS_tailcall_i || RetOpc == Hexagon::PS_tailcall_r; in hasTailCall()
637 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
640 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()
652 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()
653 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC || in insertEpilogueInBlock()
654 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT || in insertEpilogueInBlock()
655 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_EXT_PIC) { in insertEpilogueInBlock()
688 if (RetOpc != Hexagon::PS_jmpret || DisableDeallocRet) { in insertEpilogueInBlock()
1273 unsigned RetOpc; in insertCSRRestoresInBlock() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp250 const unsigned RetOpc = Is64Bit ? X86::RETQ : X86::RETL; in populateThunk() local
273 BuildMI(CallTarget, DebugLoc(), TII->get(RetOpc)); in populateThunk()
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp283 unsigned RetOpc = I->getOpcode(); in hasTailCall() local
284 return RetOpc == Hexagon::TCRETURNi || RetOpc == Hexagon::TCRETURNr; in hasTailCall()
590 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; in insertEpilogueInBlock() local
600 if (RetOpc == Hexagon::EH_RETURN_JMPR) { in insertEpilogueInBlock()
610 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4 || in insertEpilogueInBlock()
611 RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4_PIC) { in insertEpilogueInBlock()
641 if (RetOpc != Hexagon::JMPret || DisableDeallocRet) { in insertEpilogueInBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1544 unsigned RetOpc; in LowerReturn() local
1546 RetOpc = RISCVISD::URET_FLAG; in LowerReturn()
1548 RetOpc = RISCVISD::SRET_FLAG; in LowerReturn()
1550 RetOpc = RISCVISD::MRET_FLAG; in LowerReturn()
1552 return DAG.getNode(RetOpc, DL, MVT::Other, RetOps); in LowerReturn()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1775 unsigned RetOpc = isThumb ? ARM::tBX_RET : ARM::BX_RET; in SelectRet() local
1777 TII.get(RetOpc))); in SelectRet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1411 unsigned RetOpc = in LowerReturn() local
1422 return DAG.getNode(RetOpc, dl, MVT::Other, RetOps); in LowerReturn()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2151 unsigned RetOpc = isThumb2 ? ARM::tBX_RET : ARM::BX_RET; in SelectRet() local
2153 TII.get(RetOpc)); in SelectRet()