Lines Matching refs:SplatBitSize

4751                                  unsigned SplatBitSize, SelectionDAG &DAG,  in isNEONModifiedImm()  argument
4762 SplatBitSize = 32; in isNEONModifiedImm()
4764 switch (SplatBitSize) { in isNEONModifiedImm()
5367 unsigned SplatBitSize; in LowerBUILD_VECTOR() local
5369 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
5370 if (SplatBitSize <= 64) { in LowerBUILD_VECTOR()
5374 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
5385 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
5394 if ((VT == MVT::v2f32 || VT == MVT::v4f32) && SplatBitSize == 32) { in LowerBUILD_VECTOR()
8820 unsigned SplatBitSize; in PerformANDCombine() local
8823 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
8824 if (SplatBitSize <= 64) { in PerformANDCombine()
8827 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
8863 unsigned SplatBitSize; in PerformORCombine() local
8866 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
8867 if (SplatBitSize <= 64) { in PerformORCombine()
8870 SplatUndef.getZExtValue(), SplatBitSize, in PerformORCombine()
8901 unsigned SplatBitSize; in PerformORCombine() local
8908 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
8910 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
10096 unsigned SplatBitSize; in getVShiftImm() local
10098 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()
10100 SplatBitSize > ElementBits) in getVShiftImm()