Lines Matching refs:SplatUndef
6615 APInt SplatBits, SplatUndef; in getVShiftImm() local
6619 !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in getVShiftImm()
6993 static SDValue isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isVMOVModifiedImm() argument
7071 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isVMOVModifiedImm()
7083 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isVMOVModifiedImm()
7105 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isVMOVModifiedImm()
7928 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
7931 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR()
7932 if (SplatUndef.isAllOnes()) in LowerBUILD_VECTOR()
7954 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(), in LowerBUILD_VECTOR()
7965 NegatedImm, SplatUndef.getZExtValue(), SplatBitSize, DAG, dl, VmovVT, in LowerBUILD_VECTOR()
14425 APInt SplatBits, SplatUndef; in PerformANDCombine() local
14429 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine()
14434 SplatUndef.getZExtValue(), SplatBitSize, in PerformANDCombine()
14721 APInt SplatBits, SplatUndef; in PerformORCombine() local
14725 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformORCombine()
14730 isVMOVModifiedImm(SplatBits.getZExtValue(), SplatUndef.getZExtValue(), in PerformORCombine()
14762 APInt SplatUndef; in PerformORCombine() local
14770 if (BVN0 && BVN0->isConstantSplat(SplatBits0, SplatUndef, SplatBitSize, in PerformORCombine()
14772 if (BVN1 && BVN1->isConstantSplat(SplatBits1, SplatUndef, SplatBitSize, in PerformORCombine()