/external/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1193 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1194 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue() 1195 RetOpcode == PPC::TCRETURNdi || in emitEpilogue() 1196 RetOpcode == PPC::TCRETURNai || in emitEpilogue() 1197 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue() 1198 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue() 1199 RetOpcode == PPC::TCRETURNai8; in emitEpilogue() 1309 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1311 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue() 1347 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1465 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1466 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue() 1467 RetOpcode == PPC::TCRETURNdi || in emitEpilogue() 1468 RetOpcode == PPC::TCRETURNai || in emitEpilogue() 1469 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue() 1470 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue() 1471 RetOpcode == PPC::TCRETURNai8; in emitEpilogue() 1696 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1698 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue() 1733 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local [all …]
|
D | PPCAsmPrinter.cpp | 1226 unsigned RetOpcode = MI->getOperand(0).getImm(); in EmitInstruction() local 1228 RetInst.setOpcode(RetOpcode); in EmitInstruction() 1237 if (RetOpcode == PPC::BCCLR) { in EmitInstruction() 1239 } else if (RetOpcode == PPC::TCRETURNdi8 || RetOpcode == PPC::TCRETURNri8 || in EmitInstruction() 1240 RetOpcode == PPC::TCRETURNai8) { in EmitInstruction() 1242 } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) { in EmitInstruction()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCFrameLowering.cpp | 1573 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1574 bool UsesTCRet = RetOpcode == PPC::TCRETURNri || in emitEpilogue() 1575 RetOpcode == PPC::TCRETURNdi || in emitEpilogue() 1576 RetOpcode == PPC::TCRETURNai || in emitEpilogue() 1577 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue() 1578 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue() 1579 RetOpcode == PPC::TCRETURNai8; in emitEpilogue() 1799 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1801 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue() 1842 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local [all …]
|
D | PPCAsmPrinter.cpp | 1280 unsigned RetOpcode = MI->getOperand(0).getImm(); in emitInstruction() local 1282 RetInst.setOpcode(RetOpcode); in emitInstruction() 1291 if (RetOpcode == PPC::BCCLR) { in emitInstruction() 1293 } else if (RetOpcode == PPC::TCRETURNdi8 || RetOpcode == PPC::TCRETURNri8 || in emitInstruction() 1294 RetOpcode == PPC::TCRETURNai8) { in emitInstruction() 1296 } else if (RetOpcode == PPC::BLR8 || RetOpcode == PPC::TAILB8) { in emitInstruction()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 115 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 118 switch (RetOpcode) { in emitEpilogue()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 114 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 117 switch (RetOpcode) { in emitEpilogue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430FrameLowering.cpp | 114 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 117 switch (RetOpcode) { in emitEpilogue()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 349 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 357 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue() 397 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue() 398 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 350 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 358 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue() 398 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue() 399 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
|
/external/llvm-project/llvm/lib/Target/XCore/ |
D | XCoreFrameLowering.cpp | 350 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 358 if (RetOpcode == XCore::EH_RETURN) { in emitEpilogue() 398 assert(RetOpcode == XCore::RETSP_u6 in emitEpilogue() 399 || RetOpcode == XCore::RETSP_lu6); in emitEpilogue()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1069 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local 1070 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst() 1072 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst() 1074 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst() 1075 RetOpcode == ARM::tTRAP; in emitPopInst() 1076 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
|
D | ARMExpandPseudoInsts.cpp | 1939 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local 1949 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI() 1967 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
|
/external/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 970 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local 971 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst() 973 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst() 975 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst() 976 RetOpcode == ARM::tTRAP; in emitPopInst()
|
D | ARMExpandPseudoInsts.cpp | 1002 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local 1012 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI() 1030 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFrameLowering.cpp | 1065 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local 1066 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst() 1068 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst() 1070 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst() 1071 RetOpcode == ARM::tTRAP; in emitPopInst()
|
D | ARMExpandPseudoInsts.cpp | 1167 unsigned RetOpcode = MBBI->getOpcode(); in ExpandMI() local 1177 if (RetOpcode == ARM::TCRETURNdi) { in ExpandMI() 1195 } else if (RetOpcode == ARM::TCRETURNri) { in ExpandMI()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 654 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 655 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi || in emitEpilogue() 656 RetOpcode == AArch64::TCRETURNri; in emitEpilogue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 1388 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1389 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi || in emitEpilogue() 1390 RetOpcode == AArch64::TCRETURNri || in emitEpilogue() 1391 RetOpcode == AArch64::TCRETURNriBTI; in emitEpilogue()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 190 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentPopSize() local 191 IsTailCallReturn = RetOpcode == AArch64::TCRETURNdi || in getArgumentPopSize() 192 RetOpcode == AArch64::TCRETURNri || in getArgumentPopSize() 193 RetOpcode == AArch64::TCRETURNriBTI; in getArgumentPopSize()
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1483 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local 1632 if (!isTailCallOpcode(RetOpcode)) { in emitEpilogue()
|