Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp189 static const unsigned Slot0Mask = 1 << 0; variable
192 static const unsigned slotSingleLoad = Slot0Mask;
193 static const unsigned slotSingleStore = Slot0Mask;
361 static const unsigned slotLastLoadStore = Slot0Mask; in restrictStoreLoadOrder()
409 return I.Core.getUnits() == Slot0Mask && in restrictStoreLoadOrder()