Home
last modified time | relevance | path

Searched refs:isRestrictNoSlot1Store (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td5856 let isRestrictNoSlot1Store = 1;
5882 let isRestrictNoSlot1Store = 1;
6011 let isRestrictNoSlot1Store = 1;
6036 let isRestrictNoSlot1Store = 1;
6162 let isRestrictNoSlot1Store = 1;
6188 let isRestrictNoSlot1Store = 1;
6317 let isRestrictNoSlot1Store = 1;
6342 let isRestrictNoSlot1Store = 1;
6468 let isRestrictNoSlot1Store = 1;
6494 let isRestrictNoSlot1Store = 1;
[all …]
H A DHexagonInstrFormats.td132 bit isRestrictNoSlot1Store = 0;
133 let TSFlags{39} = isRestrictNoSlot1Store;
H A DHexagonInstrInfo.h392 bool isRestrictNoSlot1Store(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1874 noSlot1Store |= HII->isRestrictNoSlot1Store(*J); in isPureSlot0InsnWithNoSlot1Store()
H A DHexagonInstrInfo.cpp4340 bool HexagonInstrInfo::isRestrictNoSlot1Store(const MachineInstr &MI) const { in isRestrictNoSlot1Store() function in HexagonInstrInfo
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h299 bool isRestrictNoSlot1Store(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonShuffler.cpp450 if (HexagonMCInstrInfo::isRestrictNoSlot1Store(MCII, ID)) in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp775 bool HexagonMCInstrInfo::isRestrictNoSlot1Store(MCInstrInfo const &MCII, in isRestrictNoSlot1Store() function in HexagonMCInstrInfo