Lines Matching refs:BitGroup
1544 struct BitGroup { struct in __anon010aa3800711::BitPermutationSelector
1559 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() argument
1906 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1914 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1982 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups()
2013 auto PotentiallyMerged = [this](BitGroup & BG) { in assignRepl32BitGroups()
2252 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in SelectAndParts32()
2285 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select32()
2496 auto MatchingBG = [VRI](const BitGroup &BG) { in SelectAndParts64()
2700 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select64()
2715 BitGroup BG = *I; in Select64()
2811 void eraseMatchingBitGroups(function_ref<bool(const BitGroup &)> F) { in eraseMatchingBitGroups()
2820 SmallVector<BitGroup, 16> BitGroups;