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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 1757   for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
 1757   for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
 1757   for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
 1757   for (i = 0; i != 16 && SVOp->getMaskElt(i) < 0; ++i)
 1760   if (i == 16) return -1;  // all undef.
 1764   unsigned ShiftAmt = SVOp->getMaskElt(i);
 1765   if (ShiftAmt < i) return -1;
 1767   ShiftAmt -= i;
 1772     for (++i; i != 16; ++i)
 1772     for (++i; i != 16; ++i)
 1772     for (++i; i != 16; ++i)
 1773       if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
 1773       if (!isConstantOrUndef(SVOp->getMaskElt(i), ShiftAmt+i))
 1777     for (++i; i != 16; ++i)
 1777     for (++i; i != 16; ++i)
 1777     for (++i; i != 16; ++i)
 1778       if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))
 1778       if (!isConstantOrUndef(SVOp->getMaskElt(i), (ShiftAmt+i) & 15))