Searched refs:UndefElements (Results 1 – 8 of 8) sorted by relevance
2099 BitVector *UndefElements = nullptr) const;2105 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;2120 BitVector *UndefElements = nullptr) const;2132 BitVector *UndefElements = nullptr) const;2142 BitVector *UndefElements = nullptr) const;2150 getConstantSplatNode(BitVector *UndefElements = nullptr) const;2160 BitVector *UndefElements = nullptr) const;2168 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;2175 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,2184 BitVector &UndefElements) const;
2121 BitVector UndefElements; in getVectorShuffle() local2122 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()2131 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()2137 if (!UndefElements[i]) in getVectorShuffle()2195 BitVector UndefElements; in getVectorShuffle() local2196 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()2206 if (Splat && UndefElements.none()) { in getVectorShuffle()12013 BitVector UndefElements; in isConstOrConstSplat() local12014 ConstantSDNode *CN = BV->getConstantSplatNode(DemandedElts, &UndefElements); in isConstOrConstSplat()12019 if (CN && (UndefElements.none() || AllowUndefs)) { in isConstOrConstSplat()[all …]
15828 BitVector UndefElements; in ConstantFoldBITCASTofBUILD_VECTOR() local15831 if (!BVN->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in ConstantFoldBITCASTofBUILD_VECTOR()15837 if (UndefElements[I]) in ConstantFoldBITCASTofBUILD_VECTOR()
3357 BitVector UndefElements; in SelectWMMAVISrc() local3358 if (SDValue Splat = BV->getSplatValue(&UndefElements)) in SelectWMMAVISrc()
6029 BitVector UndefElements; in lowerShift() local6030 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
16924 BitVector UndefElements; in PerformVCVTCombine() local16926 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
18616 BitVector UndefElements; in performFpToIntCombine() local18619 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()
7296 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local7298 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()7341 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()7400 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()