Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MCA/
DSupport.cpp65 uint64_t OtherMask = Masks[Desc.SubUnitsIdxBegin[U]]; in computeProcResourceMasks() local
66 Masks[I] |= OtherMask; in computeProcResourceMasks()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegisterCoalescer.cpp2884 LaneBitmask OtherMask = TRI->getSubRegIndexLaneMask(Other.SubIdx); in analyzeValue() local
2885 return (OtherMask & V.WriteLanes).none() ? CR_Replace : CR_Impossible; in analyzeValue()
2892 LaneBitmask OtherMask = in analyzeValue() local
2894 if ((OtherMask & V.WriteLanes).none()) in analyzeValue()