Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.h396 bool isRestrictNoSlot1Store(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1114 if (MI.mayStore() && HII.isRestrictNoSlot1Store(MJ) && HII.isPureSlot0(MJ)) in cannotCoexistAsymm()
H A DHexagonInstrInfo.cpp4408 bool HexagonInstrInfo::isRestrictNoSlot1Store(const MachineInstr &MI) const { in isRestrictNoSlot1Store() function in HexagonInstrInfo
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h309 bool isRestrictNoSlot1Store(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonShuffler.cpp460 if (HexagonMCInstrInfo::isRestrictNoSlot1Store(MCII, ID)) in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp782 bool HexagonMCInstrInfo::isRestrictNoSlot1Store(MCInstrInfo const &MCII, in isRestrictNoSlot1Store() function in HexagonMCInstrInfo