Lines Matching refs:BitGroup
1391 struct BitGroup { struct in __anonb5cceeb00611::BitPermutationSelector
1406 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() argument
1742 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1750 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1818 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups()
1849 auto PotentiallyMerged = [this](BitGroup & BG) { in assignRepl32BitGroups()
2088 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in SelectAndParts32()
2121 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select32()
2332 auto MatchingBG = [VRI](const BitGroup &BG) { in SelectAndParts64()
2536 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select64()
2551 BitGroup BG = *I; in Select64()
2647 void eraseMatchingBitGroups(function_ref<bool(const BitGroup &)> F) { in eraseMatchingBitGroups()
2656 SmallVector<BitGroup, 16> BitGroups;