Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveInterval.cpp990 LaneBitmask UndefMask = VRegMask & ~DefMask; in computeSubRangeUndefs() local
991 if ((UndefMask & LaneMask).any()) { in computeSubRangeUndefs()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8517 APInt UndefMask = APInt::getNullValue(NumElems); in EltsFromConsecutiveLoads() local
8529 UndefMask.setBit(i); in EltsFromConsecutiveLoads()
8552 assert((ZeroMask.countPopulation() + UndefMask.countPopulation() + in EltsFromConsecutiveLoads()
8557 if (UndefMask.countPopulation() == NumElems) in EltsFromConsecutiveLoads()
8559 if ((ZeroMask.countPopulation() + UndefMask.countPopulation()) == NumElems) in EltsFromConsecutiveLoads()
8661 if (UndefMask[i]) in EltsFromConsecutiveLoads()
10342 APInt UndefMask = APInt::getNullValue(NumElems); in LowerBUILD_VECTOR() local
10351 UndefMask.setBit(i); in LowerBUILD_VECTOR()
10368 assert(UndefMask.isAllOnesValue() && "Fully undef mask expected"); in LowerBUILD_VECTOR()
10379 APInt UndefOrZeroMask = UndefMask | ZeroMask; in LowerBUILD_VECTOR()
[all …]