reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
572 bool isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize);
44509 return PPC::isSplatShuffleMask(cast<ShuffleVectorSDNode>(N), 1); 44517 return PPC::isSplatShuffleMask(cast<ShuffleVectorSDNode>(N), 2); 44525 return PPC::isSplatShuffleMask(cast<ShuffleVectorSDNode>(N), 4);lib/Target/PowerPC/PPCISelLowering.cpp
2093 assert(isSplatShuffleMask(SVOp, EltSize)); 8897 (PPC::isSplatShuffleMask(SVOp, 4) || PPC::isSplatShuffleMask(SVOp, 8)) && 8897 (PPC::isSplatShuffleMask(SVOp, 4) || PPC::isSplatShuffleMask(SVOp, 8)) && 8899 bool IsFourByte = PPC::isSplatShuffleMask(SVOp, 4); 9005 if (V2.isUndef() && PPC::isSplatShuffleMask(SVOp, 4)) { 9062 if (PPC::isSplatShuffleMask(SVOp, 1) || 9063 PPC::isSplatShuffleMask(SVOp, 2) || 9064 PPC::isSplatShuffleMask(SVOp, 4) ||