Searched refs:UndefElements (Results 1 – 6 of 6) sorted by relevance
1955 BitVector *UndefElements = nullptr) const;1961 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;1976 BitVector *UndefElements = nullptr) const;1988 BitVector *UndefElements = nullptr) const;1998 BitVector *UndefElements = nullptr) const;2006 getConstantSplatNode(BitVector *UndefElements = nullptr) const;2016 BitVector *UndefElements = nullptr) const;2024 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;2031 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
1813 BitVector UndefElements; in getVectorShuffle() local9593 BitVector UndefElements; in isConstOrConstSplat() local9617 BitVector UndefElements; in isConstOrConstSplat() local9639 BitVector UndefElements; in isConstOrConstSplatFP() local9659 BitVector UndefElements; in isConstOrConstSplatFP() local10357 if (UndefElements) { in getSplatValue()10358 UndefElements->clear(); in getSplatValue()10370 if (UndefElements) in getSplatValue()10399 if (UndefElements) { in getRepeatedSequence()10400 UndefElements->clear(); in getRepeatedSequence()[all …]
5384 BitVector UndefElements; in lowerShift() local5385 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
12842 BitVector UndefElements; in performFpToIntCombine() local12845 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()12916 BitVector UndefElements; in performFDivCombine() local12918 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
15889 BitVector UndefElements; in PerformVCVTCombine() local15891 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()15947 BitVector UndefElements; in PerformVDIVCombine() local15949 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
8863 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local8865 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()8909 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()8975 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()