Searched refs:UndefElements (Results 1 – 6 of 6) sorted by relevance
1582 BitVector UndefElements; in getVectorShuffle() local1598 if (!UndefElements[i]) in getVectorShuffle()1656 BitVector UndefElements; in getVectorShuffle() local1667 if (Splat && UndefElements.none()) { in getVectorShuffle()8599 BitVector UndefElements; in isConstOrConstSplat() local8616 BitVector UndefElements; in isConstOrConstSplatFP() local9162 if (UndefElements) { in getSplatValue()9163 UndefElements->clear(); in getSplatValue()9164 UndefElements->resize(getNumOperands()); in getSplatValue()9170 if (UndefElements) in getSplatValue()[all …]
1825 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;1833 getConstantSplatNode(BitVector *UndefElements = nullptr) const;1841 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;1848 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
9115 BitVector UndefElements; in performFpToIntCombine() local9118 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()9189 BitVector UndefElements; in performFDivCombine() local9191 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
12121 BitVector UndefElements; in PerformVCVTCombine() local12123 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()12179 BitVector UndefElements; in PerformVDIVCombine() local12181 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
4746 BitVector UndefElements; in lowerShift() local4747 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
7445 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local7446 SDValue Ld = BVOp->getSplatValue(&UndefElements); in lowerBuildVectorAsBroadcast()7478 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()7564 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()