| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsISelDAGToDAG.cpp | 236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local 240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
|
| H A D | MipsSEISelDAGToDAG.cpp | 521 APInt SplatValue, SplatUndef; in selectVSplat() local 525 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat() 1058 APInt SplatValue, SplatUndef; in trySelect() local 1068 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in trySelect()
|
| H A D | MipsSEISelLowering.cpp | 540 APInt SplatValue, SplatUndef; in isVSplat() local 544 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in isVSplat() 565 APInt SplatValue, SplatUndef; in isVectorAllOnes() local 571 if (BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs)) in isVectorAllOnes() 849 APInt SplatValue, SplatUndef; in performDSPShiftCombine() local 859 !BV->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in performDSPShiftCombine() 2464 APInt SplatValue, SplatUndef; in lowerBUILD_VECTOR() local 2471 if (Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in lowerBUILD_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 744 APInt SplatUndef; // Bits correspoding to undef operands of the BVN. member
|
| H A D | SystemZISelLowering.cpp | 775 uint64_t SplatUndefZ = SplatUndef.getZExtValue(); in isVectorConstantLegal() 810 SplatUndef = 0; in SystemZVectorConstantInfo() 819 BVN->isConstantSplat(IntBits, SplatUndef, SplatBitSize, HasAnyUndefs, 128, in SystemZVectorConstantInfo() 823 BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, 8, in SystemZVectorConstantInfo() 5371 APInt SplatBits, SplatUndef; in lowerShift() local 5376 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 6409 APInt SplatBits, SplatUndef; in getVShiftImm() local 6792 static SDValue isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isVMOVModifiedImm() argument 6870 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isVMOVModifiedImm() 6882 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isVMOVModifiedImm() 6904 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isVMOVModifiedImm() 7659 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local 7663 if (SplatUndef.isAllOnesValue()) in LowerBUILD_VECTOR() 13706 APInt SplatBits, SplatUndef; in PerformANDCombine() local 14002 APInt SplatBits, SplatUndef; in PerformORCombine() local 14043 APInt SplatUndef; in PerformORCombine() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 159 APInt SplatUndef; in isConstantSplatVector() local 163 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs, in isConstantSplatVector() 10288 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, in isConstantSplat() argument 10302 SplatUndef = APInt(VecWidth, 0); in isConstantSplat() 10318 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat() 10329 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat() 10336 APInt HighUndef = SplatUndef.extractBits(HalfSize, HalfSize); in isConstantSplat() 10337 APInt LowUndef = SplatUndef.extractBits(HalfSize, 0); in isConstantSplat() 10345 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
|
| H A D | DAGCombiner.cpp | 5749 APInt SplatValue, SplatUndef; in visitAND() local 5752 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND() 5757 SplatValue |= SplatUndef; in visitAND()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 2361 APInt SplatValue, SplatUndef; in performVectorTruncZeroCombine() local 2365 Splat->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in performVectorTruncZeroCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGNodes.h | 1943 bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9612 APInt SplatBits, SplatUndef; in resolveBuildVector() local 9615 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector() 9622 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits()); in resolveBuildVector() 10656 APInt SplatBits, SplatUndef; in getVShiftImm() local 10659 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm() 13995 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local 13998 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in tryCombineShiftImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 9182 uint64_t SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR() local 9249 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) { in LowerBUILD_VECTOR()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 8917 auto *SplatUndef = UndefValue::get(Ty); in InsertExplicitUndefOperand() local 8918 Ops.insert(Ops.begin(), SplatUndef); in InsertExplicitUndefOperand()
|