Lines Matching refs:StartIdx

1547     unsigned StartIdx, EndIdx;  member
1560 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()
1925 if (BitGroups[0].StartIdx == 0 && in collectBitGroups()
1951 VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx); in collectValueRotInfo()
1983 if (BG.StartIdx <= BG.EndIdx) { in assignRepl32BitGroups()
1984 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) { in assignRepl32BitGroups()
1991 for (unsigned i = BG.StartIdx; i < Bits.size(); ++i) { in assignRepl32BitGroups()
2023 if (BG.StartIdx < 32 && BG.EndIdx < 32) { in assignRepl32BitGroups()
2034 << BG.StartIdx << ", " << BG.EndIdx << "]\n"); in assignRepl32BitGroups()
2046 I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) { in assignRepl32BitGroups()
2050 << I->StartIdx << ", " << I->EndIdx in assignRepl32BitGroups()
2051 << "] with group with range [" << IP->StartIdx << ", " in assignRepl32BitGroups()
2066 if (I->StartIdx == 32 && I->EndIdx == 63) { in assignRepl32BitGroups()
2073 IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP && in assignRepl32BitGroups()
2077 << " RLAmt = " << I->RLAmt << " [" << I->StartIdx in assignRepl32BitGroups()
2080 << IP->StartIdx << ", " << IP->EndIdx << "] and [" in assignRepl32BitGroups()
2081 << IN->StartIdx << ", " << IN->EndIdx << "]\n"); in assignRepl32BitGroups()
2087 IP->StartIdx = 31; in assignRepl32BitGroups()
2298 getI32Imm(Bits.size() - BG.StartIdx - 1, dl) }; in Select32()
2304 getI32Imm(Bits.size() - BG.StartIdx - 1, dl) }; in Select32()
2502 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx && in SelectAndParts64()
2520 if (BG.StartIdx <= BG.EndIdx) { in SelectAndParts64()
2521 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) in SelectAndParts64()
2524 for (unsigned i = BG.StartIdx; i < Bits.size(); ++i) in SelectAndParts64()
2561 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx, in SelectAndParts64()
2683 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx) in Select64()
2710 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
2712 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx, in Select64()
2727 Res = SelectRotMask64(BG.V, dl, BG.RLAmt, BG.Repl32, BG.StartIdx, in Select64()
2731 BG.StartIdx, BG.EndIdx, InstCnt); in Select64()