Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:isSplatShuffleMask

1469 /// isSplatShuffleMask - Return true if the specified VECTOR_SHUFFLE operand
1472 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) {
1590 /// specified isSplatShuffleMask VECTOR_SHUFFLE mask.
1594 assert(isSplatShuffleMask(SVOp, EltSize));
7465 if (V2.isUndef() && PPC::isSplatShuffleMask(SVOp, 4)) {
7522 if (PPC::isSplatShuffleMask(SVOp, 1) ||
7523 PPC::isSplatShuffleMask(SVOp, 2) ||
7524 PPC::isSplatShuffleMask(SVOp, 4) ||