Searched refs:UndefElements (Results 1 – 6 of 6) sorted by relevance
1943 BitVector *UndefElements = nullptr) const;1949 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;1964 BitVector *UndefElements = nullptr) const;1976 BitVector *UndefElements = nullptr) const;1986 BitVector *UndefElements = nullptr) const;1994 getConstantSplatNode(BitVector *UndefElements = nullptr) const;2004 BitVector *UndefElements = nullptr) const;2012 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;2019 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
1806 BitVector UndefElements; in getVectorShuffle() local1807 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()1816 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()1822 if (!UndefElements[i]) in getVectorShuffle()1880 BitVector UndefElements; in getVectorShuffle() local1881 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()1891 if (Splat && UndefElements.none()) { in getVectorShuffle()9508 BitVector UndefElements; in isConstOrConstSplat() local9509 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()9513 if (CN && (UndefElements.none() || AllowUndefs)) { in isConstOrConstSplat()[all …]
12427 BitVector UndefElements; in performFpToIntCombine() local12430 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()12501 BitVector UndefElements; in performFDivCombine() local12503 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
5335 BitVector UndefElements; in lowerShift() local5336 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
15478 BitVector UndefElements; in PerformVCVTCombine() local15480 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()15536 BitVector UndefElements; in PerformVDIVCombine() local15538 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
8838 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local8840 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()8884 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()8950 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()