Lines Matching full:expanded

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