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 578 unsigned RetOpcode = MBBI->getOpcode();
581 assert((RetOpcode == PPC::BLR ||
582 RetOpcode == PPC::TCRETURNri ||
583 RetOpcode == PPC::TCRETURNdi ||
584 RetOpcode == PPC::TCRETURNai ||
585 RetOpcode == PPC::TCRETURNri8 ||
586 RetOpcode == PPC::TCRETURNdi8 ||
587 RetOpcode == PPC::TCRETURNai8) &&
622 bool UsesTCRet = RetOpcode == PPC::TCRETURNri ||
623 RetOpcode == PPC::TCRETURNdi |
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 167 unsigned RetOpcode = MBBI->getOpcode();
169 return RetOpcode == Hexagon::TCRETURNtg || RetOpcode == Hexagon::TCRETURNtext;
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 201 unsigned RetOpcode = MBBI->getOpcode();
208 if (RetOpcode == AArch64::TC_RETURNdi ||
209 RetOpcode == AArch64::TC_RETURNxi) {
214 if (RetOpcode == AArch64::TC_RETURNdi) {
225 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 349 unsigned RetOpcode = MBBI->getOpcode();
437 if (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri) {
443 if (RetOpcode == ARM::TCRETURNdi) {
459 } else if (RetOpcode == ARM::TCRETURNri) {
656 unsigned RetOpcode = MI->getOpcode();
657 bool isTailCall = (RetOpcode == ARM::TCRETURNdi ||
658 RetOpcode == ARM::TCRETURNri);
    [all...]

Completed in 1705 milliseconds