Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td5750 let isRestrictNoSlot1Store = 1;
5776 let isRestrictNoSlot1Store = 1;
5905 let isRestrictNoSlot1Store = 1;
5930 let isRestrictNoSlot1Store = 1;
6056 let isRestrictNoSlot1Store = 1;
6082 let isRestrictNoSlot1Store = 1;
6211 let isRestrictNoSlot1Store = 1;
6236 let isRestrictNoSlot1Store = 1;
6362 let isRestrictNoSlot1Store = 1;
6388 let isRestrictNoSlot1Store = 1;
[all …]
H A DHexagonInstrFormats.td131 bit isRestrictNoSlot1Store = 0;
132 let TSFlags{39} = isRestrictNoSlot1Store;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h288 bool isRestrictNoSlot1Store(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonShuffler.cpp262 if (HexagonMCInstrInfo::isRestrictNoSlot1Store(MCII, Inst)) { in restrictNoSlot1Store()
H A DHexagonMCInstrInfo.cpp678 bool HexagonMCInstrInfo::isRestrictNoSlot1Store(MCInstrInfo const &MCII, in isRestrictNoSlot1Store() function in HexagonMCInstrInfo