Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1045 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups() local
1053 ThisRLAmt = LastRLAmt; in collectBitGroups()
1062 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1066 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1068 LastRLAmt = ThisRLAmt; in collectBitGroups()
1073 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()