reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1633       if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt &&
 1633       if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt &&
 1633       if (I->Repl32 && IP->Repl32 && I->V == IP->V && I->RLAmt == IP->RLAmt &&
 1634           I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
 1634           I->StartIdx == (IP->EndIdx + 1) % 64 && I != IP) {
 1639                           << "] with group with range [" << IP->StartIdx << ", "
 1640                           << IP->EndIdx << "]\n");
 1642         IP->EndIdx = I->EndIdx;
 1643         IP->Repl32CR = IP->Repl32CR || I->Repl32CR;
 1643         IP->Repl32CR = IP->Repl32CR || I->Repl32CR;
 1644         IP->Repl32Coalesced = true;
 1659           if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V &&
 1659           if (IP->Repl32 && IN->Repl32 && I->V == IP->V && I->V == IN->V &&
 1660               (I->RLAmt % 32) == IP->RLAmt && (I->RLAmt % 32) == IN->RLAmt &&
 1661               IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
 1661               IP->EndIdx == 31 && IN->StartIdx == 0 && I != IP &&
 1668                               << IP->StartIdx << ", " << IP->EndIdx << "] and ["
 1668                               << IP->StartIdx << ", " << IP->EndIdx << "] and ["
 1671             if (IP == IN) {
 1675               IP->StartIdx = 31;
 1676               IP->EndIdx = 30;
 1677               IP->Repl32CR = IP->Repl32CR || I->RLAmt >= 32;
 1677               IP->Repl32CR = IP->Repl32CR || I->RLAmt >= 32;
 1678               IP->Repl32Coalesced = true;
 1684               IP->EndIdx = IN->EndIdx;
 1685               IP->Repl32CR = IP->Repl32CR || IN->Repl32CR || I->RLAmt >= 32;
 1685               IP->Repl32CR = IP->Repl32CR || IN->Repl32CR || I->RLAmt >= 32;
 1686               IP->Repl32Coalesced = true;