reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  788     if (Depth != 0) {
  791       Known = TLO.DAG.computeKnownBits(Op, DemandedElts, Depth);
  801   } else if (Depth >= SelectionDAG::MaxRecursionDepth) {
  818     if (SimplifyDemandedBits(Src, SrcDemandedBits, SrcKnown, TLO, Depth + 1))
  826     Known = TLO.DAG.computeKnownBits(Op, DemandedElts, Depth);
  831       Known = TLO.DAG.computeKnownBits(Op, DemandedElts, Depth);
  857     if (SimplifyDemandedBits(Scl, DemandedSclBits, KnownScl, TLO, Depth + 1))
  864                              Depth + 1))
  895                              Depth + 1))
  898                              Depth + 1))
  924     if (SimplifyDemandedBits(Src, DemandedBits, SrcElts, Known, TLO, Depth + 1))
  938                                Known2, TLO, Depth + 1))
  980                                  Depth + 1))
  987                                  Depth + 1))
  995           Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1);
  997           Op1, DemandedBits, DemandedRHS, TLO.DAG, Depth + 1);
 1017       KnownBits LHSKnown = TLO.DAG.computeKnownBits(Op0, DemandedElts, Depth);
 1041                              Depth + 1))
 1045                              Known2, TLO, Depth + 1))
 1052           Op0, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1054           Op1, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1090                              Depth + 1))
 1094                              Known2, TLO, Depth + 1))
 1101           Op0, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1103           Op1, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1136                              Depth + 1))
 1140                              Depth + 1))
 1147           Op0, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1149           Op1, DemandedBits, DemandedElts, TLO.DAG, Depth + 1);
 1211                              Depth + 1))
 1214                              Depth + 1))
 1229                              Depth + 1))
 1232                              Depth + 1))
 1312                                Known, TLO, Depth + 1))
 1419                                Depth + 1))
 1462                                Depth + 1))
 1506                                  Known, TLO, Depth + 1))
 1516                                Depth + 1))
 1519                                Depth + 1))
 1535                              Depth + 1))
 1576     if (SimplifyDemandedBits(Op0, InputDemandedBits, Known, TLO, Depth + 1))
 1607     if (SimplifyDemandedBits(Op.getOperand(0), MaskLo, KnownLo, TLO, Depth + 1))
 1610     if (SimplifyDemandedBits(Op.getOperand(1), MaskHi, KnownHi, TLO, Depth + 1))
 1646                              Depth + 1))
 1684                              Depth + 1))
 1719                              Depth + 1))
 1733     if (SimplifyDemandedBits(Src, TruncMask, Known, TLO, Depth + 1))
 1739             Src, TruncMask, DemandedElts, TLO.DAG, Depth + 1))
 1792                              TLO, Depth + 1))
 1818                              Depth + 1))
 1877                                      KnownSrcZero, TLO, Depth + 1))
 1882                                KnownSrcBits, TLO, Depth + 1))
 1900                                        KnownSrcZero, TLO, Depth + 1))
 1906                                KnownSrcBits, TLO, Depth + 1))
 1912     if (Depth > 0) {
 1913       Known = TLO.DAG.computeKnownBits(Op, DemandedElts, Depth);
 1928                              Depth + 1) ||
 1930                              Depth + 1) ||
 1948           Op0, LoMask, DemandedElts, TLO.DAG, Depth + 1);
 1950           Op1, LoMask, DemandedElts, TLO.DAG, Depth + 1);
 1985                                             Known, TLO, Depth))
 1991     Known = TLO.DAG.computeKnownBits(Op, DemandedElts, Depth);