Lines Matching refs:SplatUndef
6598 APInt SplatBits, SplatUndef; in getVShiftImm() local
6602 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm()
6976 static SDValue isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isVMOVModifiedImm() argument
7054 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isVMOVModifiedImm()
7066 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isVMOVModifiedImm()
7088 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isVMOVModifiedImm()
7911 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
7914 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
7915 if (SplatUndef.isAllOnes()) in LowerBUILD_VECTOR()
7937 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(), in LowerBUILD_VECTOR()
7948 NegatedImm, SplatUndef.getZExtValue(), SplatBitSize, DAG, dl, VmovVT, in LowerBUILD_VECTOR()
14412 APInt SplatBits, SplatUndef; in PerformANDCombine() local
14416 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
14421 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
14708 APInt SplatBits, SplatUndef; in PerformORCombine() local
14712 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
14717 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(), in PerformORCombine()
14749 APInt SplatUndef; in PerformORCombine() local
14757 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
14759 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()