Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonSystemInst.td60 let isSoloAin1 = 1 in {
94 let isSoloAin1 = 1 in
DHexagonInstrFormats.td111 bits<1> isSoloAin1 = 0;
112 let TSFlags{7} = isSoloAin1;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h265 bool isSoloAin1(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonShuffler.cpp201 else if (HexagonMCInstrInfo::isSoloAin1(MCII, *ID)) in check()
DHexagonMCInstrInfo.cpp666 bool HexagonMCInstrInfo::isSoloAin1(MCInstrInfo const &MCII, in isSoloAin1() function in llvm::HexagonMCInstrInfo