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

  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 512 unsigned RetOpcode = MBBI->getOpcode();
515 assert((RetOpcode == PPC::BLR ||
516 RetOpcode == PPC::TCRETURNri ||
517 RetOpcode == PPC::TCRETURNdi ||
518 RetOpcode == PPC::TCRETURNai ||
519 RetOpcode == PPC::TCRETURNri8 ||
520 RetOpcode == PPC::TCRETURNdi8 ||
521 RetOpcode == PPC::TCRETURNai8) &&
556 bool UsesTCRet = RetOpcode == PPC::TCRETURNri ||
557 RetOpcode == PPC::TCRETURNdi |
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp     [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/MSP430/
MSP430FrameLowering.cpp 114 unsigned RetOpcode = MBBI->getOpcode();
117 switch (RetOpcode) {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 342 unsigned RetOpcode = MBBI->getOpcode();
425 if (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri) {
431 if (RetOpcode == ARM::TCRETURNdi) {
447 } else if (RetOpcode == ARM::TCRETURNri) {
644 unsigned RetOpcode = MI->getOpcode();
645 bool isTailCall = (RetOpcode == ARM::TCRETURNdi ||
646 RetOpcode == ARM::TCRETURNri);
    [all...]

Completed in 328 milliseconds