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

References

lib/Target/PowerPC/PPCISelLowering.cpp
 8516     unsigned TypeShiftAmt = i & (SplatBitSize-1);
 8519     if (SextVal == (int)((unsigned)i << TypeShiftAmt)) {
 8520       SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
 8530     if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
 8531       SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
 8541     if (SextVal == (int)((unsigned)i >> TypeShiftAmt)) {
 8542       SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
 8552     if (SextVal == (int)(((unsigned)i << TypeShiftAmt) |
 8553                          ((unsigned)i >> (SplatBitSize-TypeShiftAmt)))) {
 8554       SDValue Res = BuildSplatI(i, SplatSize, MVT::Other, DAG, dl);
 8564     if (SextVal == (int)(((unsigned)i << 8) | (i < 0 ? 0xFF : 0))) {
 8564     if (SextVal == (int)(((unsigned)i << 8) | (i < 0 ? 0xFF : 0))) {
 8565       SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
 8570     if (SextVal == (int)(((unsigned)i << 16) | (i < 0 ? 0xFFFF : 0))) {
 8570     if (SextVal == (int)(((unsigned)i << 16) | (i < 0 ? 0xFFFF : 0))) {
 8571       SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);
 8576     if (SextVal == (int)(((unsigned)i << 24) | (i < 0 ? 0xFFFFFF : 0))) {
 8576     if (SextVal == (int)(((unsigned)i << 24) | (i < 0 ? 0xFFFFFF : 0))) {
 8577       SDValue T = BuildSplatI(i, SplatSize, MVT::v16i8, DAG, dl);