Searched refs:UndefElements (Results 1 – 7 of 7) sorted by relevance
2212 BitVector *UndefElements = nullptr) const;2218 LLVM_ABI SDValue getSplatValue(BitVector *UndefElements = nullptr) const;2233 BitVector *UndefElements = nullptr) const;2245 BitVector *UndefElements = nullptr) const;2255 BitVector *UndefElements = nullptr) const;2263 getConstantSplatNode(BitVector *UndefElements = nullptr) const;2273 BitVector *UndefElements = nullptr) const;2281 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;2288 LLVM_ABI int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,2298 BitVector &UndefElements) const;
2178 BitVector UndefElements; in getVectorShuffle() local2179 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()2188 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()2194 if (!UndefElements[i]) in getVectorShuffle()2252 BitVector UndefElements; in getVectorShuffle() local2253 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()2263 if (Splat && UndefElements.none()) { in getVectorShuffle()7348 BitVector UndefElements; in FoldConstantBuildVector() local7351 if (!BV->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in FoldConstantBuildVector()7356 if (UndefElements[I]) in FoldConstantBuildVector()[all …]
3546 BitVector UndefElements; in SelectWMMAVISrc() local3547 if (SDValue Splat = BV->getSplatValue(&UndefElements)) in SelectWMMAVISrc()
6677 BitVector UndefElements; in lowerShift() local6678 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
16997 BitVector UndefElements; in PerformVCVTCombine() local16999 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()
7660 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local7662 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()7705 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()7764 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()
19259 BitVector UndefElements; in performFpToIntCombine() local19262 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()