Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp465 Summary.PrefSlot3Inst = ISJ; in GetPacketSummary()
592 Summary.PrefSlot3Inst && DoShuffle; in restrictPreferSlot3()
597 HexagonInstr *PrefSlot3Inst = *Summary.PrefSlot3Inst; in restrictPreferSlot3() local
600 const unsigned saveUnits = PrefSlot3Inst->Core.getUnits(); in restrictPreferSlot3()
601 PrefSlot3Inst->Core.setUnits(saveUnits & Slot3Mask); in restrictPreferSlot3()
606 PrefSlot3Inst->Core.setUnits(saveUnits); in restrictPreferSlot3()
H A DHexagonShuffler.h151 std::optional<HexagonInstr *> PrefSlot3Inst;
152 std::optional<HexagonInstr *> PrefSlot3Inst; global() member