Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp433 unsigned slotSkip, slotWeight; in shuffle() local
436 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0; in shuffle()
443 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
445 if (slotWeight) in shuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp622 unsigned slotSkip, slotWeight; in shuffle() local
625 for (ISJ = ISK = Packet.begin(), slotSkip = slotWeight = 0; in shuffle()
632 slotWeight += ISK->Core.setWeight(HEXAGON_PACKET_SIZE - nSlot - 1); in shuffle()
634 if (slotWeight) in shuffle()