HomeSort by relevance Sort by last modified time
    Searched refs:RetOpcode (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 698 unsigned RetOpcode = MBBI->getOpcode();
701 assert((RetOpcode == PPC::BLR ||
702 RetOpcode == PPC::TCRETURNri ||
703 RetOpcode == PPC::TCRETURNdi ||
704 RetOpcode == PPC::TCRETURNai ||
705 RetOpcode == PPC::TCRETURNri8 ||
706 RetOpcode == PPC::TCRETURNdi8 ||
707 RetOpcode == PPC::TCRETURNai8) &&
755 bool UsesTCRet = RetOpcode == PPC::TCRETURNri ||
756 RetOpcode == PPC::TCRETURNdi |
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 140 unsigned RetOpcode = MBBI->getOpcode();
142 return RetOpcode == Hexagon::TCRETURNtg || RetOpcode == Hexagon::TCRETURNtext;
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 202 unsigned RetOpcode = MBBI->getOpcode();
209 if (RetOpcode == AArch64::TC_RETURNdi ||
210 RetOpcode == AArch64::TC_RETURNxi) {
215 if (RetOpcode == AArch64::TC_RETURNdi) {
226 assert(RetOpcode == AArch64::TC_RETURNxi && JumpTarget.isReg()
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 114 unsigned RetOpcode = MBBI->getOpcode();
117 switch (RetOpcode) {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 350 unsigned RetOpcode = MBBI->getOpcode();
439 if (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri) {
445 if (RetOpcode == ARM::TCRETURNdi) {
461 } else if (RetOpcode == ARM::TCRETURNri) {
658 unsigned RetOpcode = MI->getOpcode();
659 bool isTailCall = (RetOpcode == ARM::TCRETURNdi ||
660 RetOpcode == ARM::TCRETURNri);
    [all...]

Completed in 83 milliseconds