Lines Matching full:expanded
17 // expanded. Similarly, suppose we have an ISD::SRA of type v16i8 on PowerPC;
306 // it should actually be expanded. in LegalizeOp()
883 if (SDValue Expanded = ExpandVP_REM(Node)) { in Expand() local
884 Results.push_back(Expanded); in Expand()
922 if (SDValue Expanded = TLI.expandABS(Node, DAG)) { in Expand() local
923 Results.push_back(Expanded); in Expand()
929 if (SDValue Expanded = TLI.expandABD(Node, DAG)) { in Expand() local
930 Results.push_back(Expanded); in Expand()
938 if (SDValue Expanded = TLI.expandAVG(Node, DAG)) { in Expand() local
939 Results.push_back(Expanded); in Expand()
947 if (SDValue Expanded = TLI.expandVPBITREVERSE(Node, DAG)) { in Expand() local
948 Results.push_back(Expanded); in Expand()
953 if (SDValue Expanded = TLI.expandCTPOP(Node, DAG)) { in Expand() local
954 Results.push_back(Expanded); in Expand()
959 if (SDValue Expanded = TLI.expandVPCTPOP(Node, DAG)) { in Expand() local
960 Results.push_back(Expanded); in Expand()
966 if (SDValue Expanded = TLI.expandCTLZ(Node, DAG)) { in Expand() local
967 Results.push_back(Expanded); in Expand()
973 if (SDValue Expanded = TLI.expandVPCTLZ(Node, DAG)) { in Expand() local
974 Results.push_back(Expanded); in Expand()
980 if (SDValue Expanded = TLI.expandCTTZ(Node, DAG)) { in Expand() local
981 Results.push_back(Expanded); in Expand()
987 if (SDValue Expanded = TLI.expandVPCTTZ(Node, DAG)) { in Expand() local
988 Results.push_back(Expanded); in Expand()
996 if (SDValue Expanded = TLI.expandFunnelShift(Node, DAG)) { in Expand() local
997 Results.push_back(Expanded); in Expand()
1003 if (SDValue Expanded = TLI.expandROT(Node, false /*AllowVectorOps*/, DAG)) { in Expand() local
1004 Results.push_back(Expanded); in Expand()
1010 if (SDValue Expanded = TLI.expandFMINNUM_FMAXNUM(Node, DAG)) { in Expand() local
1011 Results.push_back(Expanded); in Expand()
1023 if (SDValue Expanded = TLI.expandIntMINMAX(Node, DAG)) { in Expand() local
1024 Results.push_back(Expanded); in Expand()
1044 if (SDValue Expanded = TLI.expandAddSubSat(Node, DAG)) { in Expand() local
1045 Results.push_back(Expanded); in Expand()
1051 if (SDValue Expanded = TLI.expandShlSat(Node, DAG)) { in Expand() local
1052 Results.push_back(Expanded); in Expand()
1060 if (SDValue Expanded = TLI.expandFP_TO_INT_SAT(Node, DAG)) { in Expand() local
1061 Results.push_back(Expanded); in Expand()
1068 if (SDValue Expanded = TLI.expandFixedPointMul(Node, DAG)) { in Expand() local
1069 Results.push_back(Expanded); in Expand()
1732 // If we expanded the SETCC by swapping LHS and RHS, or by inverting the in ExpandSETCC()
1748 // If we expanded the SETCC by inverting the condition code, then wrap in ExpandSETCC()
1803 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv() local
1805 Results.push_back(Expanded); in ExpandFixedPointDiv()