HomeSort by: relevance | last modified time | path
    Searched refs:RetOpcode (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 114 unsigned RetOpcode = MBBI->getOpcode();
117 switch (RetOpcode) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 1621 unsigned RetOpcode = MBBI->getOpcode();
1622 bool UsesTCRet = RetOpcode == PPC::TCRETURNri ||
1623 RetOpcode == PPC::TCRETURNdi ||
1624 RetOpcode == PPC::TCRETURNai ||
1625 RetOpcode == PPC::TCRETURNri8 ||
1626 RetOpcode == PPC::TCRETURNdi8 ||
1627 RetOpcode == PPC::TCRETURNai8;
1875 unsigned RetOpcode = MBBI->getOpcode();
1877 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) &
    [all...]
PPCAsmPrinter.cpp 1402 unsigned RetOpcode = MI->getOperand(0).getImm();
1404 RetInst.setOpcode(RetOpcode);
1412 if (RetOpcode == PPC::BCCLR) {
1414 } else if (RetOpcode == PPC::TCRETURNdi8 || RetOpcode == PPC::TCRETURNri8 ||
1415 RetOpcode == PPC::TCRETURNai8) {
1417 } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.cpp 680 Optional<unsigned> RetOpcode;
682 RetOpcode = MBBI->getOpcode();
762 if (!RetOpcode || !isTailCallOpcode(*RetOpcode)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 350 unsigned RetOpcode = MBBI->getOpcode();
358 if (RetOpcode == XCore::EH_RETURN) {
398 assert(RetOpcode == XCore::RETSP_u6
399 || RetOpcode == XCore::RETSP_lu6);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 1164 unsigned RetOpcode = MI->getOpcode();
1165 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri);
1167 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR;
1169 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl ||
1170 RetOpcode == ARM::tTRAP;
1171 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET)
    [all...]
ARMExpandPseudoInsts.cpp 1975 unsigned RetOpcode = MBBI->getOpcode();
1985 if (RetOpcode == ARM::TCRETURNdi) {
2003 } else if (RetOpcode == ARM::TCRETURNri) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 207 unsigned RetOpcode = MBBI->getOpcode();
208 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi ||
209 RetOpcode == AArch64::TCRETURNri ||
210 RetOpcode == AArch64::TCRETURNriBTI;

Completed in 89 milliseconds