Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp65 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks() local
66 Masks[I] |= OtherMask; in computeProcResourceMasks()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp2980 LaneBitmask OtherMask = TRI->getSubRegIndexLaneMask(Other.SubIdx); in analyzeValue() local
2981 return (OtherMask & V.WriteLanes).none() ? CR_Replace : CR_Impossible; in analyzeValue()
2988 LaneBitmask OtherMask = in analyzeValue() local
2990 if ((OtherMask & V.WriteLanes).none()) in analyzeValue()