Home | History | Annotate | Download | only in ARM

Lines Matching defs:SplatBitSize

3568                                  unsigned SplatBitSize, SelectionDAG &DAG,
3572 // SplatBitSize is set to the smallest size that splats the vector, so a
3573 // zero vector will always have SplatBitSize == 8. However, NEON modified
3578 SplatBitSize = 32;
3580 switch (SplatBitSize) {
3936 unsigned SplatBitSize;
3938 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
3939 if (SplatBitSize <= 64) {
3943 SplatUndef.getZExtValue(), SplatBitSize,
3954 SplatUndef.getZExtValue(), SplatBitSize,
6785 unsigned SplatBitSize;
6788 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
6789 if (SplatBitSize <= 64) {
6792 SplatUndef.getZExtValue(), SplatBitSize,
6821 unsigned SplatBitSize;
6824 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) {
6825 if (SplatBitSize <= 64) {
6828 SplatUndef.getZExtValue(), SplatBitSize,
6849 unsigned SplatBitSize;
6854 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize,
6858 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize,
7602 unsigned SplatBitSize;
7604 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize,
7606 SplatBitSize > ElementBits)