Searched refs:UndefElements (Results 1 – 8 of 8) sorted by relevance
2053 BitVector *UndefElements = nullptr) const;2059 SDValue getSplatValue(BitVector *UndefElements = nullptr) const;2074 BitVector *UndefElements = nullptr) const;2086 BitVector *UndefElements = nullptr) const;2096 BitVector *UndefElements = nullptr) const;2104 getConstantSplatNode(BitVector *UndefElements = nullptr) const;2114 BitVector *UndefElements = nullptr) const;2122 getConstantFPSplatNode(BitVector *UndefElements = nullptr) const;2129 int32_t getConstantFPSplatPow2ToLog2Int(BitVector *UndefElements,2138 BitVector &UndefElements) const;
2084 BitVector UndefElements; in getVectorShuffle() local2100 if (!UndefElements[i]) in getVectorShuffle()2158 BitVector UndefElements; in getVectorShuffle() local11670 BitVector UndefElements; in isConstOrConstSplat() local11703 BitVector UndefElements; in isConstOrConstSplatFP() local12474 if (UndefElements) { in getSplatValue()12475 UndefElements->clear(); in getSplatValue()12487 if (UndefElements) in getSplatValue()12516 if (UndefElements) { in getRepeatedSequence()12517 UndefElements->clear(); in getRepeatedSequence()[all …]
15526 BitVector UndefElements; in ConstantFoldBITCASTofBUILD_VECTOR() local15529 if (!BVN->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements)) in ConstantFoldBITCASTofBUILD_VECTOR()15535 if (UndefElements[I]) in ConstantFoldBITCASTofBUILD_VECTOR()
3291 BitVector UndefElements; in SelectWMMAVISrc() local3292 if (SDValue Splat = BV->getSplatValue(&UndefElements)) in SelectWMMAVISrc()
6025 BitVector UndefElements; in lowerShift() local6026 SDValue Splat = BVN->getSplatValue(&UndefElements); in lowerShift()
16909 BitVector UndefElements; in PerformVCVTCombine() local16911 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVCVTCombine()17050 BitVector UndefElements; in PerformVDIVCombine() local17052 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, 33); in PerformVDIVCombine()
17364 BitVector UndefElements; in performFpToIntCombine() local17367 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, Bits + 1); in performFpToIntCombine()17431 BitVector UndefElements; in performFDivCombine() local17433 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
7150 BitVector UndefElements; in lowerBuildVectorAsBroadcast() local7152 if (BVOp->getRepeatedSequence(Sequence, &UndefElements)) { in lowerBuildVectorAsBroadcast()7196 unsigned NumUndefElts = UndefElements.count(); in lowerBuildVectorAsBroadcast()7256 if (!(UndefElements[0] || (ScalarSize != 32 && ScalarSize != 64))) in lowerBuildVectorAsBroadcast()