Searched refs:UndefMask (Results 1 – 3 of 3) sorted by relevance
611 LaneBitmask UndefMask = ~TRI->getSubRegIndexLaneMask(SubReg); in liveOutUndefPhiLanesForUndefSubregDef() local616 LaneBitmask NeedImpDefLanes = UndefMask & SR.LaneMask; in liveOutUndefPhiLanesForUndefSubregDef()
979 LaneBitmask UndefMask = VRegMask & ~DefMask; in computeSubRangeUndefs() local980 if ((UndefMask & LaneMask).any()) { in computeSubRangeUndefs()
7259 APInt UndefMask = APInt::getZero(NumElems); in EltsFromConsecutiveLoads() local7271 UndefMask.setBit(i); in EltsFromConsecutiveLoads()7294 assert((ZeroMask.popcount() + UndefMask.popcount() + LoadMask.popcount()) == in EltsFromConsecutiveLoads()7299 if (UndefMask.popcount() == NumElems) in EltsFromConsecutiveLoads()7301 if ((ZeroMask.popcount() + UndefMask.popcount()) == NumElems) in EltsFromConsecutiveLoads()7402 if (UndefMask[i]) in EltsFromConsecutiveLoads()7419 if (UndefMask.extractBits(HalfNumElems, HalfNumElems).isAllOnes()) { in EltsFromConsecutiveLoads()9192 APInt UndefMask = APInt::getZero(NumElems); in LowerBUILD_VECTOR() local9203 UndefMask.setBit(i); in LowerBUILD_VECTOR()9224 if (UndefMask.isAllOnes()) in LowerBUILD_VECTOR()[all …]