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

References

lib/Target/PowerPC/PPCISelDAGToDAG.cpp
 1196       else if (RLAmt == 0 && Other.RLAmt != 0)
 1196       else if (RLAmt == 0 && Other.RLAmt != 0)
 1198       else if (RLAmt != 0 && Other.RLAmt == 0)
 1198       else if (RLAmt != 0 && Other.RLAmt == 0)
 1536       VRI.RLAmt = BG.RLAmt;
 1758         if (RLAmt[i] != VRI.RLAmt)
 1767       bool NeedsRotate = VRI.RLAmt != 0;
 1790                         << " RL: " << VRI.RLAmt << ":"
 1802       if (VRI.RLAmt) {
 1804           { TruncateToInt32(VRI.V, dl), getI32Imm(VRI.RLAmt, dl),
 1838         return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt;
 1858       if (VRI.RLAmt) {
 1861           { TruncateToInt32(VRI.V, dl), getI32Imm(VRI.RLAmt, dl),
 1871         return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt;
 2095         return VRI.RLAmt == EffRLAmt;
 2121       bool NeedsRotate = VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask));
 2146                         << " RL: " << VRI.RLAmt << (VRI.Repl32 ? " (32):" : ":")
 2171       if (VRI.RLAmt || (VRI.Repl32 && !isUInt<32>(Mask)))
 2172         VRot = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32,
 2251       if (VRI.RLAmt) {
 2255           if (BG.V != VRI.V || BG.RLAmt != VRI.RLAmt ||
 2270         Res = SelectRotMask64(VRI.V, dl, VRI.RLAmt, VRI.Repl32,
 2279           return BG.V == VRI.V && BG.RLAmt == VRI.RLAmt &&