Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1876 unsigned LastGroupStartIdx = 0; in collectBitGroups() local
1877 bool IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()
1887 LastGroupStartIdx = 0; in collectBitGroups()
1906 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()
1910 LastGroupStartIdx = i; in collectBitGroups()
1911 IsGroupOfZeros = !Bits[LastGroupStartIdx].hasValue(); in collectBitGroups()
1914 BitGroups.push_back(BitGroup(LastValue, LastRLAmt, LastGroupStartIdx, in collectBitGroups()