Lines Matching refs:BitGroup
1120 struct BitGroup { struct in __anon93a3ca650411::BitPermutationSelector
1135 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() argument
1466 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1474 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1542 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups()
1573 auto PotentiallyMerged = [this](BitGroup & BG) { in assignRepl32BitGroups()
1809 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in SelectAndParts32()
1842 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select32()
2050 auto MatchingBG = [VRI](const BitGroup &BG) { in SelectAndParts64()
2250 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select64()
2265 BitGroup BG = *I; in Select64()
2354 void eraseMatchingBitGroups(function_ref<bool(const BitGroup &)> F) { in eraseMatchingBitGroups()
2363 SmallVector<BitGroup, 16> BitGroups;