Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h391 bool isPureSlot0(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1847 PacketHasSLOT0OnlyInsn |= HII->isPureSlot0(*MJ); in shouldAddToPacket()
1875 isSlot0Only |= HII->isPureSlot0(*J); in isPureSlot0InsnWithNoSlot1Store()
H A DHexagonInstrInfo.cpp4328 bool HexagonInstrInfo::isPureSlot0(const MachineInstr &MI) const { in isPureSlot0() function in HexagonInstrInfo