Searched refs:PrefSlot3Inst (Results 1 – 2 of 2) sorted by relevance
465 Summary.PrefSlot3Inst = ISJ; in GetPacketSummary()592 Summary.PrefSlot3Inst && DoShuffle; in restrictPreferSlot3()597 HexagonInstr *PrefSlot3Inst = *Summary.PrefSlot3Inst; in restrictPreferSlot3() local600 const unsigned saveUnits = PrefSlot3Inst->Core.getUnits(); in restrictPreferSlot3()601 PrefSlot3Inst->Core.setUnits(saveUnits & Slot3Mask); in restrictPreferSlot3()606 PrefSlot3Inst->Core.setUnits(saveUnits); in restrictPreferSlot3()
151 std::optional<HexagonInstr *> PrefSlot3Inst;152 std::optional<HexagonInstr *> PrefSlot3Inst; global() member