Home
last modified time | relevance | path

Searched refs:isPureSlot0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp1115 if (MI.mayStore() && HII.isRestrictNoSlot1Store(MJ) && HII.isPureSlot0(MJ)) in cannotCoexistAsymm()
1539 if (LoadJ && LoadI && HII->isPureSlot0(J)) { in isLegalToPacketizeTogether()
1856 PacketHasSLOT0OnlyInsn |= HII->isPureSlot0(*MJ); in shouldAddToPacket()
H A DHexagonInstrInfo.h397 bool isPureSlot0(const MachineInstr &MI) const;
H A DHexagonInstrInfo.cpp4433 bool HexagonInstrInfo::isPureSlot0(const MachineInstr &MI) const { in isPureSlot0() function in HexagonInstrInfo