Lines Matching refs:SplatUndef
6510 APInt SplatBits, SplatUndef; in getVShiftImm() local
6514 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm()
6893 static SDValue isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isVMOVModifiedImm() argument
6971 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isVMOVModifiedImm()
6983 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isVMOVModifiedImm()
7005 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isVMOVModifiedImm()
7803 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
7806 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
7807 if (SplatUndef.isAllOnes()) in LowerBUILD_VECTOR()
7829 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(), in LowerBUILD_VECTOR()
7840 NegatedImm, SplatUndef.getZExtValue(), SplatBitSize, DAG, dl, VmovVT, in LowerBUILD_VECTOR()
14183 APInt SplatBits, SplatUndef; in PerformANDCombine() local
14187 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
14192 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
14479 APInt SplatBits, SplatUndef; in PerformORCombine() local
14483 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
14488 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(), in PerformORCombine()
14520 APInt SplatUndef; in PerformORCombine() local
14528 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
14530 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()