Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:RCount

660     unsigned RCount = getInt64CountDirect(RImm) + 1;
661 Count = std::min(Count, RCount);
671 RCount = getInt64CountDirect(RImmWithOnes) + 1;
672 Count = std::min(Count, RCount);
767 unsigned RCount = getInt64CountDirect(RImm) + 1;
768 if (RCount < Count) {
769 Count = RCount;
790 RCount = getInt64CountDirect(RImmWithOnes) + 1;
791 if (RCount < Count) {
792 Count = RCount;