Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonShuffler.cpp80 const unsigned SlotWeight = 8; in setWeight() local
81 const unsigned MaskWeight = SlotWeight - 1; in setWeight()
85 assert(SlotWeight * s < 32 && "Argument to setWeight too large."); in setWeight()
91 (Key << (SlotWeight * s)) * ((MaskWeight - countPopulation(getUnits())) in setWeight()