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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp222 } jumpSlots[] = {{8, 4}, {8, 2}, {8, 1}, {4, 2}, {4, 1}, {2, 1}}; variable in typeref:struct:__anon2688
223 #define MAX_JUMP_SLOTS (sizeof(jumpSlots) / sizeof(jumpSlots[0]))
517 if (!(jumpSlots[i].first & foundBranches[0]->Core.getUnits()))
521 if (!(jumpSlots[i].second & foundBranches[1]->Core.getUnits()))
526 foundBranches[0]->Core.setUnits(jumpSlots[i].first);
527 foundBranches[1]->Core.setUnits(jumpSlots[i].second);

Completed in 88 milliseconds