Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonShuffler.cpp466 Summary.PrefSlot3Inst = ISJ; in GetPacketSummary()
593 Summary.PrefSlot3Inst && DoShuffle; in restrictPreferSlot3()
598 HexagonInstr *PrefSlot3Inst = *Summary.PrefSlot3Inst; in restrictPreferSlot3() local
601 const unsigned saveUnits = PrefSlot3Inst->Core.getUnits(); in restrictPreferSlot3()
602 PrefSlot3Inst->Core.setUnits(saveUnits & Slot3Mask); in restrictPreferSlot3()
607 PrefSlot3Inst->Core.setUnits(saveUnits); in restrictPreferSlot3()
H A DHexagonShuffler.h152 std::optional<HexagonInstr *> PrefSlot3Inst; member