Searched defs:BitGroup (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp863 struct BitGroup { struct in class:__anon12286::BitPermutationSelector
878 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) function in struct:__anon12286::BitPermutationSelector::BitGroup
1066 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx,
1073 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx,
1139 auto IsAllLow32 = [this](BitGroup & BG) {
1363 eraseMatchingBitGroups([VRI](const BitGroup &BG) {
1396 eraseMatchingBitGroups([VRI](const BitGroup &BG) {
1600 auto MatchingBG = [VRI](const BitGroup &BG) {
1791 eraseMatchingBitGroups([VRI](const BitGroup &BG) {
1806 BitGroup B
[all...]

Completed in 729 milliseconds