Lines Matching refs:EndIdx

864     unsigned StartIdx, EndIdx;
877 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
1083 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 &&
1087 BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx;
1138 if (BG.StartIdx <= BG.EndIdx) {
1139 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) {
1152 for (unsigned i = 0; i <= BG.EndIdx; ++i) {
1164 if (BG.StartIdx < 32 && BG.EndIdx < 32) {
1175 " [" << BG.StartIdx << ", " << BG.EndIdx << "]\n");
1187 I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
1191 " [" << I->StartIdx << ", " << I->EndIdx <<
1193 IP->StartIdx << ", " << IP->EndIdx << "]\n");
1195 IP->EndIdx = I->EndIdx;
1207 if (I->StartIdx == 32 && I->EndIdx == 63) {
1214 IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
1219 " [" << I->StartIdx << ", " << I->EndIdx <<
1221 IP->StartIdx << ", " << IP->EndIdx << "] and [" <<
1222 IN->StartIdx << ", " << IN->EndIdx << "]\n");
1229 IP->EndIdx = 30;
1237 IP->EndIdx = IN->EndIdx;
1406 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1412 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1604 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx &&
1622 if (BG.StartIdx <= BG.EndIdx) {
1623 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i)
1628 for (unsigned i = 0; i <= BG.EndIdx; ++i)
1657 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx,
1769 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx)
1796 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
1798 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
1814 BG.EndIdx, InstCnt);
1817 BG.StartIdx, BG.EndIdx, InstCnt);