Home
last modified time | relevance | path

Searched refs:UndefMask (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveInterval.cpp990 LaneBitmask UndefMask = VRegMask & ~DefMask; in computeSubRangeUndefs() local
991 if ((UndefMask & LaneMask).any()) { in computeSubRangeUndefs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8492 APInt UndefMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local
8504 UndefMask.setBit(i); in EltsFromConsecutiveLoads()
8527 assert((ZeroMask.countPopulation() + UndefMask.countPopulation() + in EltsFromConsecutiveLoads()
8532 if (UndefMask.countPopulation() == NumElems) in EltsFromConsecutiveLoads()
8534 if ((ZeroMask.countPopulation() + UndefMask.countPopulation()) == NumElems) in EltsFromConsecutiveLoads()
8636 if (UndefMask[i]) in EltsFromConsecutiveLoads()
8653 if (UndefMask.extractBits(HalfNumElems, HalfNumElems).isAllOnesValue()) { in EltsFromConsecutiveLoads()
10317 APInt UndefMask = APInt::getNullValue(NumElems); in LowerBUILD_VECTOR() local
10326 UndefMask.setBit(i); in LowerBUILD_VECTOR()
10343 assert(UndefMask.isAllOnesValue() && "Fully undef mask expected"); in LowerBUILD_VECTOR()
[all …]