Searched refs:RLAmt (Results 1 – 1 of 1) sorted by relevance
805 unsigned RLAmt; member819 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false), in BitGroup()830 unsigned RLAmt; member836 : RLAmt(UINT32_MAX), NumGroups(0), FirstGroupStartIdx(UINT32_MAX), in ValueRotInfo()963 RLAmt.resize(Bits.size()); in computeRotationAmounts()968 RLAmt[i] = i - VBI; in computeRotationAmounts()970 RLAmt[i] = Bits.size() - (VBI - i); in computeRotationAmounts()973 RLAmt[i] = UINT32_MAX; in computeRotationAmounts()985 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups()989 unsigned ThisRLAmt = RLAmt[i]; in collectBitGroups()[all …]