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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 1876   if ((M0 > 3 && M1 == 1 && M2 == 2 && M3 == 3) ||
 1877       (M0 < 4 && M1 == 5 && M2 == 6 && M3 == 7)) {
 1878     ShiftElts = IsLE ? LittleEndianShifts[M0 & 0x3] : BigEndianShifts[M0 & 0x3];
 1878     ShiftElts = IsLE ? LittleEndianShifts[M0 & 0x3] : BigEndianShifts[M0 & 0x3];
 1880     Swap = M0 < 4;
 1884   if ((M1 > 3 && M0 == 0 && M2 == 2 && M3 == 3) ||
 1885       (M1 < 4 && M0 == 4 && M2 == 6 && M3 == 7)) {
 1892   if ((M2 > 3 && M0 == 0 && M1 == 1 && M3 == 3) ||
 1893       (M2 < 4 && M0 == 4 && M1 == 5 && M3 == 7)) {
 1900   if ((M3 > 3 && M0 == 0 && M1 == 1 && M2 == 2) ||
 1901       (M3 < 4 && M0 == 4 && M1 == 5 && M2 == 6)) {
 1914     if (M0 == XXINSERTWSrcElem && M1 == 1 && M2 == 2 && M3 == 3) {
 1918     if (M0 == 0 && M1 == XXINSERTWSrcElem && M2 == 2 && M3 == 3) {
 1922     if (M0 == 0 && M1 == 1 && M2 == XXINSERTWSrcElem && M3 == 3) {
 1926     if (M0 == 0 && M1 == 1 && M2 == 2 && M3 == XXINSERTWSrcElem) {