Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonDepInstrInfo.td5890 let isRestrictNoSlot1Store = 1;
5916 let isRestrictNoSlot1Store = 1;
6045 let isRestrictNoSlot1Store = 1;
6070 let isRestrictNoSlot1Store = 1;
6196 let isRestrictNoSlot1Store = 1;
6222 let isRestrictNoSlot1Store = 1;
6351 let isRestrictNoSlot1Store = 1;
6376 let isRestrictNoSlot1Store = 1;
6502 let isRestrictNoSlot1Store = 1;
6528 let isRestrictNoSlot1Store = 1;
[all …]
H A DHexagonInstrFormats.td132 bit isRestrictNoSlot1Store = 0;
133 let TSFlags{39} = isRestrictNoSlot1Store;
H A DHexagonInstrInfo.h397 bool isRestrictNoSlot1Store(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp1114 if (MI.mayStore() && HII.isRestrictNoSlot1Store(MJ) && HII.isPureSlot0(MJ)) in cannotCoexistAsymm()
H A DHexagonInstrInfo.cpp4415 bool HexagonInstrInfo::isRestrictNoSlot1Store(const MachineInstr &MI) const { in isRestrictNoSlot1Store() function in HexagonInstrInfo
/openbsd-src/gnu/llvm/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.cpp782 bool HexagonMCInstrInfo::isRestrictNoSlot1Store(MCInstrInfo const &MCII, in isRestrictNoSlot1Store() function in HexagonMCInstrInfo