Home
last modified time | relevance | path

Searched refs:SplatUndef (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelDAGToDAG.cpp573 APInt SplatValue, SplatUndef; in selectVSplat() local
577 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat()
1036 APInt SplatValue, SplatUndef; in trySelect() local
1046 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in trySelect()
H A DMipsSEISelLowering.cpp536 APInt SplatValue, SplatUndef; in isVSplat() local
540 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat()
561 APInt SplatValue, SplatUndef; in isVectorAllOnes() local
567 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes()
840 APInt SplatValue, SplatUndef; in performDSPShiftCombine() local
850 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine()
2425 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local
2432 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in lowerBUILD_VECTOR()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5714 static SDValue isNEONModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isNEONModifiedImm() argument
5791 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isNEONModifiedImm()
5799 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isNEONModifiedImm()
5822 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isNEONModifiedImm()
6357 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
6361 if (SplatUndef.isAllOnesValue()) in LowerBUILD_VECTOR()
10808 APInt SplatBits, SplatUndef; in PerformANDCombine() local
11044 APInt SplatBits, SplatUndef; in PerformORCombine() local
11085 APInt SplatUndef; in PerformORCombine() local
12209 APInt SplatBits, SplatUndef; in getVShiftImm() local
[all …]
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp140 APInt SplatUndef; in isConstantSplatVector() local
144 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs, in isConstantSplatVector()
9095 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, in isConstantSplat() argument
9109 SplatUndef = APInt(VecWidth, 0); in isConstantSplat()
9125 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
9136 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
9143 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat()
9144 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat()
9152 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
H A DDAGCombiner.cpp4633 APInt SplatValue, SplatUndef; in visitAND() local
4636 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND()
4641 SplatValue |= SplatUndef; in visitAND()
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4554 APInt SplatBits, SplatUndef; in lowerBUILD_VECTOR() local
4557 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerBUILD_VECTOR()
4565 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in lowerBUILD_VECTOR()
4733 APInt SplatBits, SplatUndef; in lowerShift() local
4738 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6738 APInt SplatBits, SplatUndef; in resolveBuildVector() local
6741 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector()
6748 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits()); in resolveBuildVector()
7631 APInt SplatBits, SplatUndef; in getVShiftImm() local
7634 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()
9860 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local
9863 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in tryCombineShiftImm()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1816 bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8033 unsigned SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR() local
8106 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) { in LowerBUILD_VECTOR()