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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp272 unsigned RetOpc = I->getOpcode(); local
273 return RetOpc == Hexagon::TCRETURNi || RetOpc == Hexagon::TCRETURNr;
519 unsigned RetOpc = RetI ? RetI->getOpcode() : 0; local
529 if (RetOpc == Hexagon::EH_RETURN_JMPR) {
539 if (RetOpc == Hexagon::RESTORE_DEALLOC_RET_JMP_V4) {
568 if (RetOpc != Hexagon::JMPret || DisableDeallocRet) {
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2154 unsigned RetOpc = isThumb2 ? ARM::tBX_RET : ARM::BX_RET; local
2156 TII.get(RetOpc));

Completed in 108 milliseconds