Lines Matching refs:SplatBitSize
5038 unsigned SplatBitSize, SelectionDAG &DAG, in isNEONModifiedImm() argument
5049 SplatBitSize = 32; in isNEONModifiedImm()
5051 switch (SplatBitSize) { in isNEONModifiedImm()
5654 unsigned SplatBitSize; in LowerBUILD_VECTOR() local
5656 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
5657 if (SplatBitSize <= 64) { in LowerBUILD_VECTOR()
5661 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
5672 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
5681 if ((VT == MVT::v2f32 || VT == MVT::v4f32) && SplatBitSize == 32) { in LowerBUILD_VECTOR()
9235 unsigned SplatBitSize; in PerformANDCombine() local
9238 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
9239 if (SplatBitSize <= 64) { in PerformANDCombine()
9242 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
9277 unsigned SplatBitSize; in PerformORCombine() local
9280 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
9281 if (SplatBitSize <= 64) { in PerformORCombine()
9284 SplatUndef.getZExtValue(), SplatBitSize, in PerformORCombine()
9314 unsigned SplatBitSize; in PerformORCombine() local
9321 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
9323 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
10506 unsigned SplatBitSize; in getVShiftImm() local
10508 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()
10510 SplatBitSize > ElementBits) in getVShiftImm()