Lines Matching refs:BitGroup
1378 struct BitGroup { struct in __anone4b018340611::BitPermutationSelector
1393 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() function
1729 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1737 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1805 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups()
1836 auto PotentiallyMerged = [this](BitGroup & BG) { in assignRepl32BitGroups()
2075 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in SelectAndParts32()
2108 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select32()
2319 auto MatchingBG = [VRI](const BitGroup &BG) { in SelectAndParts64()
2523 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select64()
2538 BitGroup BG = *I; in Select64()
2634 void eraseMatchingBitGroups(function_ref<bool(const BitGroup &)> F) { in eraseMatchingBitGroups()
2643 SmallVector<BitGroup, 16> BitGroups;