Home
last modified time | relevance | path

Searched refs:BitGroup (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp859 struct BitGroup { struct in __anon0e9c87610411::BitPermutationSelector
874 BitGroup(SDValue V, unsigned R, unsigned S, unsigned E) in BitGroup() argument
1062 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1069 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1135 auto IsAllLow32 = [this](BitGroup & BG) { in assignRepl32BitGroups()
1359 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in SelectAndParts32()
1392 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select32()
1596 auto MatchingBG = [VRI](const BitGroup &BG) { in SelectAndParts64()
1784 eraseMatchingBitGroups([VRI](const BitGroup &BG) { in Select64()
1799 BitGroup BG = *I; in Select64()
[all …]