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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1514           BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 &&
 1518         BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx;
 1518         BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx;
 1571       if (BG.StartIdx <= BG.EndIdx) {
 1572         for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) {
 1585         for (unsigned i = 0; i <= BG.EndIdx; ++i) {
 1611       if (BG.StartIdx < 32 && BG.EndIdx < 32) {
 1622                             << BG.StartIdx << ", " << BG.EndIdx << "]\n");
 1634           I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
 1638                           << I->StartIdx << ", " << I->EndIdx
 1640                           << IP->EndIdx << "]\n");
 1642         IP->EndIdx = I->EndIdx;
 1642         IP->EndIdx = I->EndIdx;
 1654         if (I->StartIdx == 32 && I->EndIdx == 63) {
 1661               IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
 1666                               << ", " << I->EndIdx
 1668                               << IP->StartIdx << ", " << IP->EndIdx << "] and ["
 1669                               << IN->StartIdx << ", " << IN->EndIdx << "]\n");
 1676               IP->EndIdx = 30;
 1684               IP->EndIdx = IN->EndIdx;
 1684               IP->EndIdx = IN->EndIdx;
 1882             getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
 1888               getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
 2084           if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx &&
 2084           if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx &&
 2102         if (BG.StartIdx <= BG.EndIdx) {
 2103           for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i)
 2108           for (unsigned i = 0; i <= BG.EndIdx; ++i)
 2140           SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx,
 2261           if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx)
 2261           if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx)
 2288         if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
 2290             SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
 2306                               BG.EndIdx, InstCnt);
 2309                                  BG.StartIdx, BG.EndIdx, InstCnt);