Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp191 static const unsigned Slot1Mask = 1 << 1; variable
206 if (Units & Slot1Mask) { in restrictSlot1AOK()
213 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictSlot1AOK()
234 if (Units & Slot1Mask) { in restrictNoSlot1Store()
238 ISJ.Core.setUnits(Units & ~Slot1Mask); in restrictNoSlot1Store()
361 static const unsigned slotFirstLoadStore = Slot1Mask; in restrictStoreLoadOrder()