Home
last modified time | relevance | path

Searched refs:RetOpcode (Results 1 – 25 of 127) sorted by relevance

123456

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1186 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1189 switch (RetOpcode) { in emitEpilogue()
1289 if (RetOpcode == X86::EH_RETURN || RetOpcode == X86::EH_RETURN64) { in emitEpilogue()
1296 } else if (RetOpcode == X86::TCRETURNri || RetOpcode == X86::TCRETURNdi || in emitEpilogue()
1297 RetOpcode == X86::TCRETURNmi || in emitEpilogue()
1298 RetOpcode == X86::TCRETURNri64 || RetOpcode == X86::TCRETURNdi64 || in emitEpilogue()
1299 RetOpcode == X86::TCRETURNmi64) { in emitEpilogue()
1300 bool isMem = RetOpcode == X86::TCRETURNmi || RetOpcode == X86::TCRETURNmi64; in emitEpilogue()
1324 if (RetOpcode == X86::TCRETURNdi || RetOpcode == X86::TCRETURNdi64) { in emitEpilogue()
1329 } else if (RetOpcode == X86::TCRETURNmi || RetOpcode == X86::TCRETURNmi64) { in emitEpilogue()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp1390 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1393 assert( (RetOpcode == PPC::BLR || in emitEpilogue()
1394 RetOpcode == PPC::TCRETURNri || in emitEpilogue()
1395 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1396 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1397 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1435 RetOpcode == PPC::TCRETURNdi || in emitEpilogue()
1436 RetOpcode == PPC::TCRETURNai || in emitEpilogue()
1437 RetOpcode == PPC::TCRETURNri8 || in emitEpilogue()
1438 RetOpcode == PPC::TCRETURNdi8 || in emitEpilogue()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1341 unsigned RetOpcode = MBBI->getOpcode();
1347 RetOpcode == PPC::TCRETURNai8;
1546 unsigned RetOpcode = MBBI->getOpcode();
1548 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) &&
1583 unsigned RetOpcode = MBBI->getOpcode();
1584 if (RetOpcode == PPC::TCRETURNdi) {
1589 } else if (RetOpcode == PPC::TCRETURNri) {
1593 } else if (RetOpcode == PPC::TCRETURNai) {
1597 } else if (RetOpcode == PPC::TCRETURNdi8) {
1602 } else if (RetOpcode == PPC::TCRETURNri8) {
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1320 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1326 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1525 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1527 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1562 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1563 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1568 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1572 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1576 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1581 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1465 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
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
1734 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1739 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1743 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1747 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1752 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1465 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
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
1734 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1739 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1743 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1747 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1752 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1583 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1589 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1816 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1818 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1859 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1860 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1871 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1875 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1879 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1890 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1465 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
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
1734 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1739 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1743 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1747 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1752 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1448 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1454 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1674 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1676 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1717 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1718 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1729 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1733 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1737 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1748 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1583 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1589 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1816 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1818 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1859 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1860 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1871 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1875 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1879 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1890 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1452 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1458 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1683 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1685 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1720 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1721 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1726 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1730 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1734 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1739 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1634 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1640 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1860 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1862 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1903 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1904 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1915 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1919 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1923 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1934 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1633 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1639 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1859 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1861 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1902 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1903 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1914 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1918 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1922 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1933 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp1630 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1636 RetOpcode == PPC::TCRETURNai8; in emitEpilogue()
1884 unsigned RetOpcode = MBBI->getOpcode(); in emitEpilogue() local
1886 (RetOpcode == PPC::BLR || RetOpcode == PPC::BLR8) && in emitEpilogue()
1927 unsigned RetOpcode = MBBI->getOpcode(); in createTailCallBranchInstr() local
1928 if (RetOpcode == PPC::TCRETURNdi) { in createTailCallBranchInstr()
1939 } else if (RetOpcode == PPC::TCRETURNri) { in createTailCallBranchInstr()
1943 } else if (RetOpcode == PPC::TCRETURNai) { in createTailCallBranchInstr()
1947 } else if (RetOpcode == PPC::TCRETURNdi8) { in createTailCallBranchInstr()
1958 } else if (RetOpcode == PPC::TCRETURNri8) { in createTailCallBranchInstr()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp250 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
251 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()
252 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()
1209 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1210 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1212 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1214 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1215 RetOpcode == ARM::tTRAP; in emitPopInst()
1216 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DARMFrameLowering.cpp250 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
251 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()
252 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()
1209 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1210 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1212 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1214 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1215 RetOpcode == ARM::tTRAP; in emitPopInst()
1216 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp250 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
251 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()
252 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()
1209 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1210 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1212 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1214 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1215 RetOpcode == ARM::tTRAP; in emitPopInst()
1216 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp250 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
251 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()
252 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()
1209 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1210 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1212 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1214 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1215 RetOpcode == ARM::tTRAP; in emitPopInst()
1216 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp250 unsigned RetOpcode = MBBI->getOpcode(); in getArgumentStackToRestore() local
251 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi || in getArgumentStackToRestore()
252 RetOpcode == ARM::TCRETURNri; in getArgumentStackToRestore()
1209 unsigned RetOpcode = MI->getOpcode(); in emitPopInst() local
1210 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri); in emitPopInst()
1212 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR; in emitPopInst()
1214 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl || in emitPopInst()
1215 RetOpcode == ARM::tTRAP; in emitPopInst()
1216 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET); in emitPopInst()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp250 unsigned RetOpcode = MBBI->getOpcode();
251 IsTailCallReturn = RetOpcode == ARM::TCRETURNdi ||
252 RetOpcode == ARM::TCRETURNri;
1209 unsigned RetOpcode = MI->getOpcode();
1210 isTailCall = (RetOpcode == ARM::TCRETURNdi || RetOpcode == ARM::TCRETURNri);
1212 RetOpcode == ARM::SUBS_PC_LR || RetOpcode == ARM::t2SUBS_PC_LR;
1214 RetOpcode == ARM::TRAP || RetOpcode == ARM::TRAPNaCl ||
1215 RetOpcode == ARM::tTRAP;
1216 isCmseEntry = (RetOpcode == ARM::tBXNS || RetOpcode == ARM::tBXNS_RET);

123456