Searched refs:IsAnyCompressed (Results 1 – 4 of 4) sorted by relevance
371 inline bool IsAnyCompressed(MachineRepresentation rep) { in IsAnyCompressed() function
216 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedLoad()229 DCHECK(!(IsAnyTagged(rep) || IsAnyCompressed(rep))); in UnalignedStore()
991 return IsAnyCompressed(actual); in IsCompatible()
104 (IsAnyTagged(rep) || IsAnyCompressed(rep))); in CanBeMemoryOperand()