Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp236 APInt SplatValue, SplatUndef; in selectVecAddAsVecSubIfProfitable() local
240 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVecAddAsVecSubIfProfitable()
H A DMipsSEISelDAGToDAG.cpp521 APInt SplatValue, SplatUndef; in selectVSplat() local
525 if (!Node->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, HasAnyUndefs, in selectVSplat()
1057 APInt SplatValue, SplatUndef; in trySelect() local
1067 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in trySelect()
H A DMipsSEISelLowering.cpp540 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h714 APInt SplatUndef; // Bits correspoding to undef operands of the BVN. member
H A DSystemZISelLowering.cpp775 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()
5322 APInt SplatBits, SplatUndef; in lowerShift() local
5327 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs, in lowerShift()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6257 APInt SplatBits, SplatUndef; in getVShiftImm() local
6640 static SDValue isVMOVModifiedImm(uint64_t SplatBits, uint64_t SplatUndef, in isVMOVModifiedImm() argument
6718 ((SplatBits | SplatUndef) & 0xff) == 0xff) { in isVMOVModifiedImm()
6730 ((SplatBits | SplatUndef) & 0xffff) == 0xffff) { in isVMOVModifiedImm()
6753 if (((SplatBits | SplatUndef) & BitMask) == BitMask) { in isVMOVModifiedImm()
7487 APInt SplatBits, SplatUndef; in LowerBUILD_VECTOR() local
7491 if (SplatUndef.isAllOnesValue()) in LowerBUILD_VECTOR()
13377 APInt SplatBits, SplatUndef; in PerformANDCombine() local
13674 APInt SplatBits, SplatUndef; in PerformORCombine() local
13715 APInt SplatUndef; in PerformORCombine() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp159 APInt SplatUndef; in isConstantSplatVector() local
163 return BV->isConstantSplat(SplatVal, SplatUndef, SplatBitSize, HasUndefs, in isConstantSplatVector()
10202 bool BuildVectorSDNode::isConstantSplat(APInt &SplatValue, APInt &SplatUndef, in isConstantSplat() argument
10216 SplatUndef = APInt(VecWidth, 0); in isConstantSplat()
10232 SplatUndef.setBits(BitPos, BitPos + EltWidth); in isConstantSplat()
10243 HasAnyUndefs = (SplatUndef != 0); in isConstantSplat()
10250 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize); in isConstantSplat()
10251 APInt LowUndef = SplatUndef.trunc(HalfSize); in isConstantSplat()
10259 SplatUndef = HighUndef & LowUndef; in isConstantSplat()
H A DDAGCombiner.cpp5719 APInt SplatValue, SplatUndef; in visitAND() local
5722 bool IsSplat = Vector->isConstantSplat(SplatValue, SplatUndef, in visitAND()
5727 SplatValue |= SplatUndef; in visitAND()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp2218 APInt SplatValue, SplatUndef; in performVectorTruncSatLowCombine() local
2221 if (!Splat || !Splat->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in performVectorTruncSatLowCombine()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1931 bool isConstantSplat(APInt &SplatValue, APInt &SplatUndef,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9273 APInt SplatBits, SplatUndef; in resolveBuildVector() local
9276 if (BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, HasAnyUndefs)) { in resolveBuildVector()
9283 UndefBits |= (SplatBits ^ SplatUndef).zextOrTrunc(VT.getSizeInBits()); in resolveBuildVector()
10298 APInt SplatBits, SplatUndef; in getVShiftImm() local
10301 if (!BVN || !BVN->isConstantSplat(SplatBits, SplatUndef, SplatBitSize, in getVShiftImm()
13578 APInt SplatValue, SplatUndef; in tryCombineShiftImm() local
13581 if (!BVN->isConstantSplat(SplatValue, SplatUndef, SplatBitSize, in tryCombineShiftImm()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9138 uint64_t SplatUndef = APSplatUndef.getZExtValue(); in LowerBUILD_VECTOR() local
9205 if (SplatSize == 4 && SplatBits == (0x7FFFFFFF&~SplatUndef)) { in LowerBUILD_VECTOR()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp8836 auto *SplatUndef = UndefValue::get(Ty); in InsertExplicitUndefOperand() local
8837 Ops.insert(Ops.begin(), SplatUndef); in InsertExplicitUndefOperand()