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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp91 const unsigned SlotWeight = 8; local
92 const unsigned MaskWeight = SlotWeight - 1;
99 if (Key == 0 || Units == 0 || (SlotWeight * s >= 32))
104 Weight = (1u << (SlotWeight * s)) * ((MaskWeight - Ctpop) << Cttz);

Completed in 48 milliseconds