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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp189 static const unsigned Slot1Mask = 1 << 1; variable
204 if (Units & Slot1Mask) {
211 ISJ.Core.setUnits(Units & ~Slot1Mask);
232 if (Units & Slot1Mask) {
236 ISJ.Core.setUnits(Units & ~Slot1Mask);
359 static const unsigned slotFirstLoadStore = Slot1Mask;

Completed in 38 milliseconds