Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td81 bits<1> isRestrictSlot1AOK = 0;
82 let TSFlags{8} = isRestrictSlot1AOK;
DHexagonDepInstrInfo.td36901 let isRestrictSlot1AOK = 1;
36911 let isRestrictSlot1AOK = 1;
36941 let isRestrictSlot1AOK = 1;
36951 let isRestrictSlot1AOK = 1;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h287 bool isRestrictSlot1AOK(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonShuffler.cpp229 if (HexagonMCInstrInfo::isRestrictSlot1AOK(MCII, Inst)) { in restrictSlot1AOK()
DHexagonMCInstrInfo.cpp671 bool HexagonMCInstrInfo::isRestrictSlot1AOK(MCInstrInfo const &MCII, in isRestrictSlot1AOK() function in HexagonMCInstrInfo