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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1516           BitGroups[0].RLAmt == BitGroups[BitGroups.size()-1].RLAmt) {
 1516           BitGroups[0].RLAmt == BitGroups[BitGroups.size()-1].RLAmt) {
 1533       unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0);
 1536       VRI.RLAmt = BG.RLAmt;
 1600       if (BG.RLAmt == 0) {
 1604                 (BG2.RLAmt == 0 || BG2.RLAmt == 32))
 1604                 (BG2.RLAmt == 0 || BG2.RLAmt == 32))
 1613           if (BG.RLAmt >= 32) {
 1614             BG.RLAmt -= 32;
 1621                             << BG.V.getNode() << " RLAmt = " << BG.RLAmt << " ["
 1633       if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt &&
 1633       if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt &&
 1637                           << I->V.getNode() << " RLAmt = " << I->RLAmt << " ["
 1660               (I->RLAmt % 32) == IP->RLAmt && (I->RLAmt % 32) == IN->RLAmt &&
 1660               (I->RLAmt % 32) == IP->RLAmt && (I->RLAmt % 32) == IN->RLAmt &&
 1660               (I->RLAmt % 32) == IP->RLAmt && (I->RLAmt % 32) == IN->RLAmt &&
 1660               (I->RLAmt % 32) == IP->RLAmt && (I->RLAmt % 32) == IN->RLAmt &&
 1665                               << " RLAmt = " << I->RLAmt << " [" << I->StartIdx
 1677               IP->Repl32CR = IP->Repl32CR || I->RLAmt >= 32;
 1685               IP->Repl32CR = IP->Repl32CR || IN->Repl32CR || I->RLAmt >= 32;
 1838         return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt;
 1871         return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt;
 1881           { TruncateToInt32(BG.V, dl), getI32Imm(BG.RLAmt, dl),
 1887           { Res, TruncateToInt32(BG.V, dl), getI32Imm(BG.RLAmt, dl),
 2082         unsigned EffRLAmt = BG.RLAmt;
 2140           SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx,
 2255           if (BG.V != VRI.V || BG.RLAmt != VRI.RLAmt ||
 2279           return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt &&
 2288         if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
 2290             SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
 2305         Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx,
 2308         Res = SelectRotMaskIns64(Res, BG.V, dl, BG.RLAmt, BG.Repl32,