Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td5900 let isRestrictNoSlot1Store = 1;
5926 let isRestrictNoSlot1Store = 1;
6055 let isRestrictNoSlot1Store = 1;
6080 let isRestrictNoSlot1Store = 1;
6206 let isRestrictNoSlot1Store = 1;
6232 let isRestrictNoSlot1Store = 1;
6361 let isRestrictNoSlot1Store = 1;
6386 let isRestrictNoSlot1Store = 1;
6512 let isRestrictNoSlot1Store = 1;
6538 let isRestrictNoSlot1Store
[all...]
H A DHexagonInstrFormats.td132 bit isRestrictNoSlot1Store = 0;
133 let TSFlags{39} = isRestrictNoSlot1Store;
H A DHexagonInstrInfo.h398 bool isRestrictNoSlot1Store(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1115 if (MI.mayStore() && HII.isRestrictNoSlot1Store(MJ) && HII.isPureSlot0(MJ)) in cannotCoexistAsymm()
H A DHexagonInstrInfo.cpp4445 bool HexagonInstrInfo::isRestrictNoSlot1Store(const MachineInstr &MI) const { in isRestrictNoSlot1Store() function in HexagonInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h308 bool isRestrictNoSlot1Store(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonShuffler.cpp461 if (HexagonMCInstrInfo::isRestrictNoSlot1Store(MCII, ID)) in GetPacketSummary()
H A DHexagonMCInstrInfo.cpp790 bool HexagonMCInstrInfo::isRestrictNoSlot1Store(MCInstrInfo const &MCII, in isRestrictNoSlot1Store() function in HexagonMCInstrInfo