Lines Matching refs:SplatBitSize

5715                                  unsigned SplatBitSize, SelectionDAG &DAG,  in isNEONModifiedImm()  argument
5726 SplatBitSize = 32; in isNEONModifiedImm()
5728 switch (SplatBitSize) { in isNEONModifiedImm()
6358 unsigned SplatBitSize; in LowerBUILD_VECTOR() local
6360 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
6364 if (SplatBitSize <= 64) { in LowerBUILD_VECTOR()
6368 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
6379 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR()
6388 if ((VT == MVT::v2f32 || VT == MVT::v4f32) && SplatBitSize == 32) { in LowerBUILD_VECTOR()
10809 unsigned SplatBitSize; in PerformANDCombine() local
10812 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
10813 if (SplatBitSize <= 64) { in PerformANDCombine()
10816 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
11045 unsigned SplatBitSize; in PerformORCombine() local
11048 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
11049 if (SplatBitSize <= 64) { in PerformORCombine()
11052 SplatUndef.getZExtValue(), SplatBitSize, in PerformORCombine()
11086 unsigned SplatBitSize; in PerformORCombine() local
11093 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
11095 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()
12210 unsigned SplatBitSize; in getVShiftImm() local
12212 if (! BVN || ! BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()
12214 SplatBitSize > ElementBits) in getVShiftImm()