Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1719 unsigned LastRLAmt = RLAmt[0]; in collectBitGroups() local
1728 ThisRLAmt = LastRLAmt; in collectBitGroups()
1744 if (ThisRLAmt == LastRLAmt && ThisValue == LastValue) in collectBitGroups()
1751 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1753 LastRLAmt = ThisRLAmt; in collectBitGroups()
1759 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()