37#include "llvm/IR/IntrinsicsMips.h"
53#define DEBUG_TYPE "mips-isel"
56 cl::desc(
"Expand double precision loads and "
57 "stores to their single precision "
123 for (
const auto &VecTy : VecTys) {
161 for (
MVT VT : {MVT::f32, MVT::f64}) {
375 if (VT == MVT::Untyped)
376 return Subtarget.hasDSP() ? &Mips::ACC64DSPRegClass : &Mips::ACC64RegClass;
420 if (Ty == MVT::v4i32 || Ty == MVT::v2i64) {
452 if (Ty != MVT::v8f16) {
479 EVT ResTy =
Op->getValueType(0);
486 return DAG.
getNode(MipsISD::FSELECT,
DL, ResTy, Tmp,
Op->getOperand(1),
495 EVT ResTy =
Op.getValueType();
496 assert((ResTy == MVT::f32 || ResTy == MVT::f64) &&
"Unexpected FP16_TO_FP");
500 assert(In.getValueType() == MVT::i32 &&
"Unexpected FP16_TO_FP operand type");
511 DAG.
getConstant(Intrinsic::mips_fexupr_w,
DL, MVT::i32), HVec);
513 if (ResTy == MVT::f32) {
521 DAG.
getConstant(Intrinsic::mips_fexupr_d,
DL, MVT::i32), F32Vec);
535 EVT ResTy =
Op.getValueType();
537 assert((
In.getValueType() == MVT::f32 ||
In.getValueType() == MVT::f64) &&
538 "Unexpected FP_TO_FP16");
541 if (
In.getValueType() == MVT::f64) {
555 DAG.
getConstant(Intrinsic::mips_fexdo_h,
DL, MVT::i32), F32Vec, F32Vec);
569 if (
Subtarget.systemSupportsUnalignedAccess()) {
594 switch(
Op.getOpcode()) {
597 case ISD::SMUL_LOHI:
return lowerMulDiv(
Op, MipsISD::Mult,
true,
true, DAG);
598 case ISD::UMUL_LOHI:
return lowerMulDiv(
Op, MipsISD::Multu,
true,
true, DAG);
599 case ISD::MULHS:
return lowerMulDiv(
Op, MipsISD::Mult,
false,
true, DAG);
600 case ISD::MULHU:
return lowerMulDiv(
Op, MipsISD::Multu,
false,
true, DAG);
601 case ISD::MUL:
return lowerMulDiv(
Op, MipsISD::Mult,
true,
false, DAG);
602 case ISD::SDIVREM:
return lowerMulDiv(
Op, MipsISD::DivRem,
true,
true, DAG);
603 case ISD::UDIVREM:
return lowerMulDiv(
Op, MipsISD::DivRemU,
true,
true,
612 return lowerSELECT(
Op, DAG);
615 return lowerFP16_TO_FP(
Op, DAG);
618 return lowerFP_TO_FP16(
Op, DAG);
621 return lowerR5900FPOp(
Op, DAG, RTLIB::ADD_F32);
623 return lowerR5900FPOp(
Op, DAG, RTLIB::SUB_F32);
625 return lowerR5900FPOp(
Op, DAG, RTLIB::MUL_F32);
627 return lowerR5900FPOp(
Op, DAG, RTLIB::DIV_F32);
629 return lowerR5900FPOp(
Op, DAG, RTLIB::SQRT_F32);
636 RTLIB::Libcall LC)
const {
640 if (Flags.hasNoNaNs() && Flags.hasNoInfs()) {
648 MVT VT =
Op.getSimpleValueType();
676 if (Op0Opcode == MipsISD::VEXTRACT_SEXT_ELT ||
677 Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT) {
683 int32_t Log2IfPositive = (Mask->getAPIntValue() + 1).exactLogBase2();
685 if (Log2IfPositive <= 0)
691 unsigned Log2 = Log2IfPositive;
693 if ((Op0Opcode == MipsISD::VEXTRACT_ZEXT_ELT &&
Log2 >= ExtendTySize) ||
694 Log2 == ExtendTySize) {
696 return DAG.
getNode(MipsISD::VEXTRACT_ZEXT_ELT,
SDLoc(Op0),
720 APInt SplatValue, SplatUndef;
721 unsigned SplatBitSize;
724 if (!
Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
738 N =
N->getOperand(0);
745 APInt SplatValue, SplatUndef;
746 unsigned SplatBitSize;
751 if (BVN->
isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs))
763 return N->getOperand(1) == OfNode;
766 return N->getOperand(0) == OfNode;
783 EVT Ty =
N->getValueType(0);
785 if (!Ty.is128BitVector())
796 bool IsLittleEndian = !Subtarget.
isLittle();
799 bool IsConstantMask =
false;
806 if (
isVSplat(Op0Op0, Mask, IsLittleEndian)) {
810 if (
isVSplat(Op1Op0, InvMask, IsLittleEndian) &&
811 Mask.getBitWidth() == InvMask.
getBitWidth() && Mask == ~InvMask)
813 else if (
isVSplat(Op1Op1, InvMask, IsLittleEndian) &&
814 Mask.getBitWidth() == InvMask.
getBitWidth() && Mask == ~InvMask)
817 IsConstantMask =
true;
827 if (
isVSplat(Op1Op0, InvMask, IsLittleEndian) &&
828 Mask.getBitWidth() == InvMask.
getBitWidth() && Mask == ~InvMask)
830 else if (
isVSplat(Op1Op1, InvMask, IsLittleEndian) &&
831 Mask.getBitWidth() == InvMask.
getBitWidth() && Mask == ~InvMask)
834 IsConstantMask =
true;
883 if (IsConstantMask) {
884 if (Mask.isAllOnes())
931 while (!WorkStack.
empty()) {
934 if (Val == 0 || Val == 1)
948 if ((Val - Floor).ule(Ceil - Val)) {
996 if ((
C - Floor).ule(Ceil -
C)) {
1013 EVT VT =
N->getValueType(0);
1017 C->getAPIntValue(), VT, DAG, Subtarget))
1029 APInt SplatValue, SplatUndef;
1030 unsigned SplatBitSize;
1032 unsigned EltSize = Ty.getScalarSizeInBits();
1039 !BV->
isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs,
1041 (SplatBitSize != EltSize) ||
1053 EVT Ty =
N->getValueType(0);
1055 if ((Ty != MVT::v2i16) && (Ty != MVT::v4i8))
1076 EVT Ty =
N->getValueType(0);
1078 if (Subtarget.
hasMSA()) {
1093 if (Op0Op0->
getOpcode() != MipsISD::VEXTRACT_SEXT_ELT &&
1094 Op0Op0->
getOpcode() != MipsISD::VEXTRACT_ZEXT_ELT)
1100 if (TotalBits == 32 ||
1101 (Op0Op0->
getOpcode() == MipsISD::VEXTRACT_SEXT_ELT &&
1105 return DAG.
getNode(MipsISD::VEXTRACT_SEXT_ELT,
SDLoc(Op0Op0),
1112 if ((Ty != MVT::v2i16) && ((Ty != MVT::v4i8) || !Subtarget.
hasDSPR2()))
1122 EVT Ty =
N->getValueType(0);
1124 if (((Ty != MVT::v2i16) || !Subtarget.
hasDSPR2()) && (Ty != MVT::v4i8))
1131 bool IsV216 = (Ty == MVT::v2i16);
1144 default:
return false;
1149 EVT Ty =
N->getValueType(0);
1151 if ((Ty != MVT::v2i16) && (Ty != MVT::v4i8))
1157 return DAG.
getNode(MipsISD::SETCC_DSP,
SDLoc(
N), Ty,
N->getOperand(0),
1158 N->getOperand(1),
N->getOperand(2));
1162 EVT Ty =
N->getValueType(0);
1164 if (Ty == MVT::v2i16 || Ty == MVT::v4i8) {
1167 if (SetCC.
getOpcode() != MipsISD::SETCC_DSP)
1172 N->getOperand(1),
N->getOperand(2), SetCC.
getOperand(2));
1180 EVT Ty =
N->getValueType(0);
1182 if (Subtarget.
hasMSA() && Ty.is128BitVector() && Ty.isInteger()) {
1208 EVT VT =
N->getValueType(0);
1227 switch (
N->getOpcode()) {
1258 N->printrWithDepth(
dbgs(), &DAG);
dbgs() <<
"\n=> \n";
1269 switch (
MI.getOpcode()) {
1272 case Mips::BPOSGE32_PSEUDO:
1273 return emitBPOSGE32(
MI, BB);
1274 case Mips::SNZ_B_PSEUDO:
1275 return emitMSACBranchPseudo(
MI, BB, Mips::BNZ_B);
1276 case Mips::SNZ_H_PSEUDO:
1277 return emitMSACBranchPseudo(
MI, BB, Mips::BNZ_H);
1278 case Mips::SNZ_W_PSEUDO:
1279 return emitMSACBranchPseudo(
MI, BB, Mips::BNZ_W);
1280 case Mips::SNZ_D_PSEUDO:
1281 return emitMSACBranchPseudo(
MI, BB, Mips::BNZ_D);
1282 case Mips::SNZ_V_PSEUDO:
1283 return emitMSACBranchPseudo(
MI, BB, Mips::BNZ_V);
1284 case Mips::SZ_B_PSEUDO:
1285 return emitMSACBranchPseudo(
MI, BB, Mips::BZ_B);
1286 case Mips::SZ_H_PSEUDO:
1287 return emitMSACBranchPseudo(
MI, BB, Mips::BZ_H);
1288 case Mips::SZ_W_PSEUDO:
1289 return emitMSACBranchPseudo(
MI, BB, Mips::BZ_W);
1290 case Mips::SZ_D_PSEUDO:
1291 return emitMSACBranchPseudo(
MI, BB, Mips::BZ_D);
1292 case Mips::SZ_V_PSEUDO:
1293 return emitMSACBranchPseudo(
MI, BB, Mips::BZ_V);
1294 case Mips::COPY_FW_PSEUDO:
1295 return emitCOPY_FW(
MI, BB);
1296 case Mips::COPY_FD_PSEUDO:
1297 return emitCOPY_FD(
MI, BB);
1298 case Mips::INSERT_FW_PSEUDO:
1299 return emitINSERT_FW(
MI, BB);
1300 case Mips::INSERT_FD_PSEUDO:
1301 return emitINSERT_FD(
MI, BB);
1302 case Mips::INSERT_B_VIDX_PSEUDO:
1303 case Mips::INSERT_B_VIDX64_PSEUDO:
1304 return emitINSERT_DF_VIDX(
MI, BB, 1,
false);
1305 case Mips::INSERT_H_VIDX_PSEUDO:
1306 case Mips::INSERT_H_VIDX64_PSEUDO:
1307 return emitINSERT_DF_VIDX(
MI, BB, 2,
false);
1308 case Mips::INSERT_W_VIDX_PSEUDO:
1309 case Mips::INSERT_W_VIDX64_PSEUDO:
1310 return emitINSERT_DF_VIDX(
MI, BB, 4,
false);
1311 case Mips::INSERT_D_VIDX_PSEUDO:
1312 case Mips::INSERT_D_VIDX64_PSEUDO:
1313 return emitINSERT_DF_VIDX(
MI, BB, 8,
false);
1314 case Mips::INSERT_FW_VIDX_PSEUDO:
1315 case Mips::INSERT_FW_VIDX64_PSEUDO:
1316 return emitINSERT_DF_VIDX(
MI, BB, 4,
true);
1317 case Mips::INSERT_FD_VIDX_PSEUDO:
1318 case Mips::INSERT_FD_VIDX64_PSEUDO:
1319 return emitINSERT_DF_VIDX(
MI, BB, 8,
true);
1320 case Mips::FILL_FW_PSEUDO:
1321 return emitFILL_FW(
MI, BB);
1322 case Mips::FILL_FD_PSEUDO:
1323 return emitFILL_FD(
MI, BB);
1324 case Mips::FEXP2_W_1_PSEUDO:
1325 return emitFEXP2_W_1(
MI, BB);
1326 case Mips::FEXP2_D_1_PSEUDO:
1327 return emitFEXP2_D_1(
MI, BB);
1331bool MipsSETargetLowering::isEligibleForTailCallOptimization(
1332 const CCState &CCInfo,
unsigned NextStackOffset,
1346void MipsSETargetLowering::
1348 std::deque<std::pair<unsigned, SDValue>> &RegsToPass,
1349 bool IsPICCall,
bool GlobalOrExternal,
bool InternalLinkage,
1350 bool IsCallReloc, CallLoweringInfo &CLI,
SDValue Callee,
1352 Ops.push_back(Callee);
1354 InternalLinkage, IsCallReloc, CLI, Callee,
1376 MVT::i32,
DL,
Lo.getValue(1), Ptr, MachinePointerInfo(),
1411 return DAG.
getStore(Chain,
DL,
Hi, Ptr, MachinePointerInfo(),
1419 MVT Src =
Op.getOperand(0).getValueType().getSimpleVT();
1420 MVT Dest =
Op.getValueType().getSimpleVT();
1423 if (Src == MVT::i64 && Dest == MVT::f64) {
1427 return DAG.
getNode(MipsISD::BuildPairF64,
DL, MVT::f64,
Lo,
Hi);
1431 if (Src == MVT::f64 && Dest == MVT::i64) {
1438 DAG.
getNode(MipsISD::ExtractElementF64,
DL, MVT::i32,
Op.getOperand(0),
1441 DAG.
getNode(MipsISD::ExtractElementF64,
DL, MVT::i32,
Op.getOperand(0),
1451 bool HasLo,
bool HasHi,
1456 EVT Ty =
Op.getOperand(0).getValueType();
1459 Op.getOperand(0),
Op.getOperand(1));
1467 if (!HasLo || !HasHi)
1468 return HasLo ?
Lo :
Hi;
1476 std::tie(InLo, InHi) = DAG.
SplitScalar(In,
DL, MVT::i32, MVT::i32);
1477 return DAG.
getNode(MipsISD::MTLOHI,
DL, MVT::Untyped, InLo, InHi);
1500 bool HasChainIn =
Op->getOperand(0).getValueType() == MVT::Other;
1506 Ops.push_back(
Op->getOperand(OpNo++));
1512 SDValue Opnd =
Op->getOperand(++OpNo), In64;
1517 Ops.push_back(Opnd);
1520 for (++OpNo ; OpNo <
Op->getNumOperands(); ++OpNo)
1521 Ops.push_back(
Op->getOperand(OpNo));
1525 Ops.push_back(In64);
1530 for (
EVT Ty :
Op->values())
1531 ResTys.
push_back((Ty == MVT::i64) ? MVT::Untyped : Ty);
1550 EVT ResTy =
Op->getValueType(0);
1560 EVT ResVecTy =
Op->getValueType(0);
1561 EVT ViaVecTy = ResVecTy;
1571 if (ResVecTy == MVT::v2i64) {
1582 ViaVecTy = MVT::v4i32;
1588 SDValue Ops[16] = { LaneA, LaneB, LaneA, LaneB, LaneA, LaneB, LaneA, LaneB,
1589 LaneA, LaneB, LaneA, LaneB, LaneA, LaneB, LaneA, LaneB };
1594 if (ViaVecTy != ResVecTy) {
1604 bool IsSigned =
false) {
1607 APInt(
Op->getValueType(0).getScalarType().getSizeInBits(),
1608 IsSigned ? CImm->getSExtValue() : CImm->getZExtValue(), IsSigned),
1614 EVT ViaVecTy = VecTy;
1615 SDValue SplatValueA = SplatValue;
1616 SDValue SplatValueB = SplatValue;
1619 if (VecTy == MVT::v2i64) {
1621 ViaVecTy = MVT::v4i32;
1634 SDValue Ops[16] = { SplatValueA, SplatValueB, SplatValueA, SplatValueB,
1635 SplatValueA, SplatValueB, SplatValueA, SplatValueB,
1636 SplatValueA, SplatValueB, SplatValueA, SplatValueB,
1637 SplatValueA, SplatValueB, SplatValueA, SplatValueB };
1642 if (VecTy != ViaVecTy)
1651 EVT VecTy =
Op->getValueType(0);
1657 if (VecTy == MVT::v2i64) {
1659 APInt BitImm =
APInt(64, 1) << CImm->getAPIntValue();
1671 {BitImmLoOp, BitImmHiOp, BitImmLoOp, BitImmHiOp}));
1680 if (VecTy == MVT::v2i64)
1694 EVT ResTy =
Op->getValueType(0);
1697 MVT ResEltTy = ResTy == MVT::v2i64 ? MVT::i64 : MVT::i32;
1706 EVT ResTy =
Op->getValueType(0);
1717 EVT ResTy =
Op->getValueType(0);
1719 <<
Op->getConstantOperandAPInt(2);
1728 unsigned Intrinsic =
Op->getConstantOperandVal(0);
1729 switch (Intrinsic) {
1732 case Intrinsic::mips_shilo:
1734 case Intrinsic::mips_dpau_h_qbl:
1736 case Intrinsic::mips_dpau_h_qbr:
1738 case Intrinsic::mips_dpsu_h_qbl:
1740 case Intrinsic::mips_dpsu_h_qbr:
1742 case Intrinsic::mips_dpa_w_ph:
1744 case Intrinsic::mips_dps_w_ph:
1746 case Intrinsic::mips_dpax_w_ph:
1748 case Intrinsic::mips_dpsx_w_ph:
1750 case Intrinsic::mips_mulsa_w_ph:
1752 case Intrinsic::mips_mult:
1754 case Intrinsic::mips_multu:
1756 case Intrinsic::mips_madd:
1758 case Intrinsic::mips_maddu:
1760 case Intrinsic::mips_msub:
1762 case Intrinsic::mips_msubu:
1764 case Intrinsic::mips_addv_b:
1765 case Intrinsic::mips_addv_h:
1766 case Intrinsic::mips_addv_w:
1767 case Intrinsic::mips_addv_d:
1770 case Intrinsic::mips_addvi_b:
1771 case Intrinsic::mips_addvi_h:
1772 case Intrinsic::mips_addvi_w:
1773 case Intrinsic::mips_addvi_d:
1776 case Intrinsic::mips_and_v:
1779 case Intrinsic::mips_andi_b:
1782 case Intrinsic::mips_bclr_b:
1783 case Intrinsic::mips_bclr_h:
1784 case Intrinsic::mips_bclr_w:
1785 case Intrinsic::mips_bclr_d:
1787 case Intrinsic::mips_bclri_b:
1788 case Intrinsic::mips_bclri_h:
1789 case Intrinsic::mips_bclri_w:
1790 case Intrinsic::mips_bclri_d:
1792 case Intrinsic::mips_binsli_b:
1793 case Intrinsic::mips_binsli_h:
1794 case Intrinsic::mips_binsli_w:
1795 case Intrinsic::mips_binsli_d: {
1797 EVT VecTy =
Op->getValueType(0);
1802 Op->getConstantOperandVal(3) + 1);
1805 Op->getOperand(2),
Op->getOperand(1));
1807 case Intrinsic::mips_binsri_b:
1808 case Intrinsic::mips_binsri_h:
1809 case Intrinsic::mips_binsri_w:
1810 case Intrinsic::mips_binsri_d: {
1812 EVT VecTy =
Op->getValueType(0);
1817 Op->getConstantOperandVal(3) + 1);
1820 Op->getOperand(2),
Op->getOperand(1));
1822 case Intrinsic::mips_bmnz_v:
1824 Op->getOperand(2),
Op->getOperand(1));
1825 case Intrinsic::mips_bmnzi_b:
1829 case Intrinsic::mips_bmz_v:
1831 Op->getOperand(1),
Op->getOperand(2));
1832 case Intrinsic::mips_bmzi_b:
1836 case Intrinsic::mips_bneg_b:
1837 case Intrinsic::mips_bneg_h:
1838 case Intrinsic::mips_bneg_w:
1839 case Intrinsic::mips_bneg_d: {
1840 EVT VecTy =
Op->getValueType(0);
1847 case Intrinsic::mips_bnegi_b:
1848 case Intrinsic::mips_bnegi_h:
1849 case Intrinsic::mips_bnegi_w:
1850 case Intrinsic::mips_bnegi_d:
1853 case Intrinsic::mips_bnz_b:
1854 case Intrinsic::mips_bnz_h:
1855 case Intrinsic::mips_bnz_w:
1856 case Intrinsic::mips_bnz_d:
1857 return DAG.
getNode(MipsISD::VALL_NONZERO,
DL,
Op->getValueType(0),
1859 case Intrinsic::mips_bnz_v:
1860 return DAG.
getNode(MipsISD::VANY_NONZERO,
DL,
Op->getValueType(0),
1862 case Intrinsic::mips_bsel_v:
1865 Op->getOperand(1),
Op->getOperand(3),
1867 case Intrinsic::mips_bseli_b:
1872 case Intrinsic::mips_bset_b:
1873 case Intrinsic::mips_bset_h:
1874 case Intrinsic::mips_bset_w:
1875 case Intrinsic::mips_bset_d: {
1876 EVT VecTy =
Op->getValueType(0);
1883 case Intrinsic::mips_bseti_b:
1884 case Intrinsic::mips_bseti_h:
1885 case Intrinsic::mips_bseti_w:
1886 case Intrinsic::mips_bseti_d:
1889 case Intrinsic::mips_bz_b:
1890 case Intrinsic::mips_bz_h:
1891 case Intrinsic::mips_bz_w:
1892 case Intrinsic::mips_bz_d:
1893 return DAG.
getNode(MipsISD::VALL_ZERO,
DL,
Op->getValueType(0),
1895 case Intrinsic::mips_bz_v:
1896 return DAG.
getNode(MipsISD::VANY_ZERO,
DL,
Op->getValueType(0),
1898 case Intrinsic::mips_ceq_b:
1899 case Intrinsic::mips_ceq_h:
1900 case Intrinsic::mips_ceq_w:
1901 case Intrinsic::mips_ceq_d:
1904 case Intrinsic::mips_ceqi_b:
1905 case Intrinsic::mips_ceqi_h:
1906 case Intrinsic::mips_ceqi_w:
1907 case Intrinsic::mips_ceqi_d:
1910 case Intrinsic::mips_cle_s_b:
1911 case Intrinsic::mips_cle_s_h:
1912 case Intrinsic::mips_cle_s_w:
1913 case Intrinsic::mips_cle_s_d:
1916 case Intrinsic::mips_clei_s_b:
1917 case Intrinsic::mips_clei_s_h:
1918 case Intrinsic::mips_clei_s_w:
1919 case Intrinsic::mips_clei_s_d:
1922 case Intrinsic::mips_cle_u_b:
1923 case Intrinsic::mips_cle_u_h:
1924 case Intrinsic::mips_cle_u_w:
1925 case Intrinsic::mips_cle_u_d:
1928 case Intrinsic::mips_clei_u_b:
1929 case Intrinsic::mips_clei_u_h:
1930 case Intrinsic::mips_clei_u_w:
1931 case Intrinsic::mips_clei_u_d:
1934 case Intrinsic::mips_clt_s_b:
1935 case Intrinsic::mips_clt_s_h:
1936 case Intrinsic::mips_clt_s_w:
1937 case Intrinsic::mips_clt_s_d:
1940 case Intrinsic::mips_clti_s_b:
1941 case Intrinsic::mips_clti_s_h:
1942 case Intrinsic::mips_clti_s_w:
1943 case Intrinsic::mips_clti_s_d:
1946 case Intrinsic::mips_clt_u_b:
1947 case Intrinsic::mips_clt_u_h:
1948 case Intrinsic::mips_clt_u_w:
1949 case Intrinsic::mips_clt_u_d:
1952 case Intrinsic::mips_clti_u_b:
1953 case Intrinsic::mips_clti_u_h:
1954 case Intrinsic::mips_clti_u_w:
1955 case Intrinsic::mips_clti_u_d:
1958 case Intrinsic::mips_copy_s_b:
1959 case Intrinsic::mips_copy_s_h:
1960 case Intrinsic::mips_copy_s_w:
1962 case Intrinsic::mips_copy_s_d:
1970 Op->getValueType(0),
Op->getOperand(1),
1973 case Intrinsic::mips_copy_u_b:
1974 case Intrinsic::mips_copy_u_h:
1975 case Intrinsic::mips_copy_u_w:
1977 case Intrinsic::mips_copy_u_d:
1988 Op->getValueType(0),
Op->getOperand(1),
1991 case Intrinsic::mips_div_s_b:
1992 case Intrinsic::mips_div_s_h:
1993 case Intrinsic::mips_div_s_w:
1994 case Intrinsic::mips_div_s_d:
1997 case Intrinsic::mips_div_u_b:
1998 case Intrinsic::mips_div_u_h:
1999 case Intrinsic::mips_div_u_w:
2000 case Intrinsic::mips_div_u_d:
2003 case Intrinsic::mips_fadd_w:
2004 case Intrinsic::mips_fadd_d:
2009 case Intrinsic::mips_fceq_w:
2010 case Intrinsic::mips_fceq_d:
2013 case Intrinsic::mips_fcle_w:
2014 case Intrinsic::mips_fcle_d:
2017 case Intrinsic::mips_fclt_w:
2018 case Intrinsic::mips_fclt_d:
2021 case Intrinsic::mips_fcne_w:
2022 case Intrinsic::mips_fcne_d:
2025 case Intrinsic::mips_fcor_w:
2026 case Intrinsic::mips_fcor_d:
2029 case Intrinsic::mips_fcueq_w:
2030 case Intrinsic::mips_fcueq_d:
2033 case Intrinsic::mips_fcule_w:
2034 case Intrinsic::mips_fcule_d:
2037 case Intrinsic::mips_fcult_w:
2038 case Intrinsic::mips_fcult_d:
2041 case Intrinsic::mips_fcun_w:
2042 case Intrinsic::mips_fcun_d:
2045 case Intrinsic::mips_fcune_w:
2046 case Intrinsic::mips_fcune_d:
2049 case Intrinsic::mips_fdiv_w:
2050 case Intrinsic::mips_fdiv_d:
2054 case Intrinsic::mips_ffint_u_w:
2055 case Intrinsic::mips_ffint_u_d:
2058 case Intrinsic::mips_ffint_s_w:
2059 case Intrinsic::mips_ffint_s_d:
2062 case Intrinsic::mips_fill_b:
2063 case Intrinsic::mips_fill_h:
2064 case Intrinsic::mips_fill_w:
2065 case Intrinsic::mips_fill_d: {
2066 EVT ResTy =
Op->getValueType(0);
2074 case Intrinsic::mips_fexp2_w:
2075 case Intrinsic::mips_fexp2_d: {
2077 EVT ResTy =
Op->getValueType(0);
2082 case Intrinsic::mips_flog2_w:
2083 case Intrinsic::mips_flog2_d:
2085 case Intrinsic::mips_fmadd_w:
2086 case Intrinsic::mips_fmadd_d:
2088 Op->getOperand(1),
Op->getOperand(2),
Op->getOperand(3));
2089 case Intrinsic::mips_fmul_w:
2090 case Intrinsic::mips_fmul_d:
2094 case Intrinsic::mips_fmsub_w:
2095 case Intrinsic::mips_fmsub_d: {
2097 return DAG.
getNode(MipsISD::FMS, SDLoc(
Op),
Op->getValueType(0),
2098 Op->getOperand(1),
Op->getOperand(2),
Op->getOperand(3));
2100 case Intrinsic::mips_frint_w:
2101 case Intrinsic::mips_frint_d:
2103 case Intrinsic::mips_fsqrt_w:
2104 case Intrinsic::mips_fsqrt_d:
2106 case Intrinsic::mips_fsub_w:
2107 case Intrinsic::mips_fsub_d:
2111 case Intrinsic::mips_ftrunc_u_w:
2112 case Intrinsic::mips_ftrunc_u_d:
2115 case Intrinsic::mips_ftrunc_s_w:
2116 case Intrinsic::mips_ftrunc_s_d:
2119 case Intrinsic::mips_ilvev_b:
2120 case Intrinsic::mips_ilvev_h:
2121 case Intrinsic::mips_ilvev_w:
2122 case Intrinsic::mips_ilvev_d:
2123 return DAG.
getNode(MipsISD::ILVEV,
DL,
Op->getValueType(0),
2124 Op->getOperand(1),
Op->getOperand(2));
2125 case Intrinsic::mips_ilvl_b:
2126 case Intrinsic::mips_ilvl_h:
2127 case Intrinsic::mips_ilvl_w:
2128 case Intrinsic::mips_ilvl_d:
2129 return DAG.
getNode(MipsISD::ILVL,
DL,
Op->getValueType(0),
2130 Op->getOperand(1),
Op->getOperand(2));
2131 case Intrinsic::mips_ilvod_b:
2132 case Intrinsic::mips_ilvod_h:
2133 case Intrinsic::mips_ilvod_w:
2134 case Intrinsic::mips_ilvod_d:
2135 return DAG.
getNode(MipsISD::ILVOD,
DL,
Op->getValueType(0),
2136 Op->getOperand(1),
Op->getOperand(2));
2137 case Intrinsic::mips_ilvr_b:
2138 case Intrinsic::mips_ilvr_h:
2139 case Intrinsic::mips_ilvr_w:
2140 case Intrinsic::mips_ilvr_d:
2141 return DAG.
getNode(MipsISD::ILVR,
DL,
Op->getValueType(0),
2142 Op->getOperand(1),
Op->getOperand(2));
2143 case Intrinsic::mips_insert_b:
2144 case Intrinsic::mips_insert_h:
2145 case Intrinsic::mips_insert_w:
2146 case Intrinsic::mips_insert_d:
2148 Op->getOperand(1),
Op->getOperand(3),
Op->getOperand(2));
2149 case Intrinsic::mips_insve_b:
2150 case Intrinsic::mips_insve_h:
2151 case Intrinsic::mips_insve_w:
2152 case Intrinsic::mips_insve_d: {
2155 switch (Intrinsic) {
2156 case Intrinsic::mips_insve_b:
Max = 15;
break;
2157 case Intrinsic::mips_insve_h:
Max = 7;
break;
2158 case Intrinsic::mips_insve_w:
Max = 3;
break;
2159 case Intrinsic::mips_insve_d:
Max = 1;
break;
2165 return DAG.
getNode(MipsISD::INSVE,
DL,
Op->getValueType(0),
2166 Op->getOperand(1),
Op->getOperand(2),
Op->getOperand(3),
2169 case Intrinsic::mips_ldi_b:
2170 case Intrinsic::mips_ldi_h:
2171 case Intrinsic::mips_ldi_w:
2172 case Intrinsic::mips_ldi_d:
2174 case Intrinsic::mips_lsa:
2175 case Intrinsic::mips_dlsa: {
2176 EVT ResTy =
Op->getValueType(0);
2179 Op->getOperand(2),
Op->getOperand(3)));
2181 case Intrinsic::mips_maddv_b:
2182 case Intrinsic::mips_maddv_h:
2183 case Intrinsic::mips_maddv_w:
2184 case Intrinsic::mips_maddv_d: {
2185 EVT ResTy =
Op->getValueType(0);
2188 Op->getOperand(2),
Op->getOperand(3)));
2190 case Intrinsic::mips_max_s_b:
2191 case Intrinsic::mips_max_s_h:
2192 case Intrinsic::mips_max_s_w:
2193 case Intrinsic::mips_max_s_d:
2195 Op->getOperand(1),
Op->getOperand(2));
2196 case Intrinsic::mips_max_u_b:
2197 case Intrinsic::mips_max_u_h:
2198 case Intrinsic::mips_max_u_w:
2199 case Intrinsic::mips_max_u_d:
2201 Op->getOperand(1),
Op->getOperand(2));
2202 case Intrinsic::mips_maxi_s_b:
2203 case Intrinsic::mips_maxi_s_h:
2204 case Intrinsic::mips_maxi_s_w:
2205 case Intrinsic::mips_maxi_s_d:
2208 case Intrinsic::mips_maxi_u_b:
2209 case Intrinsic::mips_maxi_u_h:
2210 case Intrinsic::mips_maxi_u_w:
2211 case Intrinsic::mips_maxi_u_d:
2214 case Intrinsic::mips_min_s_b:
2215 case Intrinsic::mips_min_s_h:
2216 case Intrinsic::mips_min_s_w:
2217 case Intrinsic::mips_min_s_d:
2219 Op->getOperand(1),
Op->getOperand(2));
2220 case Intrinsic::mips_min_u_b:
2221 case Intrinsic::mips_min_u_h:
2222 case Intrinsic::mips_min_u_w:
2223 case Intrinsic::mips_min_u_d:
2225 Op->getOperand(1),
Op->getOperand(2));
2226 case Intrinsic::mips_mini_s_b:
2227 case Intrinsic::mips_mini_s_h:
2228 case Intrinsic::mips_mini_s_w:
2229 case Intrinsic::mips_mini_s_d:
2232 case Intrinsic::mips_mini_u_b:
2233 case Intrinsic::mips_mini_u_h:
2234 case Intrinsic::mips_mini_u_w:
2235 case Intrinsic::mips_mini_u_d:
2238 case Intrinsic::mips_mod_s_b:
2239 case Intrinsic::mips_mod_s_h:
2240 case Intrinsic::mips_mod_s_w:
2241 case Intrinsic::mips_mod_s_d:
2244 case Intrinsic::mips_mod_u_b:
2245 case Intrinsic::mips_mod_u_h:
2246 case Intrinsic::mips_mod_u_w:
2247 case Intrinsic::mips_mod_u_d:
2250 case Intrinsic::mips_mulv_b:
2251 case Intrinsic::mips_mulv_h:
2252 case Intrinsic::mips_mulv_w:
2253 case Intrinsic::mips_mulv_d:
2256 case Intrinsic::mips_msubv_b:
2257 case Intrinsic::mips_msubv_h:
2258 case Intrinsic::mips_msubv_w:
2259 case Intrinsic::mips_msubv_d: {
2260 EVT ResTy =
Op->getValueType(0);
2263 Op->getOperand(2),
Op->getOperand(3)));
2265 case Intrinsic::mips_nlzc_b:
2266 case Intrinsic::mips_nlzc_h:
2267 case Intrinsic::mips_nlzc_w:
2268 case Intrinsic::mips_nlzc_d:
2270 case Intrinsic::mips_nor_v: {
2272 Op->getOperand(1),
Op->getOperand(2));
2275 case Intrinsic::mips_nori_b: {
2281 case Intrinsic::mips_or_v:
2284 case Intrinsic::mips_ori_b:
2287 case Intrinsic::mips_pckev_b:
2288 case Intrinsic::mips_pckev_h:
2289 case Intrinsic::mips_pckev_w:
2290 case Intrinsic::mips_pckev_d:
2291 return DAG.
getNode(MipsISD::PCKEV,
DL,
Op->getValueType(0),
2292 Op->getOperand(1),
Op->getOperand(2));
2293 case Intrinsic::mips_pckod_b:
2294 case Intrinsic::mips_pckod_h:
2295 case Intrinsic::mips_pckod_w:
2296 case Intrinsic::mips_pckod_d:
2297 return DAG.
getNode(MipsISD::PCKOD,
DL,
Op->getValueType(0),
2298 Op->getOperand(1),
Op->getOperand(2));
2299 case Intrinsic::mips_pcnt_b:
2300 case Intrinsic::mips_pcnt_h:
2301 case Intrinsic::mips_pcnt_w:
2302 case Intrinsic::mips_pcnt_d:
2304 case Intrinsic::mips_sat_s_b:
2305 case Intrinsic::mips_sat_s_h:
2306 case Intrinsic::mips_sat_s_w:
2307 case Intrinsic::mips_sat_s_d:
2308 case Intrinsic::mips_sat_u_b:
2309 case Intrinsic::mips_sat_u_h:
2310 case Intrinsic::mips_sat_u_w:
2311 case Intrinsic::mips_sat_u_d: {
2314 switch (Intrinsic) {
2315 case Intrinsic::mips_sat_s_b:
2316 case Intrinsic::mips_sat_u_b:
Max = 7;
break;
2317 case Intrinsic::mips_sat_s_h:
2318 case Intrinsic::mips_sat_u_h:
Max = 15;
break;
2319 case Intrinsic::mips_sat_s_w:
2320 case Intrinsic::mips_sat_u_w:
Max = 31;
break;
2321 case Intrinsic::mips_sat_s_d:
2322 case Intrinsic::mips_sat_u_d:
Max = 63;
break;
2330 case Intrinsic::mips_shf_b:
2331 case Intrinsic::mips_shf_h:
2332 case Intrinsic::mips_shf_w: {
2336 return DAG.
getNode(MipsISD::SHF,
DL,
Op->getValueType(0),
2337 Op->getOperand(2),
Op->getOperand(1));
2339 case Intrinsic::mips_sldi_b:
2340 case Intrinsic::mips_sldi_h:
2341 case Intrinsic::mips_sldi_w:
2342 case Intrinsic::mips_sldi_d: {
2345 switch (Intrinsic) {
2346 case Intrinsic::mips_sldi_b:
Max = 15;
break;
2347 case Intrinsic::mips_sldi_h:
Max = 7;
break;
2348 case Intrinsic::mips_sldi_w:
Max = 3;
break;
2349 case Intrinsic::mips_sldi_d:
Max = 1;
break;
2357 case Intrinsic::mips_sll_b:
2358 case Intrinsic::mips_sll_h:
2359 case Intrinsic::mips_sll_w:
2360 case Intrinsic::mips_sll_d:
2363 case Intrinsic::mips_slli_b:
2364 case Intrinsic::mips_slli_h:
2365 case Intrinsic::mips_slli_w:
2366 case Intrinsic::mips_slli_d:
2369 case Intrinsic::mips_splat_b:
2370 case Intrinsic::mips_splat_h:
2371 case Intrinsic::mips_splat_w:
2372 case Intrinsic::mips_splat_d:
2377 return DAG.
getNode(MipsISD::VSHF,
DL,
Op->getValueType(0),
2380 case Intrinsic::mips_splati_b:
2381 case Intrinsic::mips_splati_h:
2382 case Intrinsic::mips_splati_w:
2383 case Intrinsic::mips_splati_d:
2384 return DAG.
getNode(MipsISD::VSHF,
DL,
Op->getValueType(0),
2387 case Intrinsic::mips_sra_b:
2388 case Intrinsic::mips_sra_h:
2389 case Intrinsic::mips_sra_w:
2390 case Intrinsic::mips_sra_d:
2393 case Intrinsic::mips_srai_b:
2394 case Intrinsic::mips_srai_h:
2395 case Intrinsic::mips_srai_w:
2396 case Intrinsic::mips_srai_d:
2399 case Intrinsic::mips_srari_b:
2400 case Intrinsic::mips_srari_h:
2401 case Intrinsic::mips_srari_w:
2402 case Intrinsic::mips_srari_d: {
2405 switch (Intrinsic) {
2406 case Intrinsic::mips_srari_b:
Max = 7;
break;
2407 case Intrinsic::mips_srari_h:
Max = 15;
break;
2408 case Intrinsic::mips_srari_w:
Max = 31;
break;
2409 case Intrinsic::mips_srari_d:
Max = 63;
break;
2417 case Intrinsic::mips_srl_b:
2418 case Intrinsic::mips_srl_h:
2419 case Intrinsic::mips_srl_w:
2420 case Intrinsic::mips_srl_d:
2423 case Intrinsic::mips_srli_b:
2424 case Intrinsic::mips_srli_h:
2425 case Intrinsic::mips_srli_w:
2426 case Intrinsic::mips_srli_d:
2429 case Intrinsic::mips_srlri_b:
2430 case Intrinsic::mips_srlri_h:
2431 case Intrinsic::mips_srlri_w:
2432 case Intrinsic::mips_srlri_d: {
2435 switch (Intrinsic) {
2436 case Intrinsic::mips_srlri_b:
Max = 7;
break;
2437 case Intrinsic::mips_srlri_h:
Max = 15;
break;
2438 case Intrinsic::mips_srlri_w:
Max = 31;
break;
2439 case Intrinsic::mips_srlri_d:
Max = 63;
break;
2447 case Intrinsic::mips_subv_b:
2448 case Intrinsic::mips_subv_h:
2449 case Intrinsic::mips_subv_w:
2450 case Intrinsic::mips_subv_d:
2453 case Intrinsic::mips_subvi_b:
2454 case Intrinsic::mips_subvi_h:
2455 case Intrinsic::mips_subvi_w:
2456 case Intrinsic::mips_subvi_d:
2459 case Intrinsic::mips_vshf_b:
2460 case Intrinsic::mips_vshf_h:
2461 case Intrinsic::mips_vshf_w:
2462 case Intrinsic::mips_vshf_d:
2463 return DAG.
getNode(MipsISD::VSHF,
DL,
Op->getValueType(0),
2464 Op->getOperand(1),
Op->getOperand(2),
Op->getOperand(3));
2465 case Intrinsic::mips_xor_v:
2468 case Intrinsic::mips_xori_b:
2471 case Intrinsic::thread_pointer: {
2473 return DAG.
getNode(MipsISD::ThreadPointer,
DL, PtrVT);
2484 EVT ResTy =
Op->getValueType(0);
2485 EVT PtrTy = Address->getValueType(0);
2500 unsigned Intr =
Op->getConstantOperandVal(1);
2504 case Intrinsic::mips_extp:
2506 case Intrinsic::mips_extpdp:
2508 case Intrinsic::mips_extr_w:
2510 case Intrinsic::mips_extr_r_w:
2512 case Intrinsic::mips_extr_rs_w:
2514 case Intrinsic::mips_extr_s_h:
2516 case Intrinsic::mips_mthlip:
2518 case Intrinsic::mips_mulsaq_s_w_ph:
2520 case Intrinsic::mips_maq_s_w_phl:
2522 case Intrinsic::mips_maq_s_w_phr:
2524 case Intrinsic::mips_maq_sa_w_phl:
2526 case Intrinsic::mips_maq_sa_w_phr:
2528 case Intrinsic::mips_dpaq_s_w_ph:
2530 case Intrinsic::mips_dpsq_s_w_ph:
2532 case Intrinsic::mips_dpaq_sa_l_w:
2534 case Intrinsic::mips_dpsq_sa_l_w:
2536 case Intrinsic::mips_dpaqx_s_w_ph:
2538 case Intrinsic::mips_dpaqx_sa_w_ph:
2540 case Intrinsic::mips_dpsqx_s_w_ph:
2542 case Intrinsic::mips_dpsqx_sa_w_ph:
2544 case Intrinsic::mips_ld_b:
2545 case Intrinsic::mips_ld_h:
2546 case Intrinsic::mips_ld_w:
2547 case Intrinsic::mips_ld_d:
2559 EVT PtrTy = Address->getValueType(0);
2575 unsigned Intr =
Op->getConstantOperandVal(1);
2579 case Intrinsic::mips_st_b:
2580 case Intrinsic::mips_st_h:
2581 case Intrinsic::mips_st_w:
2582 case Intrinsic::mips_st_d:
2597 EVT ResTy =
Op->getValueType(0);
2607 return DAG.
getNode(MipsISD::VEXTRACT_SEXT_ELT,
DL, ResTy, Op0, Op1,
2625 for (
unsigned i = 0; i <
Op->getNumOperands(); ++i)
2647 EVT ResTy =
Op->getValueType(0);
2649 APInt SplatValue, SplatUndef;
2650 unsigned SplatBitSize;
2656 if (
Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize,
2658 !
Subtarget.isLittle()) && SplatBitSize <= 64) {
2660 if (SplatBitSize != 8 && SplatBitSize != 16 && SplatBitSize != 32 &&
2672 switch (SplatBitSize) {
2676 ViaVecTy = MVT::v16i8;
2679 ViaVecTy = MVT::v8i16;
2682 ViaVecTy = MVT::v4i32;
2693 if (ViaVecTy != ResTy)
2703 EVT ResTy =
Node->getValueType(0);
2709 for (
unsigned i = 0; i < NumElts; ++i) {
2711 Node->getOperand(i),
2741 int SHFIndices[4] = { -1, -1, -1, -1 };
2743 if (Indices.
size() < 4)
2746 for (
unsigned i = 0; i < 4; ++i) {
2747 for (
unsigned j = i; j < Indices.
size(); j += 4) {
2748 int Idx = Indices[j];
2754 if (Idx < 0 || Idx >= 4)
2760 if (SHFIndices[i] == -1)
2761 SHFIndices[i] = Idx;
2765 if (!(Idx == -1 || Idx == SHFIndices[i]))
2772 for (
int i = 3; i >= 0; --i) {
2773 int Idx = SHFIndices[i];
2783 return DAG.
getNode(MipsISD::SHF,
DL, ResTy,
2790template <
typename ValType>
2793 unsigned CheckStride,
2795 ValType ExpectedIndex,
unsigned ExpectedIndexStride) {
2799 if (*
I != -1 && *
I != ExpectedIndex)
2801 ExpectedIndex += ExpectedIndexStride;
2805 for (
unsigned n = 0; n < CheckStride &&
I != End; ++n, ++
I)
2824 int SplatIndex = -1;
2825 for (
const auto &V : Indices) {
2858 const auto &Begin = Indices.
begin();
2859 const auto &End = Indices.
end();
2864 Wt =
Op->getOperand(0);
2866 Wt =
Op->getOperand(1);
2873 Ws =
Op->getOperand(0);
2875 Ws =
Op->getOperand(1);
2904 const auto &Begin = Indices.
begin();
2905 const auto &End = Indices.
end();
2910 Wt =
Op->getOperand(0);
2912 Wt =
Op->getOperand(1);
2919 Ws =
Op->getOperand(0);
2921 Ws =
Op->getOperand(1);
2951 const auto &Begin = Indices.
begin();
2952 const auto &End = Indices.
end();
2957 Wt =
Op->getOperand(0);
2959 Wt =
Op->getOperand(1);
2966 Ws =
Op->getOperand(0);
2968 Ws =
Op->getOperand(1);
2996 unsigned HalfSize = Indices.
size() / 2;
2999 const auto &Begin = Indices.
begin();
3000 const auto &End = Indices.
end();
3005 Wt =
Op->getOperand(0);
3007 Wt =
Op->getOperand(1);
3014 Ws =
Op->getOperand(0);
3017 Ws =
Op->getOperand(1);
3046 const auto &Begin = Indices.
begin();
3047 const auto &Mid = Indices.
begin() + Indices.
size() / 2;
3048 const auto &End = Indices.
end();
3051 Wt =
Op->getOperand(0);
3053 Wt =
Op->getOperand(1);
3058 Ws =
Op->getOperand(0);
3060 Ws =
Op->getOperand(1);
3089 const auto &Begin = Indices.
begin();
3090 const auto &Mid = Indices.
begin() + Indices.
size() / 2;
3091 const auto &End = Indices.
end();
3094 Wt =
Op->getOperand(0);
3096 Wt =
Op->getOperand(1);
3101 Ws =
Op->getOperand(0);
3103 Ws =
Op->getOperand(1);
3125 const bool isSPLATI,
3132 bool Using1stVec =
false;
3133 bool Using2ndVec =
false;
3137 for (
int i = 0; i < ResTyNumElts; ++i) {
3139 int Idx = Indices[i];
3141 if (0 <= Idx && Idx < ResTyNumElts)
3143 if (ResTyNumElts <= Idx && Idx < ResTyNumElts * 2)
3150 for (
int Idx : Indices)
3156 int LastValidIndex = SplatIndex;
3157 for (
size_t i = 0; i < Indices.
size(); i++) {
3158 int Idx = Indices[i];
3161 Idx = isSPLATI ? SplatIndex : LastValidIndex;
3163 LastValidIndex = Idx;
3170 if (Using1stVec && Using2ndVec) {
3171 Op0 =
Op->getOperand(0);
3172 Op1 =
Op->getOperand(1);
3173 }
else if (Using1stVec)
3174 Op0 = Op1 =
Op->getOperand(0);
3175 else if (Using2ndVec)
3176 Op0 = Op1 =
Op->getOperand(1);
3178 llvm_unreachable(
"shuffle vector mask references neither vector operand?");
3187 return DAG.
getNode(MipsISD::VSHF,
DL, ResTy, MaskVec, Op1, Op0);
3195 EVT ResTy =
Op->getValueType(0);
3201 SmallVector<int, 16> Indices;
3203 for (
int i = 0; i < ResTyNumElts; ++i)
3252 MachineBasicBlock *
TBB =
F->CreateMachineBasicBlock(LLVM_BB);
3253 MachineBasicBlock *
Sink =
F->CreateMachineBasicBlock(LLVM_BB);
3256 F->insert(It, Sink);
3261 Sink->transferSuccessorsAndUpdatePHIs(BB);
3287 MI.getOperand(0).getReg())
3293 MI.eraseFromParent();
3320 MachineBasicBlock *FBB =
F->CreateMachineBasicBlock(LLVM_BB);
3321 MachineBasicBlock *
TBB =
F->CreateMachineBasicBlock(LLVM_BB);
3322 MachineBasicBlock *
Sink =
F->CreateMachineBasicBlock(LLVM_BB);
3325 F->insert(It, Sink);
3330 Sink->transferSuccessorsAndUpdatePHIs(BB);
3356 MI.getOperand(0).getReg())
3362 MI.eraseFromParent();
3384 unsigned Lane =
MI.getOperand(2).getImm();
3399 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3400 : &Mips::MSA128WEvensRegClass);
3406 MI.eraseFromParent();
3429 unsigned Lane =
MI.getOperand(2).getImm() * 2;
3441 MI.eraseFromParent();
3459 unsigned Lane =
MI.getOperand(2).getImm();
3462 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3463 : &Mips::MSA128WEvensRegClass);
3474 MI.eraseFromParent();
3494 unsigned Lane =
MI.getOperand(2).getImm();
3507 MI.eraseFromParent();
3538 Register SrcVecReg =
MI.getOperand(1).getReg();
3539 Register LaneReg =
MI.getOperand(2).getReg();
3540 Register SrcValReg =
MI.getOperand(3).getReg();
3545 Subtarget.isABI_N64() ? &Mips::GPR64RegClass : &Mips::GPR32RegClass;
3546 unsigned SubRegIdx =
Subtarget.isABI_N64() ? Mips::sub_32 : 0;
3547 unsigned ShiftOp =
Subtarget.isABI_N64() ? Mips::DSLL : Mips::SLL;
3548 unsigned EltLog2Size;
3549 unsigned InsertOp = 0;
3550 unsigned InsveOp = 0;
3551 switch (EltSizeInBytes) {
3556 InsertOp = Mips::INSERT_B;
3557 InsveOp = Mips::INSVE_B;
3558 VecRC = &Mips::MSA128BRegClass;
3562 InsertOp = Mips::INSERT_H;
3563 InsveOp = Mips::INSVE_H;
3564 VecRC = &Mips::MSA128HRegClass;
3568 InsertOp = Mips::INSERT_W;
3569 InsveOp = Mips::INSVE_W;
3570 VecRC = &Mips::MSA128WRegClass;
3574 InsertOp = Mips::INSERT_D;
3575 InsveOp = Mips::INSVE_D;
3576 VecRC = &Mips::MSA128DRegClass;
3584 .
addImm(EltSizeInBytes == 8 ? Mips::sub_64 : Mips::sub_lo);
3589 if (EltSizeInBytes != 1) {
3602 .
addReg(LaneReg, {}, SubRegIdx);
3631 .
addReg(LaneTmp2, {}, SubRegIdx);
3633 MI.eraseFromParent();
3653 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3654 : &Mips::MSA128WEvensRegClass);
3656 Subtarget.useOddSPReg() ? &Mips::MSA128WRegClass
3657 : &Mips::MSA128WEvensRegClass);
3666 MI.eraseFromParent();
3697 MI.eraseFromParent();
3724 .
addReg(
MI.getOperand(1).getReg());
3726 MI.eraseFromParent();
3753 .
addReg(
MI.getOperand(1).getReg());
3755 MI.eraseFromParent();
static SDValue performSHLCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, SelectionDAG &DAG)
If the operand is a bitwise AND with a constant RHS, and the shift has a constant RHS and is the only...
static SDValue performORCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI)
static SDValue performANDCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI)
static SDValue performSETCCCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI, SelectionDAG &DAG)
assert(UImm &&(UImm !=~static_cast< T >(0)) &&"Invalid immediate!")
This file implements a class to represent arbitrary precision integral constant values and operations...
MachineBasicBlock MachineBasicBlock::iterator DebugLoc DL
static GCRegistry::Add< ShadowStackGC > C("shadow-stack", "Very portable GC for uncooperative code generators")
const HexagonInstrInfo * TII
const AbstractManglingParser< Derived, Alloc >::OperatorInfo AbstractManglingParser< Derived, Alloc >::Ops[]
static bool fitsRegularPattern(typename SmallVectorImpl< ValType >::const_iterator Begin, unsigned CheckStride, typename SmallVectorImpl< ValType >::const_iterator End, ValType ExpectedIndex, unsigned ExpectedIndexStride)
Determine whether a range fits a regular pattern of values.
static SDValue performVSELECTCombine(SDNode *N, SelectionDAG &DAG, TargetLowering::DAGCombinerInfo &DCI, const LoongArchSubtarget &Subtarget)
static SDValue performSRLCombine(SDNode *N, SelectionDAG &DAG, TargetLowering::DAGCombinerInfo &DCI, const LoongArchSubtarget &Subtarget)
static SDValue truncateVecElts(SDNode *Node, SelectionDAG &DAG)
Promote Memory to Register
static SDValue lowerMSABinaryBitImmIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc, SDValue Imm, bool BigEndian)
static SDValue lowerMSABitClearImm(SDValue Op, SelectionDAG &DAG)
static SDValue performMULCombine(SDNode *N, SelectionDAG &DAG, const TargetLowering::DAGCombinerInfo &DCI, const MipsSETargetLowering *TL, const MipsSubtarget &Subtarget)
static SDValue performXORCombine(SDNode *N, SelectionDAG &DAG, const MipsSubtarget &Subtarget)
static SDValue lowerDSPIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc)
static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, SelectionDAG &DAG, const MipsSubtarget &Subtarget)
static SDValue lowerMSACopyIntr(SDValue Op, SelectionDAG &DAG, unsigned Opc)
static cl::opt< bool > NoDPLoadStore("mno-ldc1-sdc1", cl::init(false), cl::desc("Expand double precision loads and " "stores to their single precision " "counterparts"))
static SDValue lowerVECTOR_SHUFFLE_ILVR(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static SDValue getBuildVectorSplat(EVT VecTy, SDValue SplatValue, bool BigEndian, SelectionDAG &DAG)
static bool isVSplat(SDValue N, APInt &Imm, bool IsLittleEndian)
static SDValue initAccumulator(SDValue In, const SDLoc &DL, SelectionDAG &DAG)
static bool isBitwiseInverse(SDValue N, SDValue OfNode)
static SDValue lowerMSAStoreIntr(SDValue Op, SelectionDAG &DAG, unsigned Intr, const MipsSubtarget &Subtarget)
static SDValue performSRACombine(SDNode *N, SelectionDAG &DAG, TargetLowering::DAGCombinerInfo &DCI, const MipsSubtarget &Subtarget)
static bool isVectorAllOnes(SDValue N)
static SDValue lowerVECTOR_SHUFFLE_PCKOD(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static SDValue performFP_TO_UINTCombine(SDNode *N, SelectionDAG &DAG)
static bool isLegalDSPCondCode(EVT Ty, ISD::CondCode CC)
static SDValue lowerMSASplatZExt(SDValue Op, unsigned OpNr, SelectionDAG &DAG)
static SDValue lowerMSABitClear(SDValue Op, SelectionDAG &DAG)
static SDValue lowerVECTOR_SHUFFLE_PCKEV(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static SDValue genConstMult(SDValue X, APInt C, const SDLoc &DL, EVT VT, EVT ShiftTy, SelectionDAG &DAG)
static SDValue lowerMSASplatImm(SDValue Op, unsigned ImmOp, SelectionDAG &DAG, bool IsSigned=false)
static SDValue lowerVECTOR_SHUFFLE_ILVOD(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static bool isConstantOrUndef(const SDValue Op)
static SDValue lowerVECTOR_SHUFFLE_VSHF(SDValue Op, EVT ResTy, const SmallVector< int, 16 > &Indices, const bool isSPLATI, SelectionDAG &DAG)
static SDValue lowerVECTOR_SHUFFLE_SHF(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static SDValue extractLOHI(SDValue Op, const SDLoc &DL, SelectionDAG &DAG)
static bool shouldTransformMulToShiftsAddsSubs(APInt C, EVT VT, SelectionDAG &DAG, const MipsSubtarget &Subtarget)
static SDValue lowerVECTOR_SHUFFLE_ILVEV(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static bool isVECTOR_SHUFFLE_SPLATI(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
static bool isConstantOrUndefBUILD_VECTOR(const BuildVectorSDNode *Op)
static SDValue lowerMSALoadIntr(SDValue Op, SelectionDAG &DAG, unsigned Intr, const MipsSubtarget &Subtarget)
static SDValue lowerVECTOR_SHUFFLE_ILVL(SDValue Op, EVT ResTy, SmallVector< int, 16 > Indices, SelectionDAG &DAG)
const SmallVectorImpl< MachineOperand > MachineBasicBlock * TBB
const SmallVectorImpl< MachineOperand > & Cond
static cl::opt< unsigned > MaxSteps("has-predecessor-max-steps", cl::Hidden, cl::init(8192), cl::desc("DAG combiner limit number of steps when searching DAG " "for predecessor nodes"))
This file defines the SmallVector class.
This file describes how to lower LLVM code to machine code.
Class for arbitrary precision integers.
uint64_t getZExtValue() const
Get zero extended value.
LLVM_ABI APInt trunc(unsigned width) const
Truncate to new width.
bool isAllOnes() const
Determine if all bits are set. This is true for zero-width values.
unsigned getBitWidth() const
Return the number of bits in the APInt.
bool isNegative() const
Determine sign of this APInt.
unsigned logBase2() const
bool isPowerOf2() const
Check if this APInt's value is a power of two greater than zero.
static APInt getLowBitsSet(unsigned numBits, unsigned loBitsSet)
Constructs an APInt value that has the bottom loBitsSet bits set.
static APInt getHighBitsSet(unsigned numBits, unsigned hiBitsSet)
Constructs an APInt value that has the top hiBitsSet bits set.
APInt lshr(unsigned shiftAmt) const
Logical right-shift function.
Represent a constant reference to an array (0 or more elements consecutively in memory),...
A "pseudo-class" with methods for operating on BUILD_VECTORs.
LLVM_ABI bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef, unsigned &SplatBitSize, bool &HasAnyUndefs, unsigned MinSplatBits=0, bool isBigEndian=false) const
Check if this is a constant splat, and if so, find the smallest element size that splats the vector.
CCState - This class holds information needed while lowering arguments and return values.
unsigned getInRegsParamsCount() const
uint64_t getZExtValue() const
const SDValue & getBasePtr() const
const Triple & getTargetTriple() const
TypeSize getSizeInBits() const
Returns the size of the specified MVT in bits.
static auto fixedlen_vector_valuetypes()
const BasicBlock * getBasicBlock() const
Return the LLVM basic block that this instance corresponded to originally.
LLVM_ABI void addSuccessor(MachineBasicBlock *Succ, BranchProbability Prob=BranchProbability::getUnknown())
Add Succ as a successor of this MachineBasicBlock.
const MachineFunction * getParent() const
Return the MachineFunction containing this basic block.
MachineInstrBundleIterator< MachineInstr > iterator
MachineRegisterInfo & getRegInfo()
getRegInfo - Return information about the registers currently in use.
BasicBlockListType::iterator iterator
MachineBasicBlock * CreateMachineBasicBlock(const BasicBlock *BB=nullptr, std::optional< UniqueBBID > BBID=std::nullopt)
CreateMachineInstr - Allocate a new MachineInstr.
const MachineInstrBuilder & addReg(Register RegNo, RegState Flags={}, unsigned SubReg=0) const
Add a new virtual register operand.
const MachineInstrBuilder & addImm(int64_t Val) const
Add a new immediate operand.
const MachineInstrBuilder & addMBB(MachineBasicBlock *MBB, unsigned TargetFlags=0) const
Representation of each machine instruction.
Flags
Flags values. These may be or'd together.
Flags getFlags() const
Return the raw flags of the source value,.
LLVM_ABI Register createVirtualRegister(const TargetRegisterClass *RegClass, StringRef Name="")
createVirtualRegister - Create and return a new virtual register in the function with the specified r...
AAMDNodes getAAInfo() const
Returns the AA info that describes the dereference.
MachineMemOperand * getMemOperand() const
Return the unique MachineMemOperand object describing the memory reference performed by operation.
const SDValue & getChain() const
EVT getMemoryVT() const
Return the type of the in-memory value.
MipsFunctionInfo - This class is derived from MachineFunction private Mips target-specific informatio...
unsigned getIncomingArgSize() const
SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override
This method will be invoked for all target nodes and for any target-independent nodes that the target...
TargetLoweringBase::LegalizeTypeAction getPreferredVectorAction(MVT VT) const override
Return the preferred vector type legalization action.
void addMSAFloatType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC)
Enable MSA support for the given floating-point type and Register class.
void addMSAIntType(MVT::SimpleValueType Ty, const TargetRegisterClass *RC)
Enable MSA support for the given integer type and Register class.
MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr &MI, MachineBasicBlock *MBB) const override
This method should be implemented by targets that mark instructions with the 'usesCustomInserter' fla...
const TargetRegisterClass * getRepRegClassFor(MVT VT) const override
Return the 'representative' register class for the specified value type.
bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS=0, Align Alignment=Align(1), MachineMemOperand::Flags Flags=MachineMemOperand::MONone, unsigned *Fast=nullptr) const override
Determine if the target supports unaligned memory accesses.
SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override
This callback is invoked for operations that are unsupported by the target, which are registered to u...
MipsSETargetLowering(const MipsTargetMachine &TM, const MipsSubtarget &STI)
MVT getScalarShiftAmountTy(const DataLayout &, EVT) const override
Return the type to use for a scalar shift opcode, given the shifted amount type.
MipsTargetLowering(const MipsTargetMachine &TM, const MipsSubtarget &STI)
SDValue PerformDAGCombine(SDNode *N, DAGCombinerInfo &DCI) const override
This method will be invoked for all target nodes and for any target-independent nodes that the target...
MachineBasicBlock * EmitInstrWithCustomInserter(MachineInstr &MI, MachineBasicBlock *MBB) const override
This method should be implemented by targets that mark instructions with the 'usesCustomInserter' fla...
SDValue lowerSTORE(SDValue Op, SelectionDAG &DAG) const
virtual void getOpndList(SmallVectorImpl< SDValue > &Ops, std::deque< std::pair< unsigned, SDValue > > &RegsToPass, bool IsPICCall, bool GlobalOrExternal, bool InternalLinkage, bool IsCallReloc, CallLoweringInfo &CLI, SDValue Callee, SDValue Chain) const
This function fills Ops, which is the list of operands that will later be used when a function call n...
SDValue LowerOperation(SDValue Op, SelectionDAG &DAG) const override
LowerOperation - Provide custom lowering hooks for some operations.
const MipsSubtarget & Subtarget
SDValue lowerLOAD(SDValue Op, SelectionDAG &DAG) const
Wrapper class for IR location info (IR ordering and DebugLoc) to be passed into SDNode creation funct...
Represents one node in the SelectionDAG.
unsigned getOpcode() const
Return the SelectionDAG opcode value for this node.
unsigned getNumOperands() const
Return the number of values used by this operation.
SDVTList getVTList() const
const SDValue & getOperand(unsigned Num) const
LLVM_ABI void printrWithDepth(raw_ostream &O, const SelectionDAG *G=nullptr, unsigned depth=100) const
Print a SelectionDAG node and children up to depth "depth." The given SelectionDAG allows target-spec...
EVT getValueType(unsigned ResNo) const
Return the type of a specified result.
Unlike LLVM values, Selection DAG nodes may return multiple values as the result of a computation.
SDNode * getNode() const
get the SDNode which holds the desired result
SDValue getValue(unsigned R) const
EVT getValueType() const
Return the ValueType of the referenced return value.
const SDValue & getOperand(unsigned i) const
uint64_t getScalarValueSizeInBits() const
unsigned getOpcode() const
This is used to represent a portion of an LLVM function in a low-level Data Dependence DAG representa...
const TargetSubtargetInfo & getSubtarget() const
LLVM_ABI SDValue getMergeValues(ArrayRef< SDValue > Ops, const SDLoc &dl)
Create a MERGE_VALUES node from the given operands.
SDValue getSetCC(const SDLoc &DL, EVT VT, SDValue LHS, SDValue RHS, ISD::CondCode Cond, SDValue Chain=SDValue(), bool IsSignaling=false, SDNodeFlags Flags={})
Helper function to make it easier to build SetCC's if you just have an ISD::CondCode instead of an SD...
LLVM_ABI SDValue getNOT(const SDLoc &DL, SDValue Val, EVT VT)
Create a bitwise NOT operation as (XOR Val, -1).
const TargetLowering & getTargetLoweringInfo() const
SDValue getUNDEF(EVT VT)
Return an UNDEF node. UNDEF does not have a useful SDLoc.
SDValue getBuildVector(EVT VT, const SDLoc &DL, ArrayRef< SDValue > Ops)
Return an ISD::BUILD_VECTOR node.
LLVM_ABI bool isSplatValue(SDValue V, const APInt &DemandedElts, APInt &UndefElts, unsigned Depth=0) const
Test whether V has a splatted value for all the demanded elements.
const DataLayout & getDataLayout() const
LLVM_ABI SDValue getStore(SDValue Chain, const SDLoc &dl, SDValue Val, SDValue Ptr, MachinePointerInfo PtrInfo, Align Alignment, MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
Helper function to build ISD::STORE nodes.
LLVM_ABI SDValue getConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isTarget=false, bool isOpaque=false)
Create a ConstantSDNode wrapping a constant value.
LLVM_ABI SDValue getLoad(EVT VT, const SDLoc &dl, SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo, MaybeAlign Alignment=MaybeAlign(), MachineMemOperand::Flags MMOFlags=MachineMemOperand::MONone, const MMOMetadata &Metadata=MMOMetadata())
Loads are not normal binary operators: their result type is not determined by their operands,...
LLVM_ABI SDValue getValueType(EVT)
LLVM_ABI SDValue getNode(unsigned Opcode, const SDLoc &DL, EVT VT, ArrayRef< SDUse > Ops)
Gets or creates the specified node.
SDValue getTargetConstant(uint64_t Val, const SDLoc &DL, EVT VT, bool isOpaque=false)
LLVM_ABI SDValue getVectorIdxConstant(uint64_t Val, const SDLoc &DL, bool isTarget=false)
SDValue getSplatBuildVector(EVT VT, const SDLoc &DL, SDValue Op)
Return a splat ISD::BUILD_VECTOR node, consisting of Op splatted to all elements.
LLVMContext * getContext() const
LLVM_ABI std::pair< SDValue, SDValue > SplitScalar(const SDValue &N, const SDLoc &DL, const EVT &LoVT, const EVT &HiVT)
Split the scalar node with EXTRACT_ELEMENT using the provided VTs and return the low/high part.
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
typename SuperClass::const_iterator const_iterator
void push_back(const T &Elt)
This is a 'vector' (really, a variable-sized array), optimized for the case when the array is small.
const SDValue & getBasePtr() const
const SDValue & getValue() const
void setOperationAction(unsigned Op, MVT VT, LegalizeAction Action)
Indicate that the specified operation does not work with the specified type and indicate what to do a...
LegalizeTypeAction
This enum indicates whether a types are legal for a target, and if not, what action should be used to...
MVT getRegisterType(LLVMContext &Context, EVT VT) const
Return the type of registers that this ValueType will eventually require.
virtual TargetLoweringBase::LegalizeTypeAction getPreferredVectorAction(MVT VT) const
Return the preferred vector type legalization action.
void computeRegisterProperties(const TargetRegisterInfo *TRI)
Once all of the register classes are added, this allows us to compute derived properties we expose.
void addRegisterClass(MVT VT, const TargetRegisterClass *RC)
Add the specified register class as an available regclass for the specified value type.
virtual MVT getPointerTy(const DataLayout &DL, uint32_t AS=0) const
Return the pointer type for the given address space, defaults to the pointer type from the data layou...
void setTruncStoreAction(MVT ValVT, MVT MemVT, LegalizeAction Action)
Indicate that the specified truncating store does not work with the specified type and indicate what ...
virtual const TargetRegisterClass * getRepRegClassFor(MVT VT) const
Return the 'representative' register class for the specified value type.
void setCondCodeAction(ArrayRef< ISD::CondCode > CCs, MVT VT, LegalizeAction Action)
Indicate that the specified condition code is or isn't supported on the target and indicate what to d...
void setTargetDAGCombine(ArrayRef< ISD::NodeType > NTs)
Targets should invoke this method for each target independent node that they want to provide a custom...
void setLoadExtAction(unsigned ExtType, MVT ValVT, MVT MemVT, LegalizeAction Action)
Indicate that the specified load with extension does not work with the specified type and indicate wh...
LegalizeTypeAction getTypeAction(LLVMContext &Context, EVT VT) const
Return how we should legalize values of this type, either it is already legal (return 'Legal') or we ...
std::pair< SDValue, SDValue > makeLibCall(SelectionDAG &DAG, RTLIB::LibcallImpl LibcallImpl, EVT RetVT, ArrayRef< SDValue > Ops, MakeLibCallOptions CallOptions, const SDLoc &dl, SDValue Chain=SDValue()) const
Returns a pair of (return value, chain).
LLVM_ABI bool isLittleEndian() const
Tests whether the target triple is little endian.
LLVM Value Representation.
#define llvm_unreachable(msg)
Marks that the current location is not supposed to be reachable.
constexpr std::underlying_type_t< E > Mask()
Get a bitmask with 1s in all places up to the high-order bit of E's largest value.
@ SETCC
SetCC operator - This evaluates to a true value iff the condition is true.
@ POISON
POISON - A poison node.
@ SMUL_LOHI
SMUL_LOHI/UMUL_LOHI - Multiply two integers of type iN, producing a signed/unsigned value of type i[2...
@ ADDC
Carry-setting nodes for multiple precision addition and subtraction.
@ ADD
Simple integer binary arithmetic operators.
@ LOAD
LOAD and STORE have token chains as their first operand, then the same operands as an LLVM load/store...
@ FMA
FMA - Perform a * b + c with no intermediate rounding step.
@ INTRINSIC_VOID
OUTCHAIN = INTRINSIC_VOID(INCHAIN, INTRINSICID, arg1, arg2, ...) This node represents a target intrin...
@ SINT_TO_FP
[SU]INT_TO_FP - These operators convert integers (whose interpreted sign depends on the first letter)...
@ FADD
Simple binary floating point operators.
@ ATOMIC_FENCE
OUTCHAIN = ATOMIC_FENCE(INCHAIN, ordering, scope) This corresponds to the fence instruction.
@ SDIVREM
SDIVREM/UDIVREM - Divide two integers and produce both a quotient and remainder result.
@ FP16_TO_FP
FP16_TO_FP, FP_TO_FP16 - These operators are used to perform promotions and truncation for half-preci...
@ BITCAST
BITCAST - This operator converts between integer, vector and FP values, as if the value was stored to...
@ BUILD_PAIR
BUILD_PAIR - This is the opposite of EXTRACT_ELEMENT in some ways.
@ STRICT_FSQRT
Constrained versions of libm-equivalent floating point intrinsics.
@ BUILTIN_OP_END
BUILTIN_OP_END - This must be the last enum value in this list.
@ SIGN_EXTEND
Conversion operators.
@ SELECT
Select(COND, TRUEVAL, FALSEVAL).
@ UNDEF
UNDEF - An undefined node.
@ BasicBlock
Various leaf nodes.
@ MULHU
MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing an unsigned/signed value of...
@ SHL
Shift and rotation operations.
@ VECTOR_SHUFFLE
VECTOR_SHUFFLE(VEC1, VEC2) - Returns a vector, of the same type as VEC1/VEC2.
@ EXTRACT_VECTOR_ELT
EXTRACT_VECTOR_ELT(VECTOR, IDX) - Returns a single element from VECTOR identified by the (potentially...
@ ZERO_EXTEND
ZERO_EXTEND - Used for integer types, zeroing the new bits.
@ SELECT_CC
Select with condition operator - This selects between a true value and a false value (ops #2 and #3) ...
@ SMIN
[US]{MIN/MAX} - Binary minimum or maximum of signed or unsigned integers.
@ VSELECT
Select with a vector condition (op #0) and two vector operands (ops #1 and #2), returning a vector re...
@ FP_TO_SINT
FP_TO_[US]INT - Convert a floating point value to a signed or unsigned integer.
@ TargetConstant
TargetConstant* - Like Constant*, but the DAG does not do any folding, simplification,...
@ AND
Bitwise operators - logical and, logical or, logical xor.
@ INTRINSIC_WO_CHAIN
RESULT = INTRINSIC_WO_CHAIN(INTRINSICID, arg1, arg2, ...) This node represents a target intrinsic fun...
@ ADDE
Carry-using nodes for multiple precision addition and subtraction.
@ STRICT_FADD
Constrained versions of the binary floating point operators.
@ INSERT_VECTOR_ELT
INSERT_VECTOR_ELT(VECTOR, VAL, IDX) - Returns VECTOR with the element at IDX replaced with VAL.
@ TRUNCATE
TRUNCATE - Completely drop the high bits.
@ BRCOND
BRCOND - Conditional branch.
@ INTRINSIC_W_CHAIN
RESULT,OUTCHAIN = INTRINSIC_W_CHAIN(INCHAIN, INTRINSICID, arg1, ...) This node represents a target in...
@ BUILD_VECTOR
BUILD_VECTOR(ELT0, ELT1, ELT2, ELT3,...) - Return a fixed-width vector with the specified,...
CondCode
ISD::CondCode enum - These are ordered carefully to make the bitfields below work out,...
LLVM_ABI bool isBuildVectorAllOnes(const SDNode *N)
Return true if the specified node is a BUILD_VECTOR where all of the elements are ~0 or undef.
initializer< Ty > init(const Ty &Val)
NodeAddr< NodeBase * > Node
This is an optimization pass for GlobalISel generic memory operations.
MachineInstrBuilder BuildMI(MachineFunction &MF, const MIMetadata &MIMD, const MCInstrDesc &MCID)
Builder interface. Specify how to create the initial instruction itself.
decltype(auto) dyn_cast(const From &Val)
dyn_cast<X> - Return the argument parameter cast to the specified type.
RelativeUniformCounterPtr ValuesPtrExpr VTableAddr Value
LLVM_ABI raw_ostream & dbgs()
dbgs() - This returns a reference to a raw_ostream for debugging messages.
LLVM_ABI void report_fatal_error(Error Err, bool gen_crash_diag=true)
class LLVM_GSL_OWNER SmallVector
Forward declaration of SmallVector so that calculateSmallVectorDefaultInlinedElements can reference s...
bool isa(const From &Val)
isa<X> - Return true if the parameter to the template is an instance of one of the template type argu...
@ Fast
Assign the register banks as fast as possible (default).
DWARFExpression::Operation Op
ArrayRef(const T &OneElt) -> ArrayRef< T >
constexpr unsigned BitWidth
decltype(auto) cast(const From &Val)
cast<X> - Return the argument parameter cast to the specified type.
const MipsTargetLowering * createMipsSETargetLowering(const MipsTargetMachine &TM, const MipsSubtarget &STI)
Align commonAlignment(Align A, uint64_t Offset)
Returns the alignment that satisfies both alignments.
unsigned Log2(Align A)
Returns the log2 of the alignment.
@ Custom
The result value requires a custom uniformity check.
MCRegisterClass TargetRegisterClass
void swap(llvm::BitVector &LHS, llvm::BitVector &RHS)
Implement std::swap in terms of BitVector swap.
This struct is a compact representation of a valid (non-zero power of two) alignment.
EVT changeVectorElementTypeToInteger() const
Return a vector with the same number of elements as this vector, but with the element type converted ...
TypeSize getSizeInBits() const
Return the size of the specified value type in bits.
uint64_t getScalarSizeInBits() const
MVT getSimpleVT() const
Return the SimpleValueType held in the specified simple EVT.
bool is128BitVector() const
Return true if this is a 128-bit vector type.
bool isVector() const
Return true if this is a vector value type.
EVT getVectorElementType() const
Given a vector type, return the type of each element.
unsigned getVectorNumElements() const
Given a vector type, return the number of elements it contains.
bool isInteger() const
Return true if this is an integer or a vector integer type.
This class contains a discriminated union of information about pointers in memory operands,...
These are IR-level optimization flags that may be propagated to SDNodes.
This structure is used to pass arguments to makeLibCall function.