Lines Matching refs:BitGroup
1557 struct BitGroup { struct in __anonc3d3b4b60711::BitPermutationSelector
1572 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() argument
1919 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1927 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1995 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups()
2026 auto PotentiallyMerged = [this](BitGroup & BG) { in assignRepl32BitGroups()
2265 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in SelectAndParts32()
2298 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select32()
2509 auto MatchingBG = [VRI](const BitGroup &BG) { in SelectAndParts64()
2713 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select64()
2728 BitGroup BG = *I; in Select64()
2824 void eraseMatchingBitGroups(function_ref<bool(const BitGroup &)> F) { in eraseMatchingBitGroups()
2833 SmallVector<BitGroup, 16> BitGroups;