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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1533       unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0);
 1533       unsigned RLAmtKey = BG.RLAmt + (BG.Repl32 ? 64 : 0);
 1534       ValueRotInfo &VRI = ValueRots[std::make_pair(BG.V, RLAmtKey)];
 1535       VRI.V = BG.V;
 1536       VRI.RLAmt = BG.RLAmt;
 1537       VRI.Repl32 = BG.Repl32;
 1539       VRI.FirstGroupStartIdx = std::min(VRI.FirstGroupStartIdx, BG.StartIdx);