• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/

Lines Matching refs:EndIdx

1167     unsigned StartIdx, EndIdx;
1180 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
1533 BitGroups[BitGroups.size()-1].EndIdx == Bits.size()-1 &&
1537 BitGroups[BitGroups.size()-1].EndIdx = BitGroups[0].EndIdx;
1590 if (BG.StartIdx <= BG.EndIdx) {
1591 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i) {
1604 for (unsigned i = 0; i <= BG.EndIdx; ++i) {
1630 if (BG.StartIdx < 32 && BG.EndIdx < 32) {
1641 << BG.StartIdx << ", " << BG.EndIdx << "]\n");
1653 I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
1657 << I->StartIdx << ", " << I->EndIdx
1659 << IP->EndIdx << "]\n");
1661 IP->EndIdx = I->EndIdx;
1673 if (I->StartIdx == 32 && I->EndIdx == 63) {
1680 IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
1685 << ", " << I->EndIdx
1687 << IP->StartIdx << ", " << IP->EndIdx << "] and ["
1688 << IN->StartIdx << ", " << IN->EndIdx << "]\n");
1695 IP->EndIdx = 30;
1703 IP->EndIdx = IN->EndIdx;
1904 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
1910 getI32Imm(Bits.size() - BG.EndIdx - 1, dl),
2109 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx <= BG.EndIdx &&
2127 if (BG.StartIdx <= BG.EndIdx) {
2128 for (unsigned i = BG.StartIdx; i <= BG.EndIdx; ++i)
2133 for (unsigned i = 0; i <= BG.EndIdx; ++i)
2165 SelectRotMask64Count(BG.RLAmt, BG.Repl32, BG.StartIdx, BG.EndIdx,
2287 if (BG.StartIdx < 32 && BG.EndIdx < 32 && BG.StartIdx < BG.EndIdx)
2314 if (SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
2316 SelectRotMask64Count(I->RLAmt, I->Repl32, I->StartIdx, I->EndIdx,
2332 BG.EndIdx, InstCnt);
2335 BG.StartIdx, BG.EndIdx, InstCnt);