Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp430 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() local
438 if (slotSkip < nSlot - emptySlots) in shuffle()
451 ++emptySlots; in shuffle()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp619 for (unsigned nSlot = 0, emptySlots = 0; nSlot < HEXAGON_PACKET_SIZE; in shuffle() local
627 if (slotSkip < nSlot - emptySlots) in shuffle()
640 ++emptySlots; in shuffle()