Searched refs:RLAmt (Results 1 – 1 of 1) sorted by relevance
865 unsigned RLAmt; member879 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()890 unsigned RLAmt; member896 : RLAmt(UINT32_MAX), NumGroups(0), FirstGroupStartIdx(UINT32_MAX), in ValueRotInfo()1023 RLAmt.resize(Bits.size()); in computeRotationAmounts()1028 RLAmt[i] = i - VBI; in computeRotationAmounts()1030 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()1033 RLAmt[i] = UINT32_MAX; in computeRotationAmounts()1045 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups()1049 unsigned ThisRLAmt = RLAmt[i]; in collectBitGroups()[all …]