Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td80 bits<1> isRestrictSlot1AOK = 0;
81 let TSFlags{9} = isRestrictSlot1AOK;
DHexagonDepInstrInfo.td37471 let isRestrictSlot1AOK = 1;
37481 let isRestrictSlot1AOK = 1;
37511 let isRestrictSlot1AOK = 1;
37521 let isRestrictSlot1AOK = 1;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h286 bool isRestrictSlot1AOK(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonShuffler.cpp230 if (HexagonMCInstrInfo::isRestrictSlot1AOK(MCII, Inst)) { in restrictSlot1AOK()
DHexagonMCInstrInfo.cpp669 bool HexagonMCInstrInfo::isRestrictSlot1AOK(MCInstrInfo const &MCII, in isRestrictSlot1AOK() function in HexagonMCInstrInfo