Searched refs:isSubInstruction (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h288 bool isSubInstruction(MCInst const &MCI);
H A DHexagonMCCodeEmitter.cpp596 bool IsSub0 = HexagonMCInstrInfo::isSubInstruction(MI) && !State.SubInst1;
785 if (HexagonMCInstrInfo::isSubInstruction(MI) ||
H A DHexagonMCInstrInfo.cpp695 bool HexagonMCInstrInfo::isSubInstruction(MCInst const &MCI) { function in class:HexagonMCInstrInfo

Completed in 121 milliseconds