Searched refs:UndefElements (Results 1 – 7 of 7) sorted by relevance
1509 BitVector UndefElements; in getVectorShuffle() local1510 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()1519 if (UndefElements[MaskVec[i] - Offset]) { in getVectorShuffle()1525 if (!UndefElements[i]) in getVectorShuffle()1582 BitVector UndefElements; in getVectorShuffle() local1583 SDValue Splat = BV->getSplatValue(&UndefElements); in getVectorShuffle()1593 if (Splat && UndefElements.none()) { in getVectorShuffle()7185 SDValue BuildVectorSDNode::getSplatValue(BitVector *UndefElements) const { in getSplatValue()7186 if (UndefElements) { in getSplatValue()7187 UndefElements->clear(); in getSplatValue()[all …]
1217 BitVector UndefElements; in isConstTrueVal() local1218 CN = BV->getConstantSplatNode(&UndefElements); in isConstTrueVal()1221 if (!CN || UndefElements.none()) in isConstTrueVal()1247 BitVector UndefElements; in isConstFalseVal() local1248 CN = BV->getConstantSplatNode(&UndefElements); in isConstFalseVal()1251 if (!CN || UndefElements.none()) in isConstFalseVal()
785 BitVector UndefElements; in isConstOrConstSplat() local786 ConstantSDNode *CN = BV->getConstantSplatNode(&UndefElements); in isConstOrConstSplat()791 if (CN && UndefElements.none() && in isConstOrConstSplat()806 BitVector UndefElements; in isConstOrConstSplatFP() local807 ConstantFPSDNode *CN = BV->getConstantFPSplatNode(&UndefElements); in isConstOrConstSplatFP()809 if (CN && UndefElements.none()) in isConstOrConstSplatFP()
1555 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;1563 getConstantSplatNode(BitVector *UndefElements = nullptr) const;1571 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;1578 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,
7714 BitVector UndefElements; in performFpToIntCombine() local7717 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()7786 BitVector UndefElements; in performFDivCombine() local7788 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
10417 BitVector UndefElements; in PerformVCVTCombine() local10419 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()10475 BitVector UndefElements; in PerformVDIVCombine() local10477 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
4449 BitVector UndefElements; in lowerShift() local4450 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()