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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp153 setUnits((*TUL)[T].first);
160 setUnits(0);
250 ISJ->Core.setUnits(Units & ~2U);
277 ISJ->Core.setUnits(Units & ~2U);
451 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleLoad);
464 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore);
475 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotSingleStore);
483 ISJ->Core.setUnits(ISJ->Core.getUnits() & slotLoadStore);
526 foundBranches[0]->Core.setUnits(jumpSlots[i].first);
527 foundBranches[1]->Core.setUnits(jumpSlot
[all...]
H A DHexagonShuffler.h41 HexagonResource(unsigned s) { setUnits(s); }
43 void setUnits(unsigned s) { function in class:llvm::HexagonResource

Completed in 51 milliseconds