/external/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 507 APInt SplatValue, SplatUndef; in selectVSplat() local 511 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat() 902 APInt SplatValue, SplatUndef; in trySelect() local 912 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in trySelect()
|
D | MipsSEISelLowering.cpp | 606 APInt SplatValue, SplatUndef; in isVSplat() local 610 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat() 631 APInt SplatValue, SplatUndef; in isVectorAllOnes() local 637 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes() 852 APInt SplatValue, SplatUndef; in performDSPShiftCombine() local 862 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine() 2351 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local 2358 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in lowerBUILD_VECTOR()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 3564 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() argument 3640 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isNEONModifiedImm() 3649 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isNEONModifiedImm() 3673 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isNEONModifiedImm() 3932 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local 3935 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 3940 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR() 3951 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR() 6680 APInt SplatBits, SplatUndef; in PerformANDCombine() local 6684 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() [all …]
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5037 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() argument 5114 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isNEONModifiedImm() 5122 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isNEONModifiedImm() 5145 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isNEONModifiedImm() 5653 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local 5656 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in LowerBUILD_VECTOR() 5661 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR() 5672 SplatUndef.getZExtValue(), SplatBitSize, in LowerBUILD_VECTOR() 9234 APInt SplatBits, SplatUndef; in PerformANDCombine() local 9238 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in PerformANDCombine() [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 101 APInt SplatUndef; in isConstantSplatVector() local 105 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs) && in isConstantSplatVector() 7120 APInt &SplatUndef, in isConstantSplat() argument 7132 SplatUndef = APInt(sz, 0); in isConstantSplat() 7148 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize); in isConstantSplat() 7161 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat() 7167 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() 7168 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat() 7176 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
|
D | DAGCombiner.cpp | 3144 APInt SplatValue, SplatUndef; in visitAND() local 3147 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() 3152 SplatValue |= SplatUndef; in visitAND()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6650 APInt &SplatUndef, in isConstantSplat() argument 6662 SplatUndef = APInt(sz, 0); in isConstantSplat() 6678 SplatUndef |= APInt::getBitsSet(sz, BitPos, BitPos + EltBitSize); in isConstantSplat() 6691 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat() 6697 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat() 6698 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat() 6706 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1374 bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 4257 APInt SplatBits, SplatUndef; in lowerBUILD_VECTOR() local 4260 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerBUILD_VECTOR() 4268 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in lowerBUILD_VECTOR() 4436 APInt SplatBits, SplatUndef; in lowerShift() local 4441 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 5733 APInt SplatBits, SplatUndef; in resolveBuildVector() local 5736 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 5743 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits()); in resolveBuildVector() 6589 APInt SplatBits, SplatUndef; in getVShiftImm() local 6592 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm() 8451 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local 8454 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in tryCombineShiftImm()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 1546 bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 3968 unsigned SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR() local 4004 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) { in LowerBUILD_VECTOR()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7209 unsigned SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR() local 7257 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) { in LowerBUILD_VECTOR()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 28109 APInt SplatValue, SplatUndef; in combineVectorZext() local 28112 if (!Vector->isConstantSplat(SplatValue, SplatUndef, in combineVectorZext()
|