reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1513 if (BitGroups[0].StartIdx == 0 && 1539 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx); 1571 if (BG.StartIdx <= BG.EndIdx) { 1572 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) { 1579 for (unsigned i = BG.StartIdx; i < Bits.size(); ++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 1639 << "] with group with range [" << IP->StartIdx << ", " 1654 if (I->StartIdx == 32 && I->EndIdx == 63) { 1661 IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP && 1665 << " RLAmt = " << I->RLAmt << " [" << I->StartIdx 1668 << IP->StartIdx << ", " << IP->EndIdx << "] and [" 1669 << IN->StartIdx << ", " << IN->EndIdx << "]\n"); 1675 IP->StartIdx = 31; 1883 getI32Imm(Bits.size() - BG.StartIdx - 1, dl) }; 1889 getI32Imm(Bits.size() - BG.StartIdx - 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) 2106 for (unsigned i = BG.StartIdx; i < Bits.size(); ++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, 2305 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, 2309 BG.StartIdx, BG.EndIdx, InstCnt);