Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp190 static const unsigned Slot1Mask = 1 << 1; variable
205 if (Units & Slot1Mask) { in restrictSlot1AOK()
212 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictSlot1AOK()
233 if (Units & Slot1Mask) { in restrictNoSlot1Store()
237 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictNoSlot1Store()
360 static const unsigned slotFirstLoadStore = Slot1Mask; in restrictStoreLoadOrder()